[PC-BSD Commits] r5825 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 7 10:39:59 PST 2010
Author: kris
Date: 2010-01-07 10:39:59 -0800 (Thu, 07 Jan 2010)
New Revision: 5825
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Disabled sendmail, not needed for a desktop, but user can re-enable it if need be
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2010-01-07 18:34:53 UTC (rev 5824)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2010-01-07 18:39:59 UTC (rev 5825)
@@ -7,6 +7,9 @@
devfs_system_ruleset="devfsrules_common"
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat/pkg"
+# Disable Sendmail by default
+sendmail_enable="NONE"
+
# Enable console mouse
moused_type="auto"
moused_enable="YES"
More information about the Commits
mailing list