Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | Not all systems have the utmp group | Roy Marples | |
2009-04-17 | Add MKOLDNET=yes/no toggle | Roy Marples | |
2009-04-17 | Typo, thanks to Matthias Schwarzott, #166. | Roy Marples | |
2009-04-16 | Add a new init script - network | Roy Marples | |
This simply assigns static addresses and an optional default route. It's possible to add external commands as well, so to create a bonded interface. Hopefully we can add a few examples to satisfy most of the old net.lo, which is no longer installed into boot by default. | |||
2009-04-16 | Improve utmp handling | Roy Marples | |
2009-04-16 | Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they ↵ | Roy Marples | |
are not on / | |||
2009-04-12 | Simplfy rm matching pattern, thanks to cypherpunks@mailinator.com | Roy Marples | |
2009-03-16 | We should abort boot on some errors. | Roy Marples | |
2009-02-23 | Change wipe_tmp_dirs to clean_tmp_dirs so user understands meaning better, #153 | Roy Marples | |
2009-02-13 | Fix the number of terminals to operate on. | Roy Marples | |
Thanks to Dimitrios Christidis <chrjim@gmail.com> | |||
2009-02-12 | root should respect inittab, #148. | Roy Marples | |
2009-02-11 | hostid does not need root to run | Roy Marples | |
2009-02-10 | Only create the reboot file if rebooting. | Roy Marples | |
2009-02-10 | Create /reboot if running inside OpenVZ, #138. | Roy Marples | |
This should be fine as vpsreboot should only restart a stopped container. | |||
2009-01-12 | We now warn about clock skews | Roy Marples | |
rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime | |||
2009-01-06 | Keyword novserver, #137. | Roy Marples | |
2009-01-01 | dmesg and sysfs won't work in a vserver, #137 thanks to Hollow. | Roy Marples | |
2008-12-30 | Fix working on zsh | Roy Marples | |
2008-12-29 | Add parens, #134 thanks to Matthias Schwarzott. | Roy Marples | |
2008-12-28 | Skip all forcefsck checking when stopping, #134. | Roy Marples | |
2008-12-28 | Fake get_bootparam function so that we don't check for kernel options ↵ | Roy Marples | |
forcefsck when doing an fsck on shutdown. | |||
2008-12-04 | Punt .gitignore files. | Roy Marples | |
2008-11-12 | Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on ↵ | Roy Marples | |
how to handle this. | |||
2008-11-10 | Restore interface_exists, interface_up and interface_exists, #123. | Roy Marples | |
2008-11-04 | Remove deprecated use of modprobe -l. If we need this functionaltiy back, we ↵ | Roy Marples | |
need to use something else, like say find. | |||
2008-11-04 | We should not update mtab here. | Roy Marples | |
2008-11-04 | Use mount-ro | Roy Marples | |
2008-11-04 | Move romount to mount-ro and use the umount -r option as it's more reliable ↵ | Roy Marples | |
for / --bind mounts, Gentoo #239922. Thanks to Duncan. | |||
2008-11-04 | Typo | Roy Marples | |
2008-11-04 | Now the linx fsck man page has return codes, I find them different from the ↵ | Roy Marples | |
BSD's so adjust accordingly. | |||
2008-11-03 | Add descriptions. | Roy Marples | |
2008-11-03 | Add 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-26 | Remove bash localisation feature, Gentoo #244444 thanks to Andrey Grozin. | Roy Marples | |
2008-10-26 | hwclock: skip rtc checks if kernel lacks module support | Mike 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-16 | Ignore new scripts. | Roy Marples | |
2008-10-15 | Fix fuser on BSD platforms. | Roy Marples | |
2008-10-14 | Fix adding just the default route, #119 thanks to pva. | Roy Marples | |
2008-10-10 | Remove hardedcoded foo here. | Roy Marples | |
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy 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-09 | Warn about sulogin timeout and then continue as normal, Gentoo #240383 | Roy Marples | |
2008-10-08 | Fix status check, #239922 | Roy Marples | |
2008-10-08 | Fix utmp permissions, Gentoo #240437. | Roy Marples | |
2008-10-03 | kenv is not always available. | Roy Marples | |
2008-10-01 | Clean stale sockets. | Roy Marples | |
2008-09-27 | Load rtc-cmos if needed, Gentoo #235647 thanks to Robin Johnson. | Roy Marples | |
2008-09-22 | Allow forcefsck on the kernel command line, Gentoo #218431 | Roy Marples | |
2008-08-29 | Work without IP6 kernels, #108 | Roy Marples | |
2008-08-27 | Add rpc.lockd to netmount.in for BSD | Roy Marples | |
2008-08-19 | Allow renaming of modules, #103 thanks to Sven. | Roy Marples | |
2008-08-19 | OpenVZ can mount NFS shares. | Roy Marples | |