Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Tue Mar 22 12:12:33 2005 UTC | Revision 1.4 by sysadm, Fri Apr 8 11:11:11 2005 UTC | |
|---|---|---|
| # | Line 25 for i in `find data/ -maxdepth 1 -type f | Line 25 for i in `find data/ -maxdepth 1 -type f |
| 25 | cpfile ${PRG_HOME} $i | cpfile ${PRG_HOME} $i |
| 26 | done | done |
| 27 | ||
| 28 | chown bbs:bbs -R ${PRG_HOME} | |
| 29 | find ${PRG_HOME} -type d -exec chmod 750 {} \; | find ${PRG_HOME} -type d -exec chmod 750 {} \; |
| 30 | find ${PRG_HOME} -type f -exec chmod 640 {} \; | find ${PRG_HOME} -type f -exec chmod 640 {} \; |
| 31 | find ${PRG_HOME} -name *.php -type f -exec chmod 750 {} \; | find ${PRG_HOME} -name *.php -type f -exec chmod 750 {} \; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |