Yaroslav Tykhiy
0ce3dc049a
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
2005-12-06 05:27:11 +00:00
..
2005-11-10 19:09:22 +00:00
2005-11-24 14:39:41 +00:00
2005-09-10 22:46:03 +00:00
2005-06-10 23:06:14 +00:00
2005-06-07 03:41:20 +00:00
2005-11-11 21:05:40 +00:00
2005-09-05 13:42:22 +00:00
2005-06-10 20:52:36 +00:00
2005-11-22 22:24:27 +00:00
2005-12-03 01:33:06 +00:00
2005-06-14 02:25:17 +00:00
2005-11-12 03:42:56 +00:00
2005-06-07 03:41:20 +00:00
2005-06-06 20:19:56 +00:00
2005-06-10 20:52:36 +00:00
2005-08-31 15:02:11 +00:00
2005-11-16 07:24:31 +00:00
2005-06-06 20:19:56 +00:00
2005-10-29 05:08:00 +00:00
2005-11-14 23:34:50 +00:00
2005-10-03 18:20:44 +00:00
2005-09-06 19:28:37 +00:00
2005-12-02 20:06:07 +00:00
2005-11-18 02:23:59 +00:00
2005-10-05 07:00:42 +00:00
2005-11-01 01:36:58 +00:00
2005-12-02 20:06:07 +00:00
2005-12-06 05:27:11 +00:00