summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2012-09-20 12:51:44 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2012-09-20 12:51:44 +0000
commitee967bb279f78037ebc496177469bc4f5a82b2e3 (patch)
treeb2f6a7a29330bdaea99ae2b2ffcc2632ccdb4593 /etc/rc.conf
parent9759a4bd398b4827fe9a4abb3c00fda6e5972413 (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.conf3
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: ""