koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc Install.pm,1.52,1.53


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.52,1.53
Date: Mon, 06 Oct 2003 02:10:41 -0700

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv26381/misc

Modified Files:
        Install.pm 
Log Message:
Removing config info from z3950*sh and using C4::Context in processz3950queue 
(Fixed bug 39)

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** Install.pm  5 Oct 2003 21:27:06 -0000       1.52
--- Install.pm  6 Oct 2003 09:10:39 -0000       1.53
***************
*** 1416,1419 ****
--- 1416,1424 ----
      chmod 0755, "$intranetdir/scripts/z3950daemon/z3950-daemon-launch.sh", 
"$intranetdir/scripts/z3950daemon/z3950-daemon-shell.sh", 
"$intranetdir/scripts/z3950daemon/processz3950queue";
  
+       #MJR: generate our own settings, to remove the /home/paul hardwired 
links
+     open(FILE,">$intranetdir/scripts/z3950daemon/z3950-daemon-options");
+     print FILE 
"RunAsUser=apache\nKohaZ3950Dir=$intranetdir/scripts/z3950daemon\nKohaModuleDir=$intranetdir/modules\nLogDir=$kohalogdir\n";
+     close(FILE);
+ 
        if ($> == 0) {
            chown((getpwnam($httpduser)) [2,3], "$etcdir/koha.conf.tmp") or 
warn "can't chown koha.conf: $!";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]