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

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jun 28 01:10:59 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	z3950-daemon-launch.sh 
Log Message:
Removing -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.4.4.1
diff -C2 -r1.4 -r1.4.4.1
*** z3950-daemon-launch.sh	5 Nov 2003 23:33:45 -0000	1.4
--- z3950-daemon-launch.sh	27 Jun 2005 23:10:55 -0000	1.4.4.1
***************
*** 33,37 ****
  fi
  
! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser &
  
  exit
--- 33,37 ----
  fi
  
! su -c $KohaZ3950Shell - $RunAsUser &
  
  exit
***************
*** 39,42 ****
--- 39,45 ----
  #--------------
  # $Log$
+ # Revision 1.4.4.1  2005/06/27 23:10:55  hdl
+ # Removing -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