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.
This commit is contained in:
Roy Marples
2007-09-19 16:27:37 +00:00
parent a74dd430d5
commit b6aa1c857c
8 changed files with 197 additions and 20 deletions

View File

@@ -3,6 +3,11 @@
19 Sep 2007; Roy Marples <uberlord@gentoo.org>:
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.
Change from /lib/rcscripts to /lib/rc and adjust our files so changing
our libdir is much easier in future. This move makes sense it's so much
more than a holding place for our scripts now. It also has the added