From: Andy H. <ah...@ht...> - 2003-04-06 20:46:34
|
-----BEGIN PGP SIGNED MESSAGE----- Can this diff be applied? It's sort of a hassle to change it every time I go to run it... # diff setup/secure_phpws.sh /var/www/nocarbos/setup/secure_phpws.sh 1c1 < #!/bin/sh - --- > #!/bin/bash 32c32 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 35,37c35,37 < chown $APACHE_USER.$APACHE_GROUP ../conf/ < chown -R $APACHE_USER.$APACHE_GROUP ../images/ < chown -R $APACHE_USER.$APACHE_GROUP ../files/ - --- > chown $APACHE_USER:$APACHE_GROUP ../conf/ > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > chown -R $APACHE_USER:$APACHE_GROUP ../files/ 52c52 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 55c55 < chown $APACHE_USER.$APACHE_GROUP ../.htaccess - --- > chown $APACHE_USER:$APACHE_GROUP ../.htaccess 59,61c59,61 < chown -R $APACHE_USER.$APACHE_GROUP ../images/ < chown -R $APACHE_USER.$APACHE_GROUP ../files/ < chown $APACHE_USER.$APACHE_GROUP ../conf/branch/ - --- > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > chown $APACHE_USER:$APACHE_GROUP ../conf/branch/ ~~ Andy Harrison ah##@httpsite.com ICQ: 123472 AIM/Y!: AHinMaine [full headers for details] -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBPpCSHlPEkLgodAWVAQFLQgP/fytPmIMRWn1nDAyHYCLrQbHBDeLu3006 0pzEeeCYcqrOUBPeoE+aTVEcshKdxx3Cf/TJ5ue85MoEqRU5Qdl+wWWnxHIaMBSI P6ogned5rBdAZUw3s9fMtQ0Rmnq2kpG8lWr1SfQMRex1UsoRUKIshTqU2gPxvlGI G2YAzId378I= =kt6O -----END PGP SIGNATURE----- |