aboutsummaryrefslogtreecommitdiff
path: root/src/rc/Makefile
AgeCommit message (Expand)Author
2008-06-03Add the ewaitfile function so init scripts can wait until sockts are created,...Roy Marples
2008-05-13Install symlinks correctly, thanks to zlin.Roy Marples
2008-03-28Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples
2008-03-24Fix debug support to work without gmake and bundle -ggdb in properly.Roy Marples
2008-03-24add check/test rulesMike Frysinger
2008-03-22add support for automatic gdb launching when RC_DEBUG is defined to 1 to ease...Mike Frysinger
2008-03-22add local rpaths if in the git treeMike Frysinger
2008-03-21Add --list to rc-service to list all available services.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-19Rejig the build system a little so we have per ok defs per system. Probably e...Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-11Remove debug LDFLAGSRoy Marples
2008-03-11Add a --mount command to fstabinfo so it can mount specific mount points, as ...Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Add a gitignore make target.Roy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-02Fix compile against old lib.sRoy Marples
2008-01-30Ensure that we use our default CFLAGS if none set.Roy Marples
2008-01-30Specify install modes for all our files.Roy Marples
2008-01-14Put the applets into rc-applet.c so that rc.c is easier to manage.Roy Marples
2008-01-14partial revert of previous commit -- the rpath stuff was meant to be kept loc...Mike Frysinger
2008-01-14Add support for is_newer_than and is_older_than. is_older_than currently does...Roy Marples
2008-01-14add shortcuts for generating symlinksMike Frysinger
2008-01-13Fix PAM installRoy Marples
2008-01-12Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples
2008-01-09Style updates.Roy Marples
2008-01-07Stop using CPPFLAGSRoy Marples
2008-01-06Use a dynamically expanding buffer for reading config files.Roy Marples
2008-01-06Set include paths in Makefile instead of .c filesRoy Marples
2008-01-05Fix installing pam filesRoy Marples
2008-01-05Fix installing linksRoy Marples
2008-01-05Add missing MakefileRoy Marples