aboutsummaryrefslogtreecommitdiff
path: root/init.d/.gitignore
AgeCommit message (Collapse)Author
2016-12-01split tmpfiles processing into opentmpfilesWilliam Hubbs
The openntmpfiles package is designed so that it can be used on systems independently of whether openrc is used.
2016-09-05remove swapfiles serviceWilliam Hubbs
The swapfiles service was basically a copy of the swap service, so this commit consolidates the functionality into the swap service. X-Funtoo-Bug-URL: https://bugs.funtoo.org/browse/FL-2523 X-Gentoo-Bug: 568162 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162
2016-08-25init.d: add modules-load to ignore patternsWilliam Hubbs
2016-07-31init.d: Add runsvdir to ignore patternsWilliam Hubbs
2016-01-01add ignore patterns for init.d directoryWilliam Hubbs
2014-11-20init.d: add osclock to ignore patternsWilliam Hubbs
2013-09-01init.d: update ignore patternsWilliam Hubbs
Remove net.lo* from the ignore pattern since these scripts are no longer part of OpenRC and add loopback and tmpfiles.dev.
2012-10-31Tmpfiles: create and delete entries once in the boot runlevel.William Hubbs
Initially, we were creating tmpfiles entries in the sysinit runlevel and again in the boot runlevel. Systemd runs the --create and --remove options in one service called systemd-tmpfiles-setup after the local file systems are mounted. Now we have a service called tmpfiles.setup which emulates this. This also closes the bug mentioned below, since we were originally writing to files that were on read-only file systems and that were not available. Reported-by: <devurandom@gmx.net> X-Gentoo-Bug: 439012 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439012
2012-09-26tmpfiles.d init.d scriptsRobin H. Johnson
Now that the tmpfiles.d code is more tested, actually call it from init.d. It assumes that /run is already available when it runs. Please note it runs TWICE. - During sysinit, ideally just after /dev/shm is created, but before udev has started. After udev is also acceptable, but not ideal. - During boot, ideally just after localmount has completed. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2012-02-20update ignore patternsWilliam Hubbs
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