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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |