lukem
77eeaedfe8
improve description comment
1998-02-28 22:56:11 +00:00
lukem
79201de07b
* add synonyms for "yes": "true", "on", and "1"
...
* add synonyms for "no": "false", "off", and "0"
* remove unnecessary trailing semicolons (this is sh, not C)
1998-02-28 22:54:02 +00:00
lukem
6b18196f4c
convert 'if .. else .. fi' into a 'case .. esac', and allow for any
...
uppercase/lowercase variations of 'yes' and 'no'. fixes [misc/4887]
sent in by "John F. Woods" <jfw@jfwhome.funhouse.com>
1998-01-26 04:36:26 +00:00
cjs
ebb2301a41
Prune unused function.
1997-08-30 03:34:29 +00:00
cjs
c3b0e18db8
Split rc.conf variables for starting programs into two: an on/off
...
switch and a set of flags. Get rid of DEFAULT flags entirely. Print
warnings if on/off switches are not set, or are set incorrectly.
Add a shell function to simplify this on/off switch testing.
1997-08-29 02:24:04 +00:00