summaryrefslogtreecommitdiff
path: root/init.d.misc/Makefile
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
* Add scripts for dhcpcd and wpa_supplicant.Roy Marples2009-03-05
|
* Fix multi platform a little.Roy Marples2008-04-28
|
* 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
|
* Fix some syslogd pidfile and installing support scripts.Roy Marples2008-01-11
|
* Allow OS to define default package locations.Roy Marples2008-01-11
|
* 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)