HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] small patch for hylafax-4.1beta2.tar.gz
I understand this change to be appropriate, as I've been corrected about
identical issues in my own bash scripts, but could somebody please
enlighten me as to exactly what the difference is between an assignment
'$TEST=phrase' and 'TEST=phrase'
Thanks.
Lee Howard
At 09:19 AM 7/20/00 +0200, Andre Albsmeier wrote:
>Here is a small patch for hylafax-4.1beta2.tar.gz:
>
>--- etc/faxsetup.sh.in.ORI Thu Jul 20 09:18:12 2000
>+++ etc/faxsetup.sh.in Thu Jul 20 09:18:27 2000
>@@ -1671,8 +1671,8 @@
> true
> fi
> else
>- $FAXQ_SERVER=0
>- $HFAXD_SERVER=0
>+ FAXQ_SERVER=0
>+ HFAXD_SERVER=0
> fi
> if [ -f $INETDCONF -a $HFAXD_SERVER -eq 0 ]; then
> E="hylafax stream tcp nowait $FAX $DIR_LIBEXEC/hfaxd hfaxd -I"
>
>
>Thanks,
>
> -Andre
>
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null