diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-12 06:36:04 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-12 06:36:04 +0000 |
commit | 0634b1762b6b861b83a2334860d4299fed451667 (patch) | |
tree | 56a4eaeddd3c2e42bd7d9b45e1ae7868154b7549 /etc/rc.conf | |
parent | af34c0cdd070a8f0f9aa47f1a90d639c47567089 (diff) |
Use lpd_flags instead of lpd, thus allowing to pass parameters to lpd;
patch from Yozo TODA <yozo@imit.chiba-u.ac.jp>, deraadt@ ok.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 7f19c1b1993..1d72e6ea413 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.61 2001/05/30 02:11:09 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.62 2001/06/12 06:36:03 fgsch Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -29,6 +29,7 @@ route6d_flags=NO # for normal use: "" rtsold_flags=NO # for normal use: interface # be sure to set net.inet6.ip6.forwarding=0 # be sure to set net.inet6.ip6.accept_rtadv=1 +lpd_flags=NO # for normal use: "" (or "-l" for debugging) # Set to NO if ftpd is running out of inetd ftpd_flags=NO # for non-inetd use: "-D" @@ -52,7 +53,6 @@ kerberos_slave=NO # kerberos slave server. amd=NO portmap=YES # almost always needed inetd=YES # almost always needed -lpd=NO # printing daemons check_quotas=YES # NO may be desirable in some YP environments ntpd=YES # run ntpd if it exists afs=NO # mount and run afs |