summaryrefslogtreecommitdiff
path: root/init.d.misc
Commit message (Collapse)AuthorAge
* further clean up OS differences in makefilesMike Frysinger2011-10-20
| | | | | | No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* consolodate MakefilesWilliam Hubbs2011-10-18
| | | | | | | | | | 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
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* more whitespace cleanupMike Frysinger2011-01-17
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add new utility and init script swclock that sets the system time based onRoy Marples2009-10-13
| | | | | | | 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.
* Fix wpa_supplicant to find wireless interfaces on newer kernels.Roy Marples2009-07-01
| | | | Fixes #176.
* 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.
* Enable wpa_supplicant for >1 wireless interface if found.Roy Marples2009-05-06
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* 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.
* Set correct prefixRoy Marples2009-04-27
|
* Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style.Roy Marples2009-04-27
|
* Support BSDsRoy Marples2009-04-18
|
* Add net dependencyRoy Marples2009-04-16
|
* Add scripts for dhcpcd and wpa_supplicant.Roy Marples2009-03-05
|
* Punt .gitignore files.Roy Marples2008-12-04
|
* Fix multi platform a little.Roy Marples2008-04-28
|
* fix broken whitespace -- no functional changesMike Frysinger2008-03-23
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Fix ignore files some more.Roy Marples2008-03-03
|
* Use exlicit make targets, not directory contents.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* openvpn needs localmountRoy Marples2008-01-23
|
* /var/empty isn't a fixed requirement for sshdRoy Marples2008-01-12
|
* Fix some syslogd pidfile and installing support scripts.Roy Marples2008-01-11
|
* Update copyrights, my email and license.Roy Marples2008-01-11
|
* Remove vim settings.Roy Marples2008-01-11
|
* Remove full license text from shell cripts.Roy Marples2008-01-11
|
* Allow OS to define default package locations.Roy Marples2008-01-11
|
* udev requires try function and the modules-update program should take care ↵Roy Marples2007-12-14
| | | | of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files.
* Add some avahi scriptsRoy Marples2007-12-14
|
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
|
* Don't exit in functions.Roy Marples2007-12-06
|
* Allow services to define which extra commands require the service to be startedRoy Marples2007-11-29
|
* Load the tun/tap modules on BSDRoy Marples2007-11-28
|
* Massive whitespace cleanupRoy Marples2007-11-28
|
* Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.Roy Marples2007-11-28
|
* Fix version and depend on ntpdate tooRoy Marples2007-11-23
|
* Add polkitd init scriptRoy Marples2007-11-23
|
* Add hald init scriptRoy Marples2007-11-23
|
* Add dbus init scriptRoy Marples2007-11-23
|
* Add sshd init scriptRoy Marples2007-11-23
|
* Add dnsmasq init scriptRoy Marples2007-11-23
|
* Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples2007-11-23
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)