diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-23 21:20:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-23 21:20:48 +0000 |
commit | 28ee63f97a8dc29e8d90de28da5b7c96ee04c0ff (patch) | |
tree | 799eb1ed3eebd416dc7e89a9315b4704c0822ef3 /etc/rc.conf | |
parent | b31f9cdc7bf08c9907b10951d500f938c4fb08a3 (diff) |
spaces->tabs
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 5c5da7101e2..0ac224b2aae 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.1 1997/09/04 01:12:24 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.2 1997/09/23 21:20:47 mickey Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags=-q @@ -11,7 +11,7 @@ rbootd_flags=NO # for 'normal' use: rbootd_flags="" sendmail_flags=NO # for 'normal' use: sendmail_flags="-bd -q30m" named_flags=NO # for 'normal' use: named_flags="" timed_flags=NO # for 'normal' use: timed_flags="" -photurisd_flags="" # for 'normal' use: photurisd_flags="" +photurisd_flags="" # for 'normal' use: photurisd_flags="" # set the following to "YES" to turn them on rwhod=NO |