diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-03 17:13:59 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-03 17:13:59 +0000 |
| commit | 429c71776eaa50e6430949a6d8f61cbe39f8f59a (patch) | |
| tree | 0c72fbbefd760872a0e9194084568b7d567a09b3 /etc/sysconfig | |
| parent | 23bf99538c8cf26b09b287ef8f632ff4182e4a75 (diff) | |
Notes
Diffstat (limited to 'etc/sysconfig')
| -rw-r--r-- | etc/sysconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index 1ea5f0fc671f9..2cb5fc4121984 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id: sysconfig,v 1.41 1996/03/12 15:39:26 nate Exp $ +# $Id: sysconfig,v 1.42 1996/03/14 18:24:07 nate Exp $ ######################### Start Of Local Configuration Section ########### @@ -191,6 +191,9 @@ kerberos_server=NO # If you want this host to be a gateway, set to YES. gateway=NO +# If you want this host to be a firewall or otherwise filter IP, set to YES. +firewall=NO + # Set to YES if you wish to check quotas. NOTE: For now this probably # doesn't work and should be left disabled. check_quotas=NO |
