diff options
author | Roy Marples <roy@marples.name> | 2007-09-19 16:27:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-19 16:27:37 +0000 |
commit | b6aa1c857c9cf4c2d54681875761fa5107433771 (patch) | |
tree | d724295dfa34b42404090d484c60c3a6109ebf7d /src/Makefile | |
parent | a74dd430d5c513f1e4d8ed13d7865eb24ccc5494 (diff) |
Added the checkown applet based on the work by Renato Caldas, #192682
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.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 4da64061..96799aaa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -56,7 +56,7 @@ LIBRCSO = librc.so.$(LIBRCSOVER) LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o LDLIBS_LIBRC = -leinfo -RCOBJS = env-update.o fstabinfo.o mountinfo.o \ +RCOBJS = checkown.o env-update.o fstabinfo.o mountinfo.o \ rc-depend.o rc-plugin.o rc-status.o rc-update.o runscript.o \ start-stop-daemon.o rc.o LDLIBS_RC = $(LDLIBS_LIBRC) -lrc @@ -80,7 +80,7 @@ RCLINKS = einfon einfo ewarnn ewarn eerrorn eerror ebegin eend ewend \ mark_service_coldplugged \ get_options save_options rc-abort rc-depend \ is_runlevel_start is_runlevel_stop service_started_daemon \ - fstabinfo mountinfo + checkown fstabinfo mountinfo BINLINKS = rc-status SBINLINKS = env-update rc-update runscript start-stop-daemon |