Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | |
my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | |||
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | |
getopt.h, whitespace changes, typos, etc. | |||
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | |
2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | |||
2005-07-29 | commiting fix from: | Paul Fox | |
0000353: [PATCH] start-stop-daemon -q is not quiet | |||
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | |
(BB_GETOPT_ERROR) | |||
2004-04-13 | Fix several problems with start-stop-daemon, add -m support | Eric Andersen | |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | |
the reality a bit to better match debian behavior. | |||
2004-01-23 | Correct check for only one of K or S options | Glenn L McGrath | |
2004-01-22 | Check one and only one of start, stop are given. | Glenn L McGrath | |
Remove some global variables. #define some getopt values. | |||
2003-07-30 | Do not require that the signal number be specified | Eric Andersen | |
2003-07-26 | cleanup and add long options | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | |
silly games. -Erik | |||
2002-06-05 | plug fd leak noticed by Russ Dill | Eric Andersen | |
-Erik | |||
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | |
[Parts of this patch may overlap with my other two patches] | |||
2002-01-26 | Patch from Russ Dill <Russ.Dill@asu.edu>. From the | Eric Andersen | |
start-stop-daemon man page: -b|--background Typically used with programs that don't detach on their own. This option will force start-stop-daemon to fork before starting the process, and force it into the background. WARNING: start-stop-daemon cannot check the exit status if the process fails to execute for any reason. This is a last resort, and is only meant for programs that either make no sense forking on their own, or where it's not feasible to add the code for it to do this itself. This is usefull for applets like watchdog | |||
2001-10-31 | patch from vodz: | Eric Andersen | |
I reduce 148 bytes from start_stop_daemon.c code. Also reduced memory allocated. | |||
2001-10-24 | Fixup the location of pwd.h and grp.h | Eric Andersen | |
2001-10-18 | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen | |
Kimdon <dwhedon@gordian.com> on october 7th -- the day I was fired from Lineo. So it seems I totally forgot about this patch until now. Sorry about that David! |