aboutsummaryrefslogtreecommitdiff
path: root/init.d
AgeCommit message (Expand)Author
2009-07-01We should use -feature instead of nofeature.Roy Marples
2009-06-13Ensure that tmp dirs are +rw as well as +t.Roy Marples
2009-06-12hwclock now sends help to stderr.Natanael Copa
2009-06-08Linux FHS requires /var/lib/miscRoy Marples
2009-06-05Ignore more fooRoy Marples
2009-06-05Update copyrightRoy Marples
2009-05-29Ignore termencodingRoy Marples
2009-05-29Skip sysctl errorsRoy Marples
2009-05-29Add FreeBSD support for AC power.Roy Marples
2009-05-29Support NetBSD envstat for working out if on AC power.Roy Marples
2009-05-29If not running on AC power don't run fsck to preserve battery life.Roy Marples
2009-05-29Only delete addresses for interfaces that exist.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-11procfs should use modules.Roy Marples
2009-05-05Ignore more foo for the BSDsRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-05-01Ensure that rc.d services are not started twice if PKG_DIR is blank.Roy Marples
2009-04-30Go back to gitRoy Marples
2009-04-27Fix a brain fartRoy Marples
2009-04-27Although the noshutdown keyword is nice, we shouldn't use it for network or d...Roy Marples
2009-04-27Add the noshutdown keyword to special case the shutdown.Roy Marples
2009-04-27Style.Roy Marples
2009-04-26Add the nostop keyword so that we don't stop the network init script by default.Roy Marples
2009-04-26Try and set a keymap as early as possible, #169Roy Marples
2009-04-25Don't report final eends for interfaces as they make no sense.Roy Marples
2009-04-25Verbosely report vars correctly.Roy Marples
2009-04-19Use shell_var for shell variables.Roy Marples
2009-04-19StyleRoy Marples
2009-04-19We should use $int for compat with NetBSDRoy Marples
2009-04-19Default to not building the old net scripts.Roy Marples
2009-04-19Move special umount of tmpfs to the swap init script where it belongs, #149.Roy Marples
2009-04-19Pull /etc/ifconfig.eth0 into interfacesRoy Marples
2009-04-18Not all systems have the utmp groupRoy Marples
2009-04-17Add MKOLDNET=yes/no toggleRoy Marples
2009-04-17Typo, thanks to Matthias Schwarzott, #166.Roy Marples
2009-04-16Add a new init script - networkRoy Marples
2009-04-16Improve utmp handlingRoy Marples
2009-04-16Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they are...Roy Marples
2009-04-12Simplfy rm matching pattern, thanks to cypherpunks@mailinator.comRoy Marples
2009-03-16We should abort boot on some errors.Roy Marples
2009-02-23Change wipe_tmp_dirs to clean_tmp_dirs so user understands meaning better, #153Roy Marples
2009-02-13Fix the number of terminals to operate on.Roy Marples
2009-02-12root should respect inittab, #148.Roy Marples
2009-02-11hostid does not need root to runRoy Marples
2009-02-10Only create the reboot file if rebooting.Roy Marples
2009-02-10Create /reboot if running inside OpenVZ, #138.Roy Marples
2009-01-12We now warn about clock skewsRoy Marples
2009-01-06Keyword novserver, #137.Roy Marples
2009-01-01dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.Roy Marples
2008-12-30Fix working on zshRoy Marples