From 37c010a9cdf6aee64b425527ac79e4b16e4e5687 Mon Sep 17 00:00:00 2001 From: slef Date: Mon, 20 Jun 2005 17:05:17 +0000 Subject: [PATCH] Removed -s from su call after Thomas D reports it breaks FreeBSD --- z3950/z3950-daemon-launch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/z3950/z3950-daemon-launch.sh b/z3950/z3950-daemon-launch.sh index ad2f81f4ab..621ba86ae5 100755 --- a/z3950/z3950-daemon-launch.sh +++ b/z3950/z3950-daemon-launch.sh @@ -32,12 +32,16 @@ then exit 1 fi -su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser & +#MJR: removed -s option, as we have a #! at the start of z3950-daemon-shell.sh +su -c $KohaZ3950Shell - $RunAsUser & exit #-------------- # $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 # -- 2.39.5