/[webpac2]/branches/Sack/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 /branches/Sack/bin/fix-webpac-group-perms.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (show annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 285 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

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