aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
2013-02-23include BINDIR and SBINDIR in the sanitized PATHAndrew Gregory
2013-02-23Fix shebangs in services to point to the correct location of runscriptAndrew Gregory
2013-02-19cgroups: major update to cgroups supportWilliam Hubbs
2013-02-19cgroups: fix shebang line in rc-cgroup.shWilliam Hubbs
2013-02-16make init.sh and init-early.sh honor SYSCONFDIRAndrew Gregory
2013-02-16consolefont: use setfont to save the current fontAndrew Gregory
2013-02-16Add module for cgroup processingAlexander Vershilov
2013-01-16rc-functions.sh: add ceph to net fs listMike Frysinger
2013-01-15typo fixWilliam Hubbs
2013-01-15runscript: fix stopping changed service issuesWilliam Hubbs
2012-12-22udhcpc: fix resolv.conf setting for domainWilliam Hubbs
2012-12-22Set a default size for /run on LinuxWilliam Hubbs
2012-12-19init.sh.Linux: do not try to remove the /run/openrc symlinkWilliam Hubbs
2012-12-07init-linux: Do not remove the $rc_libexecdir/init.d directoryWilliam Hubbs
2012-12-06migrate-to-run: do not require a rebootWilliam Hubbs
2012-12-03Do not add a prefix to the /run directoryWilliam Hubbs
2012-11-25migrate-to-run: Remove old RC_SVCDIR after unmounting tmpfsWilliam Hubbs
2012-11-12Support cpu usage management for LinuxAlexander Vershilov
2012-11-07checkbashisms: Fix redirection order.Robin H. Johnson
2012-11-07checkbashisms: clean up export statements.Robin H. Johnson
2012-11-06tmpfiles: fix bashismWilliam Hubbs
2012-11-05tmpfilesd: Doing both create+remove at the same time is valid.Robin H. Johnson
2012-10-21tmpfilesd: parse arguments with spacesAndrew Gregory
2012-10-21tmpfiles: return success from _f/_F on empty $argAndrew Gregory
2012-10-21tmpfiles: do not process systemd.confWilliam Hubbs
2012-10-17functions.sh: do not hard code path in e* wrapper functionsWilliam Hubbs
2012-09-26tmpfiles.d init.d scriptsRobin H. Johnson
2012-09-26sh/tmpfiles.sh: Improve dry-run mode.Robin H. Johnson
2012-09-25Drop restart_pre/restart_postWilliam Hubbs
2012-09-22Add restart_pre/restart_post support, also document RC_CMDChristian Ruppert
2012-08-16sh/tmpfiles: fix quoting for optional argumentsRobin H. Johnson
2012-07-02fix handling of /run for vserverWilliam Hubbs
2012-05-17local is only allowed in functionsChristian Ruppert
2012-05-14move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs
2012-05-02clarify the message about /proc being already mountedWilliam Hubbs
2012-04-26fix references to functions.shWilliam Hubbs
2012-04-26Change the working directory for depend onlyWilliam Hubbs
2012-04-26Revert "Revert "Let runscript enter the service dir before expand globs""William Hubbs
2012-04-26Revert "Let runscript enter the service dir before expand globs"William Hubbs
2012-04-26Let runscript enter the service dir before expand globsChristian Ruppert
2012-03-12sh/tmpfiles: Upstream clarifications & quoting fixes.Robin H. Johnson
2012-03-12sh/tmpfiles: tmpfiles.d support.Robin H. Johnson
2012-03-03Runscript: allow extra_commands to be run in chrootsWilliam Hubbs
2012-02-20update ignore patternsWilliam Hubbs
2012-02-09Fix early consolefont/termencoding usage vs rc_sysRobin H. Johnson
2012-01-29cgroups: only create the cgroup when the service is being startedWilliam Hubbs
2012-01-28Use "checkpath -W" instead of dir_writable()Christian Ruppert
2012-01-28Check if /sys/fs/cgroup/openrc is writableChristian Ruppert
2012-01-26cgroups: add all services to the openrc cgroupWilliam Hubbs
2012-01-22Make checks for writable directory posix compliantWilliam Hubbs