diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-17 22:00:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-17 22:00:13 +0000 |
commit | 4c5bfb73450280e4641412f505c17551c2ca9a32 (patch) | |
tree | 624dae5ddfc90a7d23aa62e3bdf08a8877b7cfee /etc/rc.conf | |
parent | 54a78f04df78dceb51aab78f8cb1db245ecddc9c (diff) |
altqd startup stuff
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 ef00ffbf6aa..3179b9283fd 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,9 +1,10 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.66 2001/07/05 18:38:52 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.67 2001/08/17 22:00:12 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" +altqd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. rarpd_flags=NO # for normal use: "-a" |