|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.22 1998/06/03 17:12:05 millert Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.23 1998/06/15 18:41:14 deraadt Exp $ |
|
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
|
routed_flags=NO # for 'normal' use: routed_flags="-q" |
|
@ -34,6 +34,7 @@ portmap=YES # almost always needed |
|
|
inetd=YES # almost always needed |
|
|
inetd=YES # almost always needed |
|
|
lpd=NO # printing daemons |
|
|
lpd=NO # printing daemons |
|
|
check_quotas=YES # NO may be desireable in some YP environments |
|
|
check_quotas=YES # NO may be desireable in some YP environments |
|
|
|
|
|
sshd=YES # run sshd if it exists |
|
|
|
|
|
|
|
|
# miscellaneous other flags |
|
|
# miscellaneous other flags |
|
|
# only used if the appropriate server is marked YES above |
|
|
# only used if the appropriate server is marked YES above |
|
|