aboutsummaryrefslogtreecommitdiff
path: root/init.d.misc
AgeCommit message (Collapse)Author
2011-10-20further clean up OS differences in makefilesMike Frysinger
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-10-18consolodate MakefilesWilliam Hubbs
The tree contained many operating system specific Makefiles which were being included in other Makefiles. This commit removes those and adds the code to the makefiles which included them using make's conditional processing. X-Gentoo-Bug: 387441 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=387441
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-01-17more whitespace cleanupMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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-07-01Fix wpa_supplicant to find wireless interfaces on newer kernels.Roy Marples
Fixes #176.
2009-07-01We should use -feature instead of nofeature.Roy Marples
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
2009-05-06Enable wpa_supplicant for >1 wireless interface if found.Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-27Although the noshutdown keyword is nice, we shouldn't use it for network or ↵Roy Marples
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
2009-04-27Set correct prefixRoy Marples
2009-04-27Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style.Roy Marples
2009-04-18Support BSDsRoy Marples
2009-04-16Add net dependencyRoy Marples
2009-03-05Add scripts for dhcpcd and wpa_supplicant.Roy Marples
2008-12-04Punt .gitignore files.Roy Marples
2008-04-28Fix multi platform a little.Roy Marples
2008-03-23fix broken whitespace -- no functional changesMike Frysinger
2008-03-19SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Fix ignore files some more.Roy Marples
2008-03-03Use exlicit make targets, not directory contents.Roy Marples
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-01-23openvpn needs localmountRoy Marples
2008-01-12/var/empty isn't a fixed requirement for sshdRoy Marples
2008-01-11Fix some syslogd pidfile and installing support scripts.Roy Marples
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2008-01-11Allow OS to define default package locations.Roy Marples
2007-12-14udev requires try function and the modules-update program should take care ↵Roy Marples
of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
2007-12-14Add some avahi scriptsRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-06Don't exit in functions.Roy Marples
2007-11-29Allow services to define which extra commands require the service to be startedRoy Marples
2007-11-28Load the tun/tap modules on BSDRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-28Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.Roy Marples
2007-11-23Fix version and depend on ntpdate tooRoy Marples
2007-11-23Add polkitd init scriptRoy Marples
2007-11-23Add hald init scriptRoy Marples
2007-11-23Add dbus init scriptRoy Marples
2007-11-23Add sshd init scriptRoy Marples
2007-11-23Add dnsmasq init scriptRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)