summaryrefslogtreecommitdiff
path: root/init.d
Commit message (Collapse)AuthorAge
* If there is an error setting the font, abort instead of trying to setRoy Marples2009-08-19
| | | | the font for subsequent consoles.
* If mtab is write only and a symlink then assume it's linked to /proc/mountsRoy Marples2009-07-20
| | | | and don't try and update it. Fixes #185.
* Only delete /etc/nologin if we can write to itRoy Marples2009-07-09
|
* Host should configure urandom.Roy Marples2009-07-01
| | | | Fixes #179.
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Ensure that tmp dirs are +rw as well as +t.Roy Marples2009-06-13
|
* hwclock now sends help to stderr.Natanael Copa2009-06-12
|
* Linux FHS requires /var/lib/miscRoy Marples2009-06-08
| | | | Stop fuser from being chatty
* Ignore more fooRoy Marples2009-06-05
|
* Update copyrightRoy Marples2009-06-05
|
* Ignore termencodingRoy Marples2009-05-29
|
* Skip sysctl errorsRoy Marples2009-05-29
|
* Add FreeBSD support for AC power.Roy Marples2009-05-29
|
* Support NetBSD envstat for working out if on AC power.Roy Marples2009-05-29
|
* If not running on AC power don't run fsck to preserve battery life.Roy Marples2009-05-29
|
* Only delete addresses for interfaces that exist.Roy Marples2009-05-29
|
* 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.
* procfs should use modules.Roy Marples2009-05-11
|
* Ignore more foo for the BSDsRoy Marples2009-05-05
|
* 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.