1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/etc/etc.i386
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
..
disktab Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gig 1999-06-04 02:49:27 +00:00
MAKEDEV added usb0 to 'all' target for usbd(8) 1999-08-21 18:01:42 +00:00
rc.i386 Style clean-up: 1999-08-25 16:01:45 +00:00
ttys Grammar and formatting touch-ups to comments. 1999-08-22 19:42:40 +00:00