mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
ec7894e6ae
- Many changes, see the following for details: http://www.horde.org/horde/docs/?f=CHANGES.html
21 lines
884 B
XML
21 lines
884 B
XML
--- config/conf.xml.orig 2007-12-02 19:56:48.000000000 -0900
|
|
+++ config/conf.xml 2007-12-02 22:06:39.000000000 -0900
|
|
@@ -337,7 +337,7 @@
|
|
<case name="login" desc="Login (su) authentication">
|
|
<configsection name="params">
|
|
<configstring name="location" desc="Location of the su binary">
|
|
- /bin/su</configstring>
|
|
+ /usr/bin/su</configstring>
|
|
</configsection>
|
|
</case>
|
|
|
|
@@ -1076,7 +1076,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>
|