aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-27Revert "Libeinfo: do not suppress ewarn() messages"William Hubbs
2013-08-26start-stop-daemon: remove redundant test of the quiet valueWilliam Hubbs
2013-08-26start-stop-daemon: fix --quiet switchWilliam Hubbs
2013-07-25Add support for DragonFly BSDGary
2013-07-19rc-status: fix typoAlexander V Vershilov
2013-07-16rc-status: fix -a to show all servicesAlexander V Vershilov
2013-05-02Add service appletWilliam Hubbs
2013-05-01fix the build for non-selinux systemsWilliam Hubbs
2013-04-28rc: allow switching runlevels without stopping servicesWilliam Hubbs
2013-04-09Fix autodetection of lxcNatanael Copa
2013-02-25rc-service: add usage messageAndrew Gregory
2013-02-25rc-status: improve usage message accuracy and consistencyAndrew Gregory
2013-02-25rc-update: improve usage message accuracy and consistencyAndrew Gregory
2013-02-25rc: add usage messageAndrew Gregory
2013-02-23make BINDIR and SBINDIR available to input filesAndrew Gregory
2013-02-15runscript: retry prefix flock if it is interrupted by a signalAlexander Mezin
2013-01-04libeinfo: check for "color" in the terminal nameAndrew Gregory
2013-01-02Add tools directoryWilliam Hubbs
2012-12-03Do not add a prefix to the /run directoryWilliam Hubbs
2012-10-27Checkpath: print the path when correcting the ownerWilliam Hubbs
2012-10-24mountinfo: respect the -q command line optionWilliam Hubbs
2012-10-17Spacing fixesWilliam Hubbs
2012-10-09checkpath: fix bool valuesWilliam Hubbs
2012-10-09checkpath: change the owner/group only when requested to do soWilliam Hubbs
2012-10-04set the RC_UNAME environment variable when updating dependenciesWilliam Hubbs
2012-09-20fix RC_SVCDIR on prefix systemsWilliam Hubbs
2012-09-14Typo: emtpy -> emptyChristian Ruppert
2012-09-12Silence the right get_pid() callChristian Ruppert
2012-09-12Silence get_pid(), OpenRC will give the process some time to create the PID f...Christian Ruppert
2012-09-09add RC_PREFIX environment variableWilliam Hubbs
2012-08-19Do not silence errorsChristian Ruppert
2012-08-18Fix quiet usageChristian Ruppert
2012-07-26Bring Back prefix supportWilliam Hubbs
2012-05-23rc: fix inverted string compare logicMike Frysinger
2012-05-16rc: fix thinko in applet collapseMike Frysinger
2012-05-14move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs
2012-05-06rc: collapse the applet if statements into a single array walkMike Frysinger
2012-05-06add a new ARRAY_SIZE macro and use itMike Frysinger
2012-05-06split out librc-independent helpers into a dedicated header fileMike Frysinger
2012-04-26Reduce overhead by leaving rc_deptree_update_needed() as soon as possibleChristian Ruppert
2012-04-26Disable some questionable linesChristian Ruppert
2012-04-24Remove duplicate getenv("RC_SVCNAME") callChristian Ruppert
2012-03-26librc: Do not output error messages from within the library.William Hubbs
2012-02-25librc: make rc_proc_getent available for all operating systemsWilliam Hubbs
2012-02-25Fix rc_proc_getent() undeclared on BSDChristian Ruppert
2012-02-23Skip pam if running as rootWilliam Hubbs
2012-02-21Remove prefix supportWilliam Hubbs
2012-02-20rc: remove calls to rc_sys_v2 and rc_sys_v1William Hubbs
2012-02-20remove the warning about falling back to autodetectionJory A. Pratt
2012-02-12Fix some more warningsChristian Ruppert