Go to file
C. McEnroe 1c4dd05f40 Add 126 to hardcoded stop exits
> If a command is not found, the exit status shall be 127. If the
> command name is found, but it is not an executable utility, the exit
> status shall be 126. Applications that invoke utilities without using
> the shell should use these exit status values to report similar errors.

[1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_08_02
2020-08-15 23:11:09 -04:00
FreeBSD Add FreeBSD rc script 2020-08-15 17:40:17 -04:00
.gitignore Rename project to catsit 2020-08-15 16:40:15 -04:00
Makefile Add FreeBSD rc script 2020-08-15 17:40:17 -04:00
catsit.8 Rename project to catsit 2020-08-15 16:40:15 -04:00
catsit.conf.5 Rename project to catsit 2020-08-15 16:40:15 -04:00
catsit.sh Check if pipe is writable in wrapper 2020-08-15 18:46:28 -04:00
catsitd.8 Add 126 to hardcoded stop exits 2020-08-15 23:11:09 -04:00
daemon.c Remove EX_CONFIG from default stopexits 2020-08-15 22:03:01 -04:00
daemon.h Add 126 to hardcoded stop exits 2020-08-15 23:11:09 -04:00
service.c Add 126 to hardcoded stop exits 2020-08-15 23:11:09 -04:00