HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Hylafax recvstats shell porting problem on Solaris 8
I ran into a problem when using the latest Hylafax recvstats (RCS Id:
1.4) on Solaris 8. recvstats assumes POSIX shell features (namely the
NOCLOBBER stuff) but it uses /bin/sh. On Solaris 8, /bin/sh is not a
POSIX-compliant shell.
Here is a patch.
2000-07-20 Paul Eggert <eggert@twinsun.com>
* util/recvstats.sh.in: Use @SCRIPT_SH@ rather than /bin/sh,
since this script uses POSIX shell features.
===================================================================
RCS file: util/recvstats.sh.in,v
retrieving revision 1.4
retrieving revision 1.4.0.1
diff -pu -r1.4 -r1.4.0.1
--- util/recvstats.sh.in 2000/06/18 06:12:17 1.4
+++ util/recvstats.sh.in 2000/07/20 23:14:00 1.4.0.1
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! @SCRIPT_SH@
# $Id: recvstats.sh.in,v 1.4 2000/06/18 06:12:17 darren Exp $
#
# HylaFAX Facsimile Software
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null