summaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+2
* just whitespaceTim Riker2006-01-251-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-2/+2
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-16/+12
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-3/+3
* commiting fix from:Paul Fox2005-07-291-0/+3
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Fix several problems with start-stop-daemon, add -m supportEric Andersen2004-04-131-27/+45
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-131-29/+53
* Correct check for only one of K or S optionsGlenn L McGrath2004-01-231-3/+2
* Check one and only one of start, stop are given.Glenn L McGrath2004-01-221-17/+17
* Do not require that the signal number be specifiedEric Andersen2003-07-301-2/+4
* cleanup and add long optionsEric Andersen2003-07-261-59/+41
* Major coreutils update.Manuel Novoa III2003-03-191-11/+11
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
* plug fd leak noticed by Russ DillEric Andersen2002-06-051-0/+1
* Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl2002-06-041-1/+1
* Patch from Russ Dill <Russ.Dill@asu.edu>. From theEric Andersen2002-01-261-1/+10
* patch from vodz:Eric Andersen2001-10-311-36/+26
* Fixup the location of pwd.h and grp.hEric Andersen2001-10-241-1/+1
* Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen2001-10-181-0/+271