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

/freebsd-11.0-release/etc/
H A Drc.subrdiff 153152 Tue Dec 06 05:27:11 MST 2005 yar Since rc.subr is a library of functions, it should not use exit
every now and then. It is up to the caller to choose a proper
action upon an error condition. Therefore, use return, not exit,
except for some special cases.

Consistently return 1 to indicate an error.

Submitted by: sem (initially)
Reviewed by: freebsd-rc (silence)
MFC after: 2 weeks

Completed in 108 milliseconds