summaryrefslogtreecommitdiff
path: root/init.d
Commit message (Collapse)AuthorAge
* Punt .gitignore files.Roy Marples2008-12-04
|
* Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on ↵Roy Marples2008-11-12
| | | | how to handle this.
* Restore interface_exists, interface_up and interface_exists, #123.Roy Marples2008-11-10
|
* Remove deprecated use of modprobe -l. If we need this functionaltiy back, we ↵Roy Marples2008-11-04
| | | | need to use something else, like say find.
* We should not update mtab here.Roy Marples2008-11-04
|
* Use mount-roRoy Marples2008-11-04
|
* 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.
* TypoRoy Marples2008-11-04
|
* Now the linx fsck man page has return codes, I find them different from the ↵Roy Marples2008-11-04
| | | | BSD's so adjust accordingly.
* Add descriptions.Roy Marples2008-11-03
|
* 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.
* Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin.Roy Marples2008-10-26
|
* hwclock: skip rtc checks if kernel lacks module supportMike Frysinger2008-10-26
| | | | | | | | | Since we only use the result of the device scan to load modules, there is no point in doing the scan if the kernel doesn't support modules in the first place. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Ignore new scripts.Roy Marples2008-10-16
|
* Fix fuser on BSD platforms.Roy Marples2008-10-15
|
* Fix adding just the default route, #119 thanks to pva.Roy Marples2008-10-14
|
* Remove hardedcoded foo here.Roy Marples2008-10-10
|
* 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.
* Warn about sulogin timeout and then continue as normal, Gentoo #240383Roy Marples2008-10-09
|
* Fix status check, #239922Roy Marples2008-10-08
|
* Fix utmp permissions, Gentoo #240437.Roy Marples2008-10-08
|
* kenv is not always available.Roy Marples2008-10-03
|
* Clean stale sockets.Roy Marples2008-10-01
|
* Load rtc-cmos if needed, Gentoo #235647 thanks to Robin Johnson.Roy Marples2008-09-27
|
* Allow forcefsck on the kernel command line, Gentoo #218431Roy Marples2008-09-22
|
* Work without IP6 kernels, #108Roy Marples2008-08-29
|
* Add rpc.lockd to netmount.in for BSDRoy Marples2008-08-27
|
* Allow renaming of modules, #103 thanks to Sven.Roy Marples2008-08-19
|
* OpenVZ can mount NFS shares.Roy Marples2008-08-19
|
* We should unmount / here.Roy Marples2008-07-09
|
* Fix unmounting some more.Roy Marples2008-07-09
|
* Fix last commitRoy Marples2008-07-09
|
* Add a knob to avoid the unmounting of some points.Roy Marples2008-07-09
|
* Hide mkdir error'sRoy Marples2008-07-09
|
* Really test if we can write to RC_LIBDIR or not.Roy Marples2008-07-09
|
* No point in re-mounting ro filesystems that are already ro.Roy Marples2008-07-09
|
* Let ifdown control all interfaces.Roy Marples2008-06-03
|
* Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ↵Roy Marples2008-05-27
| | | | Gentoo #223473.
* Fix passno and IFS, #77 and #85, thanks to NahorRoy Marples2008-05-25
|
* Add the devdb init script.Roy Marples2008-05-12
|
* netmount may use openvpn.Roy Marples2008-05-10
|
* Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875Roy Marples2008-05-09
|
* Ensure that make dep ordering is correct for install.Roy Marples2008-05-06
|
* Busybox find now works with -exec correctly, so remove our nasty hack.Roy Marples2008-04-30
|
* 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.
* Fix syscons for setting the font correctly.Roy Marples2008-04-29
|
* When fsck_passno is set, show this so output is clearer when fsck is ↵Roy Marples2008-04-22
| | | | multiplexed, Gentoo #218141.
* Our init scripts normally output context in [ .. ]Roy Marples2008-04-22
|
* Respect shutdown -F on Linux to force fsck, #59Roy Marples2008-04-17
|
* Fix rebooting for OpenVZ systems.Roy Marples2008-04-15
|