aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
AgeCommit message (Expand)Author
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples
2007-12-19cbasename -> basename_cRoy Marples
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-12-03Warn about pidfiles not being created.Roy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-28Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.Roy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-14We should always give eend a message.Roy Marples
2007-11-14If we have specified a pidfile then we only stop the pid listed,Roy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-23interupt -> interruptRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a seco...Roy Marples
2007-10-10Give more time to daemonsRoy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-04Punt rc_is_fileRoy Marples
2007-10-04Revert making function privateRoy Marples
2007-10-04__rc_service_daemon_set is now a private functionRoy Marples
2007-10-02rc_set_service_daemon -> rc_service_daemon_setRoy Marples
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