/[webpac2]/trunk/bin/fix-webpac-group-perms.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/fix-webpac-group-perms.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1181 - (show annotations)
Wed Apr 29 22:24:34 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: application/x-sh
File size: 285 byte(s)
fix all permissions
1 #!/bin/sh
2
3 function fix_webpac_group() {
4 find $1/ ! -group webpac -exec chgrp -v webpac {} \;
5 find $1/ ! -perm -g=w -group webpac -exec chmod g+w -v {} \;
6 }
7
8 fix_webpac_group t
9 fix_webpac_group lib
10 fix_webpac_grouo out
11 fix_webpac_group conf
12 fix_webpac_group web
13 fix_webpac_group var

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26