diff options
author | agc <agc> | 1999-07-06 11:29:41 +0000 |
---|---|---|
committer | agc <agc> | 1999-07-06 11:29:41 +0000 |
commit | 1270d56bfd5b750e05a9f68423e3ac4cb8daef1b (patch) | |
tree | e33677346fff8ce796399a03ce4d689f2faaffd7 /security/tripwire | |
parent | cb8f757dbfb697a47e715e202546c4d94e0c1081 (diff) | |
download | pkgsrc-1270d56bfd5b750e05a9f68423e3ac4cb8daef1b.tar.gz |
Substitute for @localbase@ in the config files. The substitute stage
was being performed by the Makefile, but there wouldn't have been any
substitutions made because there was no occurrence of @localbase@
in the target files.
Pointed out in PR 7794 by Mason Loring Bliss.
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tripwire/patches/patch-ab b/security/tripwire/patches/patch-ab index 1dbde01090f..0b1dbb57e99 100644 --- a/security/tripwire/patches/patch-ab +++ b/security/tripwire/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 1999/04/09 10:46:57 agc Exp $ +$NetBSD: patch-ab,v 1.3 1999/07/06 11:29:41 agc Exp $ NetBSD and Solaris specific paths for tripwire. @@ -20,8 +20,8 @@ NetBSD and Solaris specific paths for tripwire. - -#define CONFIG_PATH "/tmp/genek" -#define DATABASE_PATH "/tmp/genek" -+# define CONFIG_PATH "/usr/local/etc/tripwire" -+# define DATABASE_PATH "/usr/local/etc/tripwire/databases" ++# define CONFIG_PATH "@localbase@/etc/tripwire" ++# define DATABASE_PATH "@localbase@/etc/tripwire/databases" /******* name of Tripwire files ************************************** * |