summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-23 07:12:16 +0000
committerjkh <jkh@FreeBSD.org>1995-08-23 07:12:16 +0000
commit9f2695991924b5a25696558165c1b5abeb125318 (patch)
tree1531a036ef17ec9e0251278906fccce5f1efff23 /etc/sysconfig
parent416f3402c6ddbd5529b7c2be88ccbbdc96509acc (diff)
downloadFreeBSD-src-9f2695991924b5a25696558165c1b5abeb125318.zip
FreeBSD-src-9f2695991924b5a25696558165c1b5abeb125318.tar.gz
Add a "gateway" flag so that user can set up a gateway machine automatically
from sysinstall.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index cc39f5e..c972467 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.18 1995/07/20 16:26:26 wollman Exp $
+# $Id: sysconfig,v 1.19 1995/08/10 16:25:57 ache Exp $
######################### Start Of Syscons Section #######################
@@ -158,6 +158,9 @@ savecore=NO
# Set to YES if you want to run Kerberos authentication
kerberos_server=NO
+# If you want this host to be a gateway, set to YES.
+gateway=NO
+
# Set to YES if you want to run gated
gated=NO
OpenPOWER on IntegriCloud