From 5960c03b45ee0821adf04d6323fd18b42dafb961 Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 2 Mar 2005 02:46:47 +0000 Subject: 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 --- etc/defaults/rc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/defaults') 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). -- cgit v1.1