commit c8766327e630e505158c21f25e2b32f122c65593
Author: Mariusz Mazur <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to