[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.21,1.2.2.22
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.21,1.2.2.22 |
Date: |
Mon, 24 Jun 2002 09:11:38 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv17381
Modified Files:
Tag: rel-1-2
installer.pl
Log Message:
changes ownership of directories to root.$httpduser recursively. I don't know
if using system() is a problem, but how else can we do this recursively? In my
installation, I ended up with the cgi-bin, htdocs, and modules directories
being readable only by root.
Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.21
retrieving revision 1.2.2.22
diff -C2 -r1.2.2.21 -r1.2.2.22
*** installer.pl 24 Jun 2002 15:53:20 -0000 1.2.2.21
--- installer.pl 24 Jun 2002 16:11:36 -0000 1.2.2.22
***************
*** 415,418 ****
--- 415,421 ----
system("cp -R opac-cgi/* $opacdir/cgi-bin/");
+ system("chown -R root.$httpduser $opacdir");
+ system("chown -R root.$httpduser $kohadir");
+
print qq|
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.21,1.2.2.22,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha installer.pl,1.2.2.20,1.2.2.21
- Next by Date:
[Koha-cvs] CVS: koha/C4 Accounts2.pm,1.9.2.3,1.9.2.4 Acquisitions.pm,1.5.2.11,1.5.2.12 Biblio.pm,1.1.2.1,1.1.2.2
- Previous by thread:
[Koha-cvs] CVS: koha installer.pl,1.2.2.20,1.2.2.21
- Next by thread:
[Koha-cvs] CVS: koha/C4 Accounts2.pm,1.9.2.3,1.9.2.4 Acquisitions.pm,1.5.2.11,1.5.2.12 Biblio.pm,1.1.2.1,1.1.2.2
- Index(es):