aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c
AgeCommit message (Expand)Author
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-17Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley
2006-06-12- fix stupid typo from last checkinBernhard Reutner-Fischer
2006-06-11- add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-01-25just whitespaceTim Riker
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-07-29commiting fix from:Paul Fox
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger
2004-04-13Fix several problems with start-stop-daemon, add -m supportEric Andersen
2004-03-13Update docs for start_stop_daemon to match reality. UpdateEric Andersen
2004-01-23Correct check for only one of K or S optionsGlenn L McGrath
2004-01-22Check one and only one of start, stop are given.Glenn L McGrath
2003-07-30Do not require that the signal number be specifiedEric Andersen
2003-07-26cleanup and add long optionsEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-06-05plug fd leak noticed by Russ DillEric Andersen
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl
2002-01-26Patch from Russ Dill <Russ.Dill@asu.edu>. From theEric Andersen
2001-10-31patch from vodz:Eric Andersen
2001-10-24Fixup the location of pwd.h and grp.hEric Andersen
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen