aboutsummaryrefslogtreecommitdiff
path: root/init.d/.gitignore
AgeCommit message (Collapse)Author
2009-10-16Add a new staticroute init script so that .... static routes can be configured!Roy Marples
Fixes Gentoo #288421.
2009-10-13Add new utility and init script swclock that sets the system time based onRoy Marples
the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith <michael@smith-li.com>. Fixes Gentoo #272073.
2009-06-05Ignore more fooRoy Marples
2009-05-29Ignore termencodingRoy Marples
2009-05-05Ignore more foo for the BSDsRoy Marples
2009-04-30Go back to gitRoy Marples
2008-12-04Punt .gitignore files.Roy Marples
2008-11-12Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on ↵Roy Marples
how to handle this.
2008-11-04Move 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-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-16Ignore new scripts.Roy Marples
2008-05-12Add the devdb init script.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-03-26Ignore more files.Roy Marples
2008-03-03Add a gitignore make target.Roy Marples
2008-02-28ignore more stuffRoy Marples