|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.160 2011/07/24 15:33:41 fgsch Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.161 2011/09/16 10:11:20 robert Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ldpd_flags=NO # for normal use: "" |
|
|
@ -70,6 +70,9 @@ 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 -elo" |
|
|
|
|
|
|
|
# Set to NO if popa3d is running out of inetd |
|
|
|
popa3d_flags=NO # for non-inetd use: "-D" |
|
|
|
|
|
|
|
# On some architectures, you must also disable console getty in /etc/ttys |
|
|
|
xdm_flags=NO # for normal use: "" |
|
|
|
|
|
|
|