aboutsummaryrefslogtreecommitdiff
path: root/init.d
AgeCommit message (Collapse)Author
2008-11-03Add a new shutdown runlevel, Gentoo #224537.Roy Marples
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.
2008-10-26Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin.Roy Marples
2008-10-26hwclock: skip rtc checks if kernel lacks module supportMike Frysinger
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>
2008-10-16Ignore new scripts.Roy Marples
2008-10-15Fix fuser on BSD platforms.Roy Marples
2008-10-14Fix adding just the default route, #119 thanks to pva.Roy Marples
2008-10-10Remove hardedcoded foo here.Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
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.
2008-10-09Warn about sulogin timeout and then continue as normal, Gentoo #240383Roy Marples
2008-10-08Fix status check, #239922Roy Marples
2008-10-08Fix utmp permissions, Gentoo #240437.Roy Marples
2008-10-03kenv is not always available.Roy Marples
2008-10-01Clean stale sockets.Roy Marples
2008-09-27Load rtc-cmos if needed, Gentoo #235647 thanks to Robin Johnson.Roy Marples
2008-09-22Allow forcefsck on the kernel command line, Gentoo #218431Roy Marples
2008-08-29Work without IP6 kernels, #108Roy Marples
2008-08-27Add rpc.lockd to netmount.in for BSDRoy Marples
2008-08-19Allow renaming of modules, #103 thanks to Sven.Roy Marples
2008-08-19OpenVZ can mount NFS shares.Roy Marples
2008-07-09We should unmount / here.Roy Marples
2008-07-09Fix unmounting some more.Roy Marples
2008-07-09Fix last commitRoy Marples
2008-07-09Add a knob to avoid the unmounting of some points.Roy Marples
2008-07-09Hide mkdir error'sRoy Marples
2008-07-09Really test if we can write to RC_LIBDIR or not.Roy Marples
2008-07-09No point in re-mounting ro filesystems that are already ro.Roy Marples
2008-06-03Let ifdown control all interfaces.Roy Marples
2008-05-27Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ↵Roy Marples
Gentoo #223473.
2008-05-25Fix passno and IFS, #77 and #85, thanks to NahorRoy Marples
2008-05-12Add the devdb init script.Roy Marples
2008-05-10netmount may use openvpn.Roy Marples
2008-05-09Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875Roy Marples
2008-05-06Ensure that make dep ordering is correct for install.Roy Marples
2008-04-30Busybox find now works with -exec correctly, so remove our nasty hack.Roy Marples
2008-04-29We need to ensure that the init script started is correct, translating ↵Roy Marples
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.
2008-04-29Fix syscons for setting the font correctly.Roy Marples
2008-04-22When fsck_passno is set, show this so output is clearer when fsck is ↵Roy Marples
multiplexed, Gentoo #218141.
2008-04-22Our init scripts normally output context in [ .. ]Roy Marples
2008-04-17Respect shutdown -F on Linux to force fsck, #59Roy Marples
2008-04-15Fix rebooting for OpenVZ systems.Roy Marples
2008-04-09Fix windowkeys.Roy Marples
2008-04-09Respect shutdown's fastboot.Roy Marples
2008-04-09More ltsp fixes.Roy Marples
2008-04-08Fix netmout for nfsRoy Marples
2008-03-28Restore noserver and noopenvz to sysctl.Roy Marples
2008-03-27Make our messages similarRoy Marples
2008-03-27Split terminal encoding out.Roy Marples
2008-03-26Ignore more files.Roy Marples
2008-03-26Split sysctl into Linux and BSD specific files.Roy Marples
2008-03-26Add --exists and --resolve to rc-service.Roy Marples