On Sun, 2003-12-28 at 17:16, Harry Hoffman wrote: > Hi All, > > I'm wondering if anyone knows of a published source (excluding the code itself) > of all of the variables (and their values) allowed in the /etc/sysconfig > directory. I'm seen some articles detailing some options but not many and have > read thru a bit of the code to determine other options. A lot of the stuff can be found in the initscripts documentation. If you know a particular setting (NOZEROCONF, for example), you can do a recursive grep on /etc/sysconfig to try and grok where it's being used (/etc/sysconfig/network-scripts/ifup, for NOZEROCONF), assuming you're ok with your shell scripting. [jason@lappy ~]$ rpm -ql initscripts | grep doc /usr/share/doc/initscripts-7.28 /usr/share/doc/initscripts-7.28/ChangeLog /usr/share/doc/initscripts-7.28/changes.ipv6 /usr/share/doc/initscripts-7.28/ipv6-6to4.howto /usr/share/doc/initscripts-7.28/ipv6-tunnel.howto /usr/share/doc/initscripts-7.28/static-routes-ipv6 /usr/share/doc/initscripts-7.28/sysconfig.txt /usr/share/doc/initscripts-7.28/sysvinitfiles -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list