diff options
Diffstat (limited to 'security/samhain/files')
-rw-r--r-- | security/samhain/files/fixsamhainrc.patch (renamed from security/samhain/files/patch-ab) | 0 | ||||
-rw-r--r-- | security/samhain/files/fixyulerc.patch | 11 | ||||
-rw-r--r-- | security/samhain/files/patch-aa | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/security/samhain/files/patch-ab b/security/samhain/files/fixsamhainrc.patch index eed29c3..eed29c3 100644 --- a/security/samhain/files/patch-ab +++ b/security/samhain/files/fixsamhainrc.patch diff --git a/security/samhain/files/fixyulerc.patch b/security/samhain/files/fixyulerc.patch new file mode 100644 index 0000000..4686e72 --- /dev/null +++ b/security/samhain/files/fixyulerc.patch @@ -0,0 +1,11 @@ +--- samhain-install.sh.in Wed Jan 15 16:51:57 2003 ++++ samhain-install.sh.in Wed Jan 15 16:52:10 2003 +@@ -13,7 +13,7 @@ + mandir=@mandir@ + + sysconfdir=@sysconfdir@ +-configfile=@myconffile@ ++configfile=/usr/local/etc/yulerc.sample + + pid_file=@mylockfile@ + pid_dir=@mylockdir@ diff --git a/security/samhain/files/patch-aa b/security/samhain/files/patch-aa index a949ba3..be66f01 100644 --- a/security/samhain/files/patch-aa +++ b/security/samhain/files/patch-aa @@ -19,7 +19,7 @@ echo " The server will run as user @myident@ if started with";\ echo " root privileges, otherwise as the user of the parent ";\ - echo " process (use --enable-identity=USER to change).";\ -+ echo " process (use TRUSTED_USER=USER to change).";\ ++ echo " process (use RUNAS_USER=USER to change).";\ echo;\ echo " You may want to use: make install-user";\ echo;\ |