aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
AgeCommit message (Expand)Author
2007-09-26Fix Makefile for pmake, document s-s-d options and increase usage gapRoy Marples
2007-09-26Handle fstab with spacesRoy Marples
2007-09-26rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples
2007-09-25unify verbose/quiet handlingMike Frysinger
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-24Remove debug linesRoy Marples
2007-09-24Split our rc commands out into general use vs service commandsRoy Marples
2007-09-19Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-08-20No point in having to lots of get the user code.Roy Marples
2007-08-17Intergrate our standard optionsRoy Marples
2007-08-17Allow --user and --group to also mean --chuid and --chgrpRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-05-27Improve spellingRoy Marples
2007-05-16Remove debug lineRoy Marples
2007-05-16Stop using getimeofday for timeouts incase the clock changes.Roy Marples
2007-05-14Add --startas back to s-s-d, #175980, #175981.Roy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
2007-04-25Don't abort select when on signalsRoy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-13s-s-d now allows --signal to be used without --stop and --oknodo. man page up...Roy Marples
2007-04-13Fix module loading, #174360. s-s-d now changes group when changing user, #174...Roy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-09Use names instead of numbers for reporting signals and trap signals in rcRoy Marples
2007-04-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples