summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Merge branch 'master' into addDan Nicholson1-0/+3
2008-05-22Don't derefernce members of NULL structuresDan Nicholson1-0/+3
2008-05-22Add test case for removing init.d scriptsDan Nicholson3-2/+83
2008-05-22Rename tests to more useful namesDan Nicholson5-11/+11
2008-05-22Add functions for installing and removing init.d symlinksDan Nicholson6-3/+327
2008-05-20Move rcpair definitions into separate rc internal headerDan Nicholson2-26/+31
2008-05-20Cache active links when scanning rc?.d directoriesDan Nicholson2-0/+54
2008-05-15New initd members: active start and stop symlinksDan Nicholson3-0/+14
2008-05-02rdep: Recurse and verify dependencies when removingDan Nicholson5-6/+200
2008-05-01initd_copy: Also copy active start/kill levelsDan Nicholson1-0/+2
2008-05-01Rename initd_recurse_deps in preparation for removalDan Nicholson4-8/+8
2008-05-01Change initd_sk_t enum to SK_{START,STOP} to differentiate from RCDan Nicholson6-29/+29
2008-05-01Set active levels after parsing from scriptsDan Nicholson2-1/+3
2008-04-29New test exercising parsing and dep checkingDan Nicholson5-6/+82
2008-04-29Merge branch 'master' into depsDan Nicholson1-25/+26
2008-04-29parse: Only convert rc token to integer when it's a single digitDan Nicholson1-25/+26
2008-04-29rdep: Verify the scripts for start/stop at each levelDan Nicholson3-2/+153
2008-04-26New utility function initd_rc_level_charDan Nicholson4-24/+49
2008-04-26Merge branch 'master' into depsDan Nicholson3-19/+24
2008-04-26Constify more functionsDan Nicholson3-17/+20
2008-04-24rdep: Operate on provides rather than nameDan Nicholson3-22/+54
2008-04-24Move initd_provides into initd.c where it belongsDan Nicholson2-20/+20
2008-04-24Make scripts implicitly provide their names as servicesDan Nicholson3-1/+15
2008-04-23rdep: Append all active services to the requested servicesDan Nicholson1-4/+27
2008-04-23rdep: Convert to operating on initd listsDan Nicholson3-45/+45
2008-04-23Add RC_ALL macro to mask all RC levelsDan Nicholson1-0/+2
2008-04-23Add initd_is_active for checking if a script is activeDan Nicholson3-12/+35
2008-04-22Add push macros to mirror pop functionsDan Nicholson3-0/+4
2008-04-22Merge branch 'master' into depsDan Nicholson1-0/+12
2008-04-22configure: --enable-werror for setting -Werror with gccDan Nicholson1-0/+12
2008-04-22list: Add function initd_list_pop for removing last elementDan Nicholson3-0/+21
2008-04-22Merge branch 'master' into depsDan Nicholson1-1/+1
2008-04-22Remove a stray extern from the definition of initd_set_rcDan Nicholson1-1/+1
2008-04-22Refactor finding provided services from initd listsDan Nicholson2-16/+24
2008-04-22rdeps: Add function to control verbosityDan Nicholson3-1/+9
2008-04-22Rename recursive deps test to trdepsDan Nicholson3-4/+4
2008-04-22Merge branch 'master' into depsDan Nicholson13-28/+493
2008-04-21parse: Delay expensive sysinit level parsingDan Nicholson1-19/+19
2008-04-17Sanitize sysinit handlingDan Nicholson7-28/+53
2008-04-16Support finding and setting levels for active scriptsDan Nicholson6-4/+291
2008-04-09New function initd_set_rc for setting rc levelsDan Nicholson3-3/+25
2008-04-09Add initd member holding active start/stop levelsDan Nicholson2-0/+6
2008-04-09Create test links at build time and fix for $srcdir != $builddirDan Nicholson2-22/+28
2008-04-08Test scripts were not being distributedDan Nicholson1-3/+3
2008-04-08Add symlinks for test scriptsDan Nicholson1-0/+29
2008-04-05More test scriptsDan Nicholson4-1/+91
2008-04-04Merge branch 'strarg2' into depsDan Nicholson2-8/+8
2008-04-04strarg: Mark strarg_t parameters as const when possibleDan Nicholson2-8/+8
2008-04-03rdep: Support for recursing optional Should-* dependenciesDan Nicholson2-2/+36
2008-04-03rdep: Add optional parameter for internal deps recursionDan Nicholson1-7/+15