summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-03-02 02:46:47 +0000
committerbrooks <brooks@FreeBSD.org>2005-03-02 02:46:47 +0000
commit5960c03b45ee0821adf04d6323fd18b42dafb961 (patch)
tree51ae8feff1d54be4de7742fe72d483f8356e96a3 /etc/defaults
parent352e54a36d54c7a8fa00f23ecf81dee374a89f06 (diff)
downloadFreeBSD-src-5960c03b45ee0821adf04d6323fd18b42dafb961.zip
FreeBSD-src-5960c03b45ee0821adf04d6323fd18b42dafb961.tar.gz
Allow chkprintcap(8) to be run before lpd is started. Disabled by
default for now. Default flags create missing directories. Remove comment about doing this in etc/rc.d/var. Unlike in the PR, I chose to do this in the lpd script where we reliably have /usr available. PR: conf/71488 Submitted by: RZ-FreeBSD0904 at fh-karlsruhe dot de
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index c28241b..1145d31 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -432,6 +432,8 @@ cron_flags="" # Which options to pass to the cron daemon.
lpd_enable="NO" # Run the line printer daemon.
lpd_program="/usr/sbin/lpd" # path to lpd, if you want a different one.
lpd_flags="" # Flags to lpd (if enabled).
+chkprintcap_enable="NO" # Run chkprintcap(8) before running lpd.
+chkprintcap_flags="-d" # Create missing directories by default.
usbd_enable="NO" # Run the usbd daemon.
usbd_flags="" # Flags to usbd (if enabled).
dumpdev="NO" # Device name to crashdump to (or NO).
OpenPOWER on IntegriCloud