freebsd-skq/etc/rc.d
Sheldon Hearn b68adff6b7 Style clean-up:
* All variables are now embraced: ${foo}

	* All comparisons against some value now take the form:
	  [ "${foo}" ? "value" ]
	  where ? is a comparison operator

	* All empty string tests now take the form:
	  [ -z "${foo}" ]

	* All non-empty string tests now take the form:
	  [ -n "${foo}" ]

Submitted by:	jkh
1999-08-25 16:01:45 +00:00
..
atm1 Style clean-up: 1999-08-25 16:01:45 +00:00
atm2 Style clean-up: 1999-08-25 16:01:45 +00:00
atm2.sh Style clean-up: 1999-08-25 16:01:45 +00:00
atm3 Style clean-up: 1999-08-25 16:01:45 +00:00
atm3.sh Style clean-up: 1999-08-25 16:01:45 +00:00
diskless Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf 1999-02-10 18:08:16 +00:00
initdiskless Style clean-up: 1999-08-25 16:01:45 +00:00
isdnd Style clean-up: 1999-08-25 16:01:45 +00:00
netoptions Style clean-up: 1999-08-25 16:01:45 +00:00
network1 Style clean-up: 1999-08-25 16:01:45 +00:00
network2 Style clean-up: 1999-08-25 16:01:45 +00:00
network3 Style clean-up: 1999-08-25 16:01:45 +00:00
pccard Style clean-up: 1999-08-25 16:01:45 +00:00
resolv Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf 1999-02-10 18:08:16 +00:00
routing Style clean-up: 1999-08-25 16:01:45 +00:00
serial Style clean-up: 1999-08-25 16:01:45 +00:00
sysctl Style clean-up: 1999-08-25 16:01:45 +00:00
tmp Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf 1999-02-10 18:08:16 +00:00
var Use /etc/defaults/rc.conf everywhere, falling back to /etc/rc.conf 1999-02-10 18:08:16 +00:00