diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2012-09-20 12:51:44 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2012-09-20 12:51:44 +0000 |
commit | ee967bb279f78037ebc496177469bc4f5a82b2e3 (patch) | |
tree | b2f6a7a29330bdaea99ae2b2ffcc2632ccdb4593 /etc/rc.conf | |
parent | 9759a4bd398b4827fe9a4abb3c00fda6e5972413 (diff) |
Enable npppd and npppctl in default build. Add npppd to rc and
install sample configs to /etc/.
ok claudio deraadt henning mcbride
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 7c080e0bc76..8a0a3fd1f5a 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.170 2012/08/26 19:25:19 ajacoutot Exp $ +# $OpenBSD: rc.conf,v 1.171 2012/09/20 12:51:43 yasuoka Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -46,6 +46,7 @@ snmpd_flags=NO # for normal use: "" smtpd_flags=NO # for normal use: "" sndiod_flags="" # for normal use: "" ldapd_flags=NO # for normal use: "" +npppd_flags=NO # for normal use: "" inetd_flags="" # for normal use: "" rwhod_flags=NO # for normal use: "" portmap_flags=NO # for normal use: "" |