aboutsummaryrefslogtreecommitdiff
path: root/src/builtins.h
AgeCommit message (Collapse)Author
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our ↵Roy Marples
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
2007-12-19checkown -> checkpathRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14If we need to regenrate the deptree in the boot runlevel, remove it ↵Roy Marples
afterwards as the dependencies may need programs brought up by localmount. The dependencies will be regenerated correctly in the next runlevel.
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-14Really remove env-updateRoy Marples
2007-09-29librc no longer uses libeinfo. deptree function names are now all under ↵Roy Marples
rc_deptree_
2007-09-19Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples
checkdir ensures that the specified files (or directories) are owned by the current user/group or as specified on the command line. You can optionally check permissions too.
2007-08-04Fix rc-update, #187487 and release rc2.Roy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
a lot smaller.