FreeBSD Bugzilla – Attachment 32823 Details for
Bug 54070
[Update & Change-request] comms/hylafax 4.1.5 -> 4.1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 625 bytes, created by
Paul Everlund
on 2003-07-03 19:40:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Paul Everlund
Created:
2003-07-03 19:40:15 UTC
Size:
625 bytes
patch
obsolete
>--- ../hylafax/files/hylafax.sh.sample Wed Jul 5 14:36:20 2000 >+++ files/hylafax.sh.sample Tue Jul 1 01:33:05 2003 >@@ -7,12 +7,14 @@ > > case "$1" in > start) >- if [ -x /usr/local/sbin/faxq ]; then >- /usr/local/sbin/faxq && echo -n ' hylafax' >+ if [ -x /usr/local/sbin/hylafax ]; then >+ /usr/local/sbin/hylafax start > /dev/null && echo -n ' hylafax' > fi > ;; > stop) >- killall faxq && echo -n ' hylafax' >+ if [ -x /usr/local/sbin/hylafax ]; then >+ /usr/local/sbin/hylafax stop > /dev/null && echo -n ' hylafax (stopped)' >+ fi > ;; > *) > echo "Usage: `basename $0` {start|stop}" >&2 >--- hylafax.sh.sample ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54070
:
32821
|
32822
| 32823
Working