summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1997-10-06 19:41:21 +0000
committerimp <imp@FreeBSD.org>1997-10-06 19:41:21 +0000
commitd3704d1b22494c92b7fa0fcbad8ecfc4200167ea (patch)
tree20aa4be18a5107ddd128a8abd292dc9203f84376 /etc
parentc345be185126458d145656f14d79eaa889c2f7c3 (diff)
downloadFreeBSD-src-d3704d1b22494c92b7fa0fcbad8ecfc4200167ea.zip
FreeBSD-src-d3704d1b22494c92b7fa0fcbad8ecfc4200167ea.tar.gz
Disable LPR/LPD by default.
Reviewed by: jkh, guido, imp
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 70e0c40..27f585d 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.26 1997/09/11 10:58:58 danny Exp $
+# $Id: rc.conf,v 1.27 1997/09/21 16:09:48 joerg Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -121,7 +121,7 @@ moused_flags="" # Any additional flags to moused.
##############################################################
cron_enable="YES" # Run the periodic job daemon.
-lpd_enable="YES" # Run the line printer daemon.
+lpd_enable="NO" # Run the line printer daemon.
lpd_flags="" # Flags to lpd (if enabled).
sendmail_enable="YES" # Run the sendmail daemon (or NO).
sendmail_flags="-bd -q30m" # -bd is pretty mandatory.
OpenPOWER on IntegriCloud