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