aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-19 16:27:37 +0000
committerRoy Marples <roy@marples.name>2007-09-19 16:27:37 +0000
commitb6aa1c857c9cf4c2d54681875761fa5107433771 (patch)
treed724295dfa34b42404090d484c60c3a6109ebf7d /ChangeLog
parenta74dd430d5c513f1e4d8ed13d7865eb24ccc5494 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f99ebac..e1b5f529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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