]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- more clear explanation of HOSTNAME and NISDOMAIN
authorklakier <klakier@pld-linux.org>
Tue, 18 Jun 2002 22:06:23 +0000 (22:06 +0000)
committerklakier <klakier@pld-linux.org>
Tue, 18 Jun 2002 22:06:23 +0000 (22:06 +0000)
svn-id: @1028

doc/sysconfig.txt
sysconfig/network

index 4888f8043e188b4dceef0f99ed472f5d456ac693..ec649ec81170bce8b611691cb1cb6e8d6bea6643 100644 (file)
@@ -1,4 +1,4 @@
-$Id: sysconfig.txt,v 1.7 2002/02/18 13:24:26 gotar Exp $
+$Id: sysconfig.txt,v 1.8 2002/06/18 22:06:19 klakier Exp $
 
 Files in /etc/sysconfig
 =======================
@@ -39,10 +39,11 @@ Files in /etc/sysconfig
   NETWORKING=yes|no
   IPV4_NETWORKING=yes|no
   IPV6_NETWORKING=yes|no
-  HOSTNAME=<whatever hostname you want>
+  HOSTNAME=<whatever hostname you want, e.g. "pldmachine">
     Note: for compatibility with some old software people might
     install (like trn), the /etc/HOSTNAME file should contain the
     same value as here.
+  NISDOMAIN=<domain name / nis domain name, e.g. "mydomain.org">
   FORWARD_IPV4=yes|no (The current Red Hat Linux installation
     sets this to no by default for RFC compliance, but if
     FORWARD_IPV4 is not set at all, forwarding is *enabled*
@@ -55,7 +56,6 @@ Files in /etc/sysconfig
   SPOOFING_IPV4=yes|no (anti spoofing protection)
   GATEWAY=<gateway IP>
   GATEWAYDEV=<gateway device> (e.g. eth0)
-  NISDOMAIN=<nis domain name>
   IPX=yes|no
   IPXAUTOPRIMARY=on|off (note, that MUST be on|off, not yes|no)
   IPXAUTOFRAME=on|off (again, not yes|no)
index 8a49a0f8d80934c886ef3b29398d099db9aba677..2020523d72eb074ac0de7b40d5235b84d50158cf 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: network,v 1.16 2002/04/09 11:10:38 jajcus Exp $
+# $Id: network,v 1.17 2002/06/18 22:06:23 klakier Exp $
 ######################################################################
 # MAIN PART
 
@@ -14,7 +14,7 @@ IPV4_FORWARDING=no
 # Set hostname here (only hostname)
 HOSTNAME=pldmachine
 
-# Set NIS domain name here
+# Set domain name / NIS domain name here
 NISDOMAIN=
 
 # IPv4 gateway
This page took 1.037307 seconds and 4 git commands to generate.