[projects/distfiles] Wrong mode

mmazur mmazur at pld-linux.org
Thu Jan 30 22:51:42 CET 2014


commit c8766327e630e505158c21f25e2b32f122c65593
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Thu Jan 30 22:51:37 2014 +0100

    Wrong mode

 chmodd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chmodd.sh b/chmodd.sh
index 9c176fe..2c6a3ad 100755
--- a/chmodd.sh
+++ b/chmodd.sh
@@ -2,7 +2,7 @@
 
 dir=/var/lib/dropin/dropin
 
-inotifywait -d -m -q "$dir" --format '%f' -e create |
+inotifywait -m -q "$dir" --format '%f' -e create |
 while read file
 do
 	chmod g+r "$dir/$file"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/distfiles.git/commitdiff/c8766327e630e505158c21f25e2b32f122c65593



More information about the pld-cvs-commit mailing list