summaryrefslogtreecommitdiff
path: root/sh
Commit message (Collapse)AuthorAge
* correction for unmounting volumes with weird characters, thanks BrantJory A. Pratt2010-10-28
| | | | Gurganus <brant@gurganus.name>
* allow net_fs_list to be extended but not replacedWilliam Hubbs2010-10-27
| | | | This fixes bug #342825.
* surpress output of loadkeys, fix setfont path checkJory A. Pratt2010-09-30
|
* Send SIGKILL after 2 failed SIGTERM when unmounting.Roy Marples2010-03-16
|
* Mount xenfs early so OpenRC can detect it.Juan RP2010-02-26
|
* Fix rc_${rc_svcname}_need.Roy Marples2010-02-20
| | | | Display config depends in service depend function also.
* If mounting tmpfs fails, try ramfs.Roy Marples2009-11-20
| | | | This is because buggy kernels always report tmpfs even when not present.
* Allow init scripts to show their dependencies easierRoy Marples2009-09-04
|
* We need to use eval so we can pass "*" as an argument.Roy Marples2009-05-26
|
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
* Fix compile on NetBSDRoy Marples2009-05-05
|
* Ignore more foo for the BSDsRoy Marples2009-05-05
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to gitRoy Marples2009-04-30
|
* Allow templates to define a stop signalRoy Marples2009-04-27
|
* Stop using needless {} in varsRoy Marples2009-04-26
|
* Try and set a keymap as early as possible, #169Roy Marples2009-04-26
|
* Use a bashism for a minor speedup in gendepends.shRoy Marples2009-04-19
|
* Allow user to provide custom status function and still hook into the system oneRoy Marples2009-04-18
|
* Move status to runscript.sh so init scripts can override it, #159Roy Marples2009-04-18
| | | | | Return 32 if crashed, #163
* Avoid needless forking, #165Roy Marples2009-04-16
| | | | | Thanks to Natanael Copa.
* We should always mount $RC_SVCDIR unless in a vserver or it's already mounted.Roy Marples2009-01-29
|
* Punt .gitignore files.Roy Marples2008-12-04
|
* Save screen space.Roy Marples2008-11-28
|
* Fix lib.Roy Marples2008-11-13
|
* Mark the addon code as deprecated.Roy Marples2008-11-12
|
* Move romount to mount-ro and use the umount -r option as it's more reliable ↵Roy Marples2008-11-04
| | | | for / --bind mounts, Gentoo #239922. Thanks to Duncan.
* Add a new shutdown runlevel, Gentoo #224537.Roy Marples2008-11-03
| | | | | | | Split halt.sh into halt, killprocs, romount and savecache services. The reboot runlevel is removed but mapped to shutdown. The halt script should be moved to the sysvinit package.
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
| | | | | | | | | | | mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
* Fix umounting reporting exit status, Gentoo #239922.Roy Marples2008-10-09
|
* Allow forcefsck instead of gentoo=forcefsck on the kernel command line.Roy Marples2008-09-22
|
* Allow OpenVZ to mount /sys and device managers, #102Roy Marples2008-08-19
|
* Set the default RC_SVCDIR higher up.Roy Marples2008-06-21
|
* We need to replace @LIB@ here.Roy Marples2008-06-21
|
* There could be a space between #! and /sbin/runscript, Gentoo #218001.Roy Marples2008-05-01
|
* We need to ensure that the init script started is correct, translating ↵Roy Marples2008-04-29
| | | | symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526.
* Always define template start/stop functions so that the real script name ↵Roy Marples2008-04-26
| | | | isn't hidden when errors are in the real start/stop functions, Gentoo #219179
* Fix logic for templates.Roy Marples2008-04-21
|
* TypoRoy Marples2008-04-21
|
* Punt is_function in favour of POSIX shell builtin command, thanks to Harald ↵Roy Marples2008-04-21
| | | | van Dijk for the idea.
* We should check type output to ensure that we're really calling a shell ↵Roy Marples2008-04-18
| | | | function and not some badly named binary like stop from boinc, Gentoo #218063.
* We should only check dependencies in files.Roy Marples2008-04-16
|
* Add a silly rc_runlevel function to appease SpanKY :)Roy Marples2008-04-08
|
* Tests now work on NetBSD.Roy Marples2008-04-07
|
* Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples2008-04-06
|
* We would sanitize $RC_LIBDIR/sbin as well. If it's really needed then ↵Roy Marples2008-03-27
| | | | rc-functions.sh will add it back.
* Sanitize the write rc dir.Roy Marples2008-03-27
|
* No need for the extra rc.Roy Marples2008-03-27
|
* Fix mulitlib issues.Roy Marples2008-03-27
|
* Ignore more files.Roy Marples2008-03-26
|