summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
Commit message (Collapse)AuthorAge
* We should show hotplugged services, needed services and manually started ↵Roy Marples2008-10-30
| | | | services in rc-status.
* Attempt to make s-s-d simpler by not enforcing the need for a full path and ↵Roy Marples2008-07-27
| | | | maybe working better with interpreted scripts.
* Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples2008-06-19
|
* Add the ewaitfile function so init scripts can wait until sockts are ↵Roy Marples2008-06-03
| | | | created, Gentoo #175783.
* Install symlinks correctly, thanks to zlin.Roy Marples2008-05-13
|
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28
|
* Fix debug support to work without gmake and bundle -ggdb in properly.Roy Marples2008-03-24
|
* add check/test rulesMike Frysinger2008-03-24
|
* add support for automatic gdb launching when RC_DEBUG is defined to 1 to ↵Mike Frysinger2008-03-22
| | | | ease bug reporting / information gathering
* add local rpaths if in the git treeMike Frysinger2008-03-22
|
* Add --list to rc-service to list all available services.Roy Marples2008-03-21
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* Rejig the build system a little so we have per ok defs per system. Probably ↵Roy Marples2008-03-19
| | | | easier in the long run.
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵Roy Marples2008-03-16
| | | | from queue(3). Refactor code style around the BSD KNF.
* Remove debug LDFLAGSRoy Marples2008-03-11
|
* Add a --mount command to fstabinfo so it can mount specific mount points, as ↵Roy Marples2008-03-11
| | | | mount can get confused with binded mounts, bug #36.
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Add a gitignore make target.Roy Marples2008-03-03
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Fix compile against old lib.sRoy Marples2008-02-02
|
* Ensure that we use our default CFLAGS if none set.Roy Marples2008-01-30
|
* Specify install modes for all our files.Roy Marples2008-01-30
|
* Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples2008-01-14
|
* partial revert of previous commit -- the rpath stuff was meant to be kept ↵Mike Frysinger2008-01-14
| | | | local only
* Add support for is_newer_than and is_older_than. is_older_than currently ↵Roy Marples2008-01-14
| | | | doesn't work as expected, but is_newer_than works fine.
* add shortcuts for generating symlinksMike Frysinger2008-01-14
|
* Fix PAM installRoy Marples2008-01-13
|
* Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.Roy Marples2008-01-12
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Style updates.Roy Marples2008-01-09
|
* Stop using CPPFLAGSRoy Marples2008-01-07
|
* Use a dynamically expanding buffer for reading config files.Roy Marples2008-01-06
|
* Set include paths in Makefile instead of .c filesRoy Marples2008-01-06
|
* Fix installing pam filesRoy Marples2008-01-05
|
* Fix installing linksRoy Marples2008-01-05
|
* Add missing MakefileRoy Marples2008-01-05