summaryrefslogtreecommitdiff
path: root/lib/active.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Report errors with more useful messagesDan Nicholson1-10/+10
2008-11-02Also reset errno for the symlink reading loopDan Nicholson1-0/+1
2008-06-04Rename libinitd headers with initd- prefix to avoid conflictsDan Nicholson1-2/+2
2008-05-29Use two fields for storing installation/removal statusDan Nicholson1-14/+16
2008-05-28Also allow dstart/dstop keys in initd_is_activeDan Nicholson1-0/+6
2008-05-28Introduce rc change fields, cstart and cstopDan Nicholson1-2/+12
2008-05-27initd_is_active: Take key type instead of sk typeDan Nicholson1-12/+16
2008-05-20Move rcpair definitions into separate rc internal headerDan Nicholson1-26/+1
2008-05-20Cache active links when scanning rc?.d directoriesDan Nicholson1-0/+37
2008-05-01Change initd_sk_t enum to SK_{START,STOP} to differentiate from RCDan Nicholson1-2/+2
2008-04-23Add initd_is_active for checking if a script is activeDan Nicholson1-0/+21
2008-04-17Sanitize sysinit handlingDan Nicholson1-3/+6
2008-04-16Support finding and setting levels for active scriptsDan Nicholson1-0/+215