summaryrefslogtreecommitdiff
path: root/lib/initd-list.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Report errors with more useful messagesDan Nicholson1-7/+8
2008-11-02Use nodes in list instead of duplicating all initd typesDan Nicholson1-23/+49
2008-11-02Reset errno before readdir to avoid false errorsDan Nicholson1-0/+1
2008-08-31Tear out the buggy dirent d_type code for nowDan Nicholson1-7/+0
2008-06-04Rename libinitd headers with initd- prefix to avoid conflictsDan Nicholson1-1/+1
2008-05-22Don't derefernce members of NULL structuresDan Nicholson1-0/+3
2008-05-01Set active levels after parsing from scriptsDan Nicholson1-0/+3
2008-04-26Merge branch 'master' into depsDan Nicholson1-7/+8
2008-04-26Constify more functionsDan Nicholson1-7/+8
2008-04-24Move initd_provides into initd.c where it belongsDan Nicholson1-20/+0
2008-04-24Make scripts implicitly provide their names as servicesDan Nicholson1-1/+3
2008-04-22list: Add function initd_list_pop for removing last elementDan Nicholson1-0/+19
2008-04-22Refactor finding provided services from initd listsDan Nicholson1-15/+22
2008-04-01prov: Add getter methods for number of provides and provides at indexDan Nicholson1-2/+2
2008-04-01dep: Add getter methods for number of deps and dep at indexDan Nicholson1-3/+3
2008-03-26Convert initd_list_exists_name to a booleanDan Nicholson1-6/+4
2008-03-25Skip invalid scripts when parsingDan Nicholson1-1/+2
2008-03-25Function to construct an initd list from a directory of scriptsDan Nicholson1-0/+59
2008-03-13Check for Required-* keys in initd_list_verify_all()Dan Nicholson1-10/+92
2008-03-12Add common macros in config.h through AC_CONFIG_HEADERSDan Nicholson1-0/+3
2008-02-27Move sources to separate lib and test subdirectoriesDan Nicholson1-0/+125