merged permissions.web+public

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2010-01-02 13:51:41 +01:00
parent fca2d83dc4
commit 6d29b36ede
2 changed files with 1 additions and 11 deletions

View file

@ -6,4 +6,4 @@
#
find "$1" -type d -exec chmod 0755 {} \;
find "$1" -type f -exec chmod a+r {} \;
find "$1" -type f -exec chmod 0644 {} \;

View file

@ -1,10 +0,0 @@
#!/bin/sh
#
# /usr/bin is obsolete
# /usr/lib is obsolete
# /usr/*/{bin,lib,...} is now the correct path
#
find "$1" -type f -exec chmod 0644 {} \;
find "$1" -type d -exec chmod 0755 {} \;