diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2007-10-08 11:29:59 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2007-10-08 11:29:59 +0000 |
commit | dbf262cfaa8934a39e0420c2d83b2d5c3be59321 (patch) | |
tree | 6e0a60f5a0be490f01c96e237361108c9942f2e6 /etc/rc.conf | |
parent | 0d1232986fa83ed3facd84218e46f9669b1bb50d (diff) |
Add the user _ospf6d otherwise the newly imported ospf6d daemon will not
start.
ok dlg@
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 fdc16a54466..958315a1a9c 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.124 2007/03/14 20:47:17 ckuethe Exp $ +# $OpenBSD: rc.conf,v 1.125 2007/10/08 11:29:58 norby Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -9,6 +9,7 @@ mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. dvmrpd_flags=NO # for normal use: "" ospfd_flags=NO # for normal use: "" +ospf6d_flags=NO # for normal use: "" bgpd_flags=NO # for normal use: "" rarpd_flags=NO # for normal use: "-a" bootparamd_flags=NO # for normal use: "" |