[PC-BSD Commits] r17570 - in pcbsd/current/overlays: desktop-overlay/etc server-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 2 10:11:54 PDT 2012
Author: kris
Date: 2012-07-02 17:11:54 +0000 (Mon, 02 Jul 2012)
New Revision: 17570
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
pcbsd/current/overlays/server-overlay/etc/rc.conf
Log:
Enable FSC service
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-02 17:10:11 UTC (rev 17569)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-02 17:11:54 UTC (rev 17570)
@@ -106,3 +106,6 @@
# Enable fail2ban
fail2ban_enable="YES"
+
+# Enable FSC
+fscd_enable="YES"
Modified: pcbsd/current/overlays/server-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/server-overlay/etc/rc.conf 2012-07-02 17:10:11 UTC (rev 17569)
+++ pcbsd/current/overlays/server-overlay/etc/rc.conf 2012-07-02 17:11:54 UTC (rev 17570)
@@ -11,3 +11,6 @@
# Load the following kernel modules
kld_list="libiconv libmchain msdosfs_iconv sem ntfs ntfs_iconv udf udf_iconv ext2fs pefs xfs reiserfs smbfs fdescfs linsysfs"
+
+# Enable FSC
+fscd_enable="YES"
More information about the Commits
mailing list