summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
Commit message (Expand)AuthorAge
* Rename runscript to openrc-runHEADmasterWilliam Hubbs2013-12-29
* runscript: clarify the message wrt schedulingWilliam Hubbs2013-12-13
* Begin port to GNU/kFreeBSDSteven Chamberlain2013-10-30
* convert flock() messages to verbose warningsWilliam Hubbs2013-10-12
* runscript: retry prefix flock if it is interrupted by a signalAlexander Mezin2013-02-15
* Fix some more warningsChristian Ruppert2012-02-12
* Do not loop flock()Christian Ruppert2012-01-28
* Add "ifstopped" command to runscriptChristian Ruppert2012-01-15
* Do not exit immediately when a service has been stopped alreadyChristian Ruppert2011-12-31
* fix compile errorWilliam Hubbs2011-12-11
* Allow init scripts to be executed with a relative pathWilliam Hubbs2011-12-11
* rc: fix style around case_RC_COMMON_GETOPTMike Frysinger2011-11-19
* Remove unused variableChristian Ruppert2011-09-08
* Do not ignore return code for custom script functionsFlex2011-09-02
* Improve processing of service directories and conf.d filesWilliam Hubbs2011-07-31
* runscript: rename saveDir back to save to fix compile errorWilliam Hubbs2011-07-26
* rename save and save2 for clarityWilliam Hubbs2011-07-20
* Don't write into optarg, this also fixes a compiler warning.Christian Ruppert2011-07-05
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
* Fix dirname calls in runscriptChristian Ruppert2011-05-23
* Clean up all trailing whitespace in src/.Robin H. Johnson2011-01-17
* bug 351160: make openrc exit codes LSB compliantEray Aslan2011-01-12
* Avoid race condition in runscript (bug #319865)Thomas Pfaff2010-12-03
* restore init.d pause optionMike Frysinger2010-04-09
* Fix two leaks.Roy Marples2010-03-17
* random spelling fixesMike Frysinger2010-01-08
* Allow init scripts to show their dependencies easierRoy Marples2009-09-04
* We should use -feature instead of nofeature.Roy Marples2009-07-01
* Warn about going inactive correctly.Roy Marples2009-06-01
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
* If already started or stopped, abort.Roy Marples2009-05-17
* Fix compile on NetBSD and FreeBSDRoy Marples2009-05-05
* Add (c) to CopyrightRoy Marples2009-05-01
* Add -Z, --dry-run option to show which services we would start/stopRoy Marples2009-04-30
* Avoid more gcc warning about not checking return values ...Roy Marples2009-04-30
* Fix parensJuan RP2009-04-30
* Don't start services when their need dependency is brokenRoy Marples2009-04-28
* Cast to intRoy Marples2009-04-24
* Describe interval unitsRoy Marples2009-04-24
* Improve style for KNFRoy Marples2009-04-23
* Improve the service timeout code and reduce the timeout to 60 seconds.Roy Marples2009-04-23
* Don't leak the lock fd.Roy Marples2009-04-18
* Fix compile on FreeBSD.Roy Marples2009-04-18
* Move status to runscript.sh so init scripts can override it, #159Roy Marples2009-04-18
* Using fifos for locking can be error prone.Roy Marples2009-04-17
* yes should be YESRoy Marples2009-01-13
* We now warn about clock skewsRoy Marples2009-01-12
* Our error messages don't have full stops at the endRoy Marples2008-12-23
* Typo.Roy Marples2008-12-23
* Disallow hotplug to run during sysinit, but allow elsewhere. Fixes #131.Roy Marples2008-12-23