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] Advice for Building HylaFax 4.1.3 on Mac OS X



And note the following change for bug 370:

This is wrong:

+if [ "\$1" = "stop" -o  "\$1" = "restart" ]; then
+        ConsoleMessage "Stopping HylaFAX server processes"
+        /sbin/mount -t devfs ~fax/dev /var/spool/hylafax/dev
+        /usr/local/sbin/hylafax stop
+        ConsoleMessage "HylaFAX server processes stopped"

should be:

+if [ "\$1" = "stop" -o  "\$1" = "restart" ]; then
+        ConsoleMessage "Stopping HylaFAX server processes"
+        /usr/local/sbin/hylafax stop
+        /sbin/umount -f /var/spool/hylafax/dev
+        ConsoleMessage "HylaFAX server processes stopped"


This should fix the stop procedure to terminate and umount the devfs 
file system

Sorry can't figure out this buzilla to edit directly

On Tuesday, October 15, 2002, at 02:28  AM, Lee Howard wrote:

> Chris and other interested OS X users, see:
>
> http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=366
> http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=368
> http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=369
> http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=370
>
> Lee.
>
> ____________________ HylaFAX(tm) Users Mailing List 
> _______________________
>  To subscribe/unsubscribe, click 
> http://lists.hylafax.org/cgi-bin/lsg2.cgi
> On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < 
> /dev/null
>  *To learn about commercial HylaFAX(tm) support, mail 
> sales@hylafax.org.*
>


____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*




Project hosted by iFAX Solutions