|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.88 2003/05/14 18:41:06 ian Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.89 2003/06/07 18:35:49 henning Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -38,7 +38,7 @@ spamd_flags=NO # for normal use: "" and see spamd-setup(8) |
|
|
|
ftpd_flags=NO # for non-inetd use: "-D" |
|
|
|
|
|
|
|
# Set to NO if identd is running out of inetd |
|
|
|
identd_flags=NO # for non-inetd use: "-b -u nobody -elo" |
|
|
|
identd_flags=NO # for non-inetd use: "-b -elo" |
|
|
|
|
|
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
|
xdm_flags=NO # for normal use: "" |
|
|
|