File hylafax-changed_options.patch of Package hylafax
The -o option has been dropped in 6.* . Index: etc/hylafax.in =================================================================== --- etc/hylafax.in.orig 2011-03-28 11:34:54.000000000 +0200 +++ etc/hylafax.in 2011-03-28 12:23:16.459305442 +0200 @@ -112,7 +112,7 @@ do_start() killall -15 $FAXQ >/dev/null 2>&1 killall -15 $HFAXD >/dev/null 2>&1 /sbin/startproc $FAXQ || return=$rc_failed - /sbin/startproc $HFAXD -i $FAXPORT -o 4557 -s $SNPPPORT \ + /sbin/startproc $HFAXD -i $FAXPORT -s $SNPPPORT \ || return=$rc_failed echo -e "$return" fi