diff options
Diffstat (limited to 'www/horde/files/patch-config_conf.xml')
-rw-r--r-- | www/horde/files/patch-config_conf.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/horde/files/patch-config_conf.xml b/www/horde/files/patch-config_conf.xml new file mode 100644 index 00000000000..56f6f6a346f --- /dev/null +++ b/www/horde/files/patch-config_conf.xml @@ -0,0 +1,20 @@ +--- config/conf.xml.orig Fri Nov 5 10:54:09 2004 ++++ config/conf.xml Sat Nov 27 23:20:31 2004 +@@ -276,7 +276,7 @@ + + <case name="login" desc="Login (su) authentication"> + <configsection name="params"> +- <configstring name="location" desc="Location of the su binary">/bin/su</configstring> ++ <configstring name="location" desc="Location of the su binary">/usr/bin/su</configstring> + </configsection> + </case> + +@@ -932,7 +932,7 @@ + <configsection name="params"> + <configstring name="sendmail_path" required="false" desc="The location + of the sendmail binary on the filesystem +- [/usr/sbin/sendmail]">/usr/lib/sendmail</configstring> ++ [/usr/sbin/sendmail]">/usr/sbin/sendmail</configstring> + <configstring name="sendmail_args" required="false" desc="Any extra + parameters to pass to the sendmail or sendmail wrapper + binary">-oi</configstring> |