summaryrefslogtreecommitdiff
path: root/init.d
Commit message (Collapse)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Ensure that rc.d services are not started twice if PKG_DIR is blank.Roy Marples2009-05-01
| | | | Fixes #170
* Go back to gitRoy Marples2009-04-30
|
* Fix a brain fartRoy Marples2009-04-27
|
* Although the noshutdown keyword is nice, we shouldn't use it for network or ↵Roy Marples2009-04-27
| | | | dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
* Add the noshutdown keyword to special case the shutdown.Roy Marples2009-04-27
|
* Style.Roy Marples2009-04-27
|
* Add the nostop keyword so that we don't stop the network init script by default.Roy Marples2009-04-26
|
* Try and set a keymap as early as possible, #169Roy Marples2009-04-26
|
* Don't report final eends for interfaces as they make no sense.Roy Marples2009-04-25
|
* Verbosely report vars correctly.Roy Marples2009-04-25
|
* Use shell_var for shell variables.Roy Marples2009-04-19
|
* StyleRoy Marples2009-04-19
|
* We should use $int for compat with NetBSDRoy Marples2009-04-19
|
* Default to not building the old net scripts.Roy Marples2009-04-19
|
* Move special umount of tmpfs to the swap init script where it belongs, #149.Roy Marples2009-04-19
|
* Pull /etc/ifconfig.eth0 into interfacesRoy Marples2009-04-19
| | | | | | Reverse list of interfaces when stopping Improve build for conf.d/network
* Not all systems have the utmp groupRoy Marples2009-04-18
|
* Add MKOLDNET=yes/no toggleRoy Marples2009-04-17
|
* Typo, thanks to Matthias Schwarzott, #166.Roy Marples2009-04-17
|
* Add a new init script - networkRoy Marples2009-04-16
| | | | | | | | | 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.
* Improve utmp handlingRoy Marples2009-04-16
|
* Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they ↵Roy Marples2009-04-16
| | | | are not on /
* Simplfy rm matching pattern, thanks to cypherpunks@mailinator.comRoy Marples2009-04-12
|
* We should abort boot on some errors.Roy Marples2009-03-16
|
* Change wipe_tmp_dirs to clean_tmp_dirs so user understands meaning better, #153Roy Marples2009-02-23
|
* Fix the number of terminals to operate on.Roy Marples2009-02-13
| | | | | Thanks to Dimitrios Christidis <chrjim@gmail.com>
* root should respect inittab, #148.Roy Marples2009-02-12
|
* hostid does not need root to runRoy Marples2009-02-11
|
* Only create the reboot file if rebooting.Roy Marples2009-02-10
|
* Create /reboot if running inside OpenVZ, #138.Roy Marples2009-02-10
| | | | | This should be fine as vpsreboot should only restart a stopped container.
* We now warn about clock skewsRoy Marples2009-01-12
| | | | | | 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
* Keyword novserver, #137.Roy Marples2009-01-06
|
* dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.Roy Marples2009-01-01
|
* Fix working on zshRoy Marples2008-12-30
|
* Add parens, #134 thanks to Matthias Schwarzott.Roy Marples2008-12-29
|
* Skip all forcefsck checking when stopping, #134.Roy Marples2008-12-28
|
* Fake get_bootparam function so that we don't check for kernel options ↵Roy Marples2008-12-28
| | | | forcefsck when doing an fsck on shutdown.
* 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
|