[PC-BSD Commits] r650 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 28 13:37:32 PDT 2007
Author: kris
Date: 2007-08-28 13:37:32 -0700 (Tue, 28 Aug 2007)
New Revision: 650
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Changed HPLIP lines to more standard format
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2007-08-28 20:31:50 UTC (rev 649)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2007-08-28 20:37:32 UTC (rev 650)
@@ -41,9 +41,9 @@
polkitd_enable="YES"
hald_enable="YES"
-# Uncomment to enable hplip support
-#hpiod_enable="YES"
-#hpssd_enable="YES"
+# Enables support for HPLIP
+hpiod_enable="NO"
+hpssd_enable="NO"
# ntpdate is deprecated and will eventually be removed from the distribution since
# the same functionality is available in ntpd(8).
More information about the Commits
mailing list