[Koha-cvs] CVS: koha/z3950 z3950-daemon-launch.sh,1.4,1.5

MJ Ray slef at users.sourceforge.net
Mon Jun 20 19:05:20 CEST 2005


Update of /cvsroot/koha/koha/z3950
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31711

Modified Files:
	z3950-daemon-launch.sh 
Log Message:
Removed -s from su call after Thomas D reports it breaks FreeBSD

Index: z3950-daemon-launch.sh
===================================================================
RCS file: /cvsroot/koha/koha/z3950/z3950-daemon-launch.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** z3950-daemon-launch.sh	5 Nov 2003 23:33:45 -0000	1.4
--- z3950-daemon-launch.sh	20 Jun 2005 17:05:17 -0000	1.5
***************
*** 33,37 ****
  fi
  
! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser &
  
  exit
--- 33,38 ----
  fi
  
! #MJR: removed -s option, as we have a #! at the start of z3950-daemon-shell.sh
! su -c $KohaZ3950Shell - $RunAsUser &
  
  exit
***************
*** 39,42 ****
--- 40,46 ----
  #--------------
  # $Log$
+ # Revision 1.5  2005/06/20 17:05:17  slef
+ # Removed -s from su call after Thomas D reports it breaks FreeBSD
+ #
  # Revision 1.4  2003/11/05 23:33:45  slef
  # Now figures out what directory the scripts are in





More information about the Koha-cvs mailing list