Searched hist:50357 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/etc/
H A Dpccard_etherdiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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
H A Drc.firewalldiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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
H A Drc.initdisklessdiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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
H A Drcdiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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
H A Dnetwork.subrdiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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
/freebsd-11-stable/etc/rc.d/
H A Droutingdiff 50357 Wed Aug 25 14:01:45 MDT 1999 sheldonh 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

Completed in 255 milliseconds