1995-05-30 12:09:33 +02:00
bin/faxalter
bin/faxcover
bin/faxmail
bin/faxrm
bin/faxstat
bin/sendfax
bin/sendpage
2005-01-14 23:28:10 +01:00
etc/rc.d/hylafax.sh.sample
1997-05-29 08:49:26 +02:00
lib/fax/faxcover.ps
2002-08-12 21:03:22 +02:00
lib/fax/faxcover_example_sgi.ps
1997-05-29 08:49:26 +02:00
lib/fax/faxmail.ps
2005-01-14 23:28:10 +01:00
@unexec if cmp -s %D/lib/fax/hfaxd.conf %D/lib/fax/hfaxd.conf-dist; then rm -f %D/lib/fax/hfaxd.conf; fi
lib/fax/hfaxd.conf-dist
@exec [ -f %B/hfaxd.conf ] || cp %B/%f %B/hfaxd.conf
@unexec if cmp -s %D/lib/fax/pagesizes %D/lib/fax/pagesizes-dist; then rm -f %D/lib/fax/pagesizes; fi
lib/fax/pagesizes-dist
@exec [ -f %B/pagesizes ] || cp %B/%f %B/pagesizes
@unexec if cmp -s %D/lib/fax/typerules %D/lib/fax/typerules-dist; then rm -f %D/lib/fax/typerules; fi
lib/fax/typerules-dist
@exec [ -f %B/typerules ] || cp %B/%f %B/typerules
2004-05-26 23:21:37 +02:00
@dirrm lib/fax
1997-05-29 08:49:26 +02:00
sbin/choptest
sbin/cqtest
sbin/dialtest
2003-08-16 16:40:30 +02:00
sbin/edit-faxcover
1997-05-29 08:49:26 +02:00
sbin/faxabort
sbin/faxaddmodem
Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),
which officially fixes the setuid security exploit by the vendors.
Additionally, from the PR:
* adds in distribution patches to allow it to interoperate
with libtiff-3.5.5 (the current version in the ports tree),
and replace an original FreeBSD patch.
* includes security patches (replacements of 'strcpy' and
'sprintf', primarily), mostly based on patches originally
submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
although some new work was done too.
[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.
* Fixes some issues with the configure/setup scripts introduced
since the previous version.
* Additionally, original FreeBSD patches from 4.0pl2 were
merged in where they were not addressed by anything else.
(except the I18N patch, sorry).
I removed the FORBIDDEN line since there are at least no obvious security
concerns left.
PR: 19237
Submitted by: Andy Sparrow <andy@geek4food.org>
2000-06-27 13:59:36 +02:00
sbin/faxadduser
1997-05-29 08:49:26 +02:00
sbin/faxanswer
sbin/faxconfig
sbin/faxcron
Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),
which officially fixes the setuid security exploit by the vendors.
Additionally, from the PR:
* adds in distribution patches to allow it to interoperate
with libtiff-3.5.5 (the current version in the ports tree),
and replace an original FreeBSD patch.
* includes security patches (replacements of 'strcpy' and
'sprintf', primarily), mostly based on patches originally
submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
although some new work was done too.
[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.
* Fixes some issues with the configure/setup scripts introduced
since the previous version.
* Additionally, original FreeBSD patches from 4.0pl2 were
merged in where they were not addressed by anything else.
(except the I18N patch, sorry).
I removed the FORBIDDEN line since there are at least no obvious security
concerns left.
PR: 19237
Submitted by: Andy Sparrow <andy@geek4food.org>
2000-06-27 13:59:36 +02:00
sbin/faxdeluser
1997-05-29 08:49:26 +02:00
sbin/faxgetty
sbin/faxinfo
2003-01-14 05:33:10 +01:00
sbin/faxlock
1997-05-29 08:49:26 +02:00
sbin/faxmodem
sbin/faxmsg
sbin/faxq
sbin/faxqclean
sbin/faxquit
sbin/faxsend
sbin/faxsetup
sbin/faxsetup.bsdi
sbin/faxsetup.irix
sbin/faxsetup.linux
sbin/faxstate
sbin/faxwatch
sbin/hfaxd
Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),
which officially fixes the setuid security exploit by the vendors.
Additionally, from the PR:
* adds in distribution patches to allow it to interoperate
with libtiff-3.5.5 (the current version in the ports tree),
and replace an original FreeBSD patch.
* includes security patches (replacements of 'strcpy' and
'sprintf', primarily), mostly based on patches originally
submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
although some new work was done too.
[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.
* Fixes some issues with the configure/setup scripts introduced
since the previous version.
* Additionally, original FreeBSD patches from 4.0pl2 were
merged in where they were not addressed by anything else.
(except the I18N patch, sorry).
I removed the FORBIDDEN line since there are at least no obvious security
concerns left.
PR: 19237
Submitted by: Andy Sparrow <andy@geek4food.org>
2000-06-27 13:59:36 +02:00
sbin/hylafax
1997-05-29 08:49:26 +02:00
sbin/lockname
sbin/ondelay
sbin/pagesend
sbin/probemodem
sbin/recvstats
sbin/tagtest
sbin/textfmt
sbin/tiffcheck
sbin/tsitest
sbin/typetest
Update to version 4.1.b2, the latest stable release (dispite the "beta" flag),
which officially fixes the setuid security exploit by the vendors.
Additionally, from the PR:
* adds in distribution patches to allow it to interoperate
with libtiff-3.5.5 (the current version in the ports tree),
and replace an original FreeBSD patch.
* includes security patches (replacements of 'strcpy' and
'sprintf', primarily), mostly based on patches originally
submitted by Alex Langer [1] for 4.0pl2 and not yet commited,
although some new work was done too.
[1] I don't think, that these were my patches but those submitted by
John Holland <john@zoner.org> in PR 19180.
* Fixes some issues with the configure/setup scripts introduced
since the previous version.
* Additionally, original FreeBSD patches from 4.0pl2 were
merged in where they were not addressed by anything else.
(except the I18N patch, sorry).
I removed the FORBIDDEN line since there are at least no obvious security
concerns left.
PR: 19237
Submitted by: Andy Sparrow <andy@geek4food.org>
2000-06-27 13:59:36 +02:00
sbin/xferfaxstats
2004-05-26 23:21:37 +02:00
%%PORTDOCS%%share/doc/hylafax/acknowledge.html
%%PORTDOCS%%share/doc/hylafax/binary.html
%%PORTDOCS%%share/doc/hylafax/building.html
%%PORTDOCS%%share/doc/hylafax/cgi-bin/man2html
%%PORTDOCS%%share/doc/hylafax/cgi-bin/manpage
%%PORTDOCS%%share/doc/hylafax/cgi-bin/unquote
%%PORTDOCS%%share/doc/hylafax/class1.html
%%PORTDOCS%%share/doc/hylafax/class2.html
%%PORTDOCS%%share/doc/hylafax/class2.0.html
%%PORTDOCS%%share/doc/hylafax/contrib.html
%%PORTDOCS%%share/doc/hylafax/copyright.html
%%PORTDOCS%%share/doc/hylafax/documentation.html
%%PORTDOCS%%share/doc/hylafax/faxgateway.html
%%PORTDOCS%%share/doc/hylafax/ftpmail-help.html
%%PORTDOCS%%share/doc/hylafax/ghostscript.html
%%PORTDOCS%%share/doc/hylafax/HOWTO.html
%%PORTDOCS%%share/doc/hylafax/hylafax.gif
%%PORTDOCS%%share/doc/hylafax/hylafax3.0.html
%%PORTDOCS%%share/doc/hylafax/hylafax4.0.html
%%PORTDOCS%%share/doc/hylafax/icons/at_work_icon.gif
%%PORTDOCS%%share/doc/hylafax/icons/back.gif
%%PORTDOCS%%share/doc/hylafax/icons/ball_blue_icon.gif
%%PORTDOCS%%share/doc/hylafax/icons/button.excl.gif
%%PORTDOCS%%share/doc/hylafax/icons/contents.gif
%%PORTDOCS%%share/doc/hylafax/icons/frog.gif
%%PORTDOCS%%share/doc/hylafax/icons/improved.gif
%%PORTDOCS%%share/doc/hylafax/icons/info_icon.gif
%%PORTDOCS%%share/doc/hylafax/icons/new.gif
%%PORTDOCS%%share/doc/hylafax/icons/next.gif
%%PORTDOCS%%share/doc/hylafax/icons/smiley.gif
%%PORTDOCS%%share/doc/hylafax/icons/warning_icon.gif
%%PORTDOCS%%share/doc/hylafax/index.html
%%PORTDOCS%%share/doc/hylafax/install-source.html
%%PORTDOCS%%share/doc/hylafax/ixotap.html
%%PORTDOCS%%share/doc/hylafax/mailing-lists.html
%%PORTDOCS%%share/doc/hylafax/Majordomo/help.html
%%PORTDOCS%%share/doc/hylafax/matthias.gif
%%PORTDOCS%%share/doc/hylafax/matthias.html
%%PORTDOCS%%share/doc/hylafax/modems.html
%%PORTDOCS%%share/doc/hylafax/Modems/Hayes/hayes.html
%%PORTDOCS%%share/doc/hylafax/Modems/Supra/class1.html
%%PORTDOCS%%share/doc/hylafax/Modems/Supra/class2.html
%%PORTDOCS%%share/doc/hylafax/Modems/Telebit/faxcmds.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/autodetect.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/codes.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/commands.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/compression.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/examples.html
%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/voice.html
%%PORTDOCS%%share/doc/hylafax/Modems/att-dataport.html
%%PORTDOCS%%share/doc/hylafax/Modems/digicom-scout.html
%%PORTDOCS%%share/doc/hylafax/Modems/everex-2496d.html
%%PORTDOCS%%share/doc/hylafax/Modems/hayes-accura288.html
%%PORTDOCS%%share/doc/hylafax/Modems/hayes-optima2400.html
%%PORTDOCS%%share/doc/hylafax/Modems/index.html
%%PORTDOCS%%share/doc/hylafax/Modems/multitech-1432.html
%%PORTDOCS%%share/doc/hylafax/Modems/multitech-1932.html
%%PORTDOCS%%share/doc/hylafax/Modems/multitech-2834.html
%%PORTDOCS%%share/doc/hylafax/Modems/nuvo-96424pfx.html
%%PORTDOCS%%share/doc/hylafax/Modems/ppi-pm14400fxmt.html
%%PORTDOCS%%share/doc/hylafax/Modems/rockwell-56k.html
%%PORTDOCS%%share/doc/hylafax/Modems/supra-v32bis.html
%%PORTDOCS%%share/doc/hylafax/Modems/telebit-t3000.html
%%PORTDOCS%%share/doc/hylafax/Modems/twincom-144df.html
%%PORTDOCS%%share/doc/hylafax/Modems/ucom-traveller96.html
%%PORTDOCS%%share/doc/hylafax/Modems/usr-courier.html
%%PORTDOCS%%share/doc/hylafax/Modems/usr-sportster.html
%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-1496.html
%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-elite.html
%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-omni.html
%%PORTDOCS%%share/doc/hylafax/namechange.html
%%PORTDOCS%%share/doc/hylafax/operation.html
%%PORTDOCS%%share/doc/hylafax/overview.html
%%PORTDOCS%%share/doc/hylafax/sam.gif
%%PORTDOCS%%share/doc/hylafax/sam.html
%%PORTDOCS%%share/doc/hylafax/setup-advanced.html
%%PORTDOCS%%share/doc/hylafax/setup-client.html
2004-09-24 02:35:14 +02:00
%%PORTDOCS%%share/doc/hylafax/setup.html
2004-05-26 23:21:37 +02:00
%%PORTDOCS%%share/doc/hylafax/source.html
%%PORTDOCS%%share/doc/hylafax/toc.html
%%PORTDOCS%%share/doc/hylafax/troubleshooting.html
%%PORTDOCS%%share/doc/hylafax/upgrade4.0.html
%%PORTDOCS%%share/doc/hylafax/v2.3beta036.html
%%PORTDOCS%%share/doc/hylafax/v2.3beta036special.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta096.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta100.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta108.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta110.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta111.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta112.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta113.html
%%PORTDOCS%%share/doc/hylafax/v3.0beta114.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta005.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta006.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta007.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta008.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta009.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta010.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta011.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta012.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta013.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta014.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta015.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta018.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta020.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta021.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta022.html
%%PORTDOCS%%share/doc/hylafax/v4.0beta023.html
%%PORTDOCS%%share/doc/hylafax/version.html
%%PORTDOCS%%@dirrm share/doc/hylafax/cgi-bin
%%PORTDOCS%%@dirrm share/doc/hylafax/icons
%%PORTDOCS%%@dirrm share/doc/hylafax/Majordomo
%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Hayes
%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Supra
%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Telebit
%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/ZyXEL
%%PORTDOCS%%@dirrm share/doc/hylafax/Modems
%%PORTDOCS%%@dirrm share/doc/hylafax
@cwd /var/spool
hylafax/COPYRIGHT
@exec mkfifo %D/hylafax/FIFO
@exec chown uucp:dialer %D/hylafax/FIFO
@exec chmod 0600 %D/hylafax/FIFO
2005-01-14 23:28:10 +01:00
@unexec rm %D/hylafax/FIFO
2004-05-26 23:21:37 +02:00
@exec mkdir %D/hylafax/archive
@exec chown uucp:dialer %D/hylafax/archive
@exec chmod 0700 %D/hylafax/archive
hylafax/bin/archive
hylafax/bin/faxrcvd
hylafax/bin/mkcover
hylafax/bin/notify
2004-09-24 02:35:14 +02:00
hylafax/bin/notify-4.1
2006-02-11 03:34:50 +01:00
hylafax/bin/notify.awk
2005-01-14 23:28:10 +01:00
hylafax/bin/pcl2fax
2004-05-26 23:21:37 +02:00
@unexec if [ -f %D/hylafax/bin/pdf2fax ]; then rm %D/hylafax/bin/pdf2fax; fi
hylafax/bin/pdf2fax.gs
hylafax/bin/pollrcvd
@unexec if [ -f %D/hylafax/bin/ps2fax ]; then rm %D/hylafax/bin/ps2fax; fi
hylafax/bin/ps2fax.dps
hylafax/bin/ps2fax.gs
hylafax/bin/ps2fax.imp
hylafax/bin/tiff2fax
2004-09-24 02:35:14 +02:00
hylafax/bin/tiff2pdf
2004-05-26 23:21:37 +02:00
hylafax/bin/wedged
@exec mkdir %D/hylafax/client
@exec chown uucp:dialer %D/hylafax/client
@exec chmod 0755 %D/hylafax/client
2004-09-24 02:35:14 +02:00
hylafax/config/agere-mp-2
hylafax/config/agere-mp-21
2004-05-26 23:21:37 +02:00
hylafax/config/att-dataport
hylafax/config/att-dataport-2
hylafax/config/att-dataport-2.0
hylafax/config/att-dpexpress-2
hylafax/config/cirrus
hylafax/config/class1
hylafax/config/class1.0
hylafax/config/class2
hylafax/config/class2.0
hylafax/config/class2.1
2006-02-11 03:34:50 +01:00
hylafax/config/conexant-1.0
2004-05-26 23:21:37 +02:00
hylafax/config/digi
hylafax/config/digi-2
hylafax/config/digi-20
hylafax/config/davicom-2
hylafax/config/dsi-scout+
hylafax/config/e-tech
hylafax/config/eicon
hylafax/config/eicon-2
hylafax/config/elsa-microlink-56k-basic-2.0
hylafax/config/everex-2496d
hylafax/config/exar
hylafax/config/gvc-288
hylafax/config/gvc-288-2
hylafax/config/hayes
hylafax/config/intel-400e
hylafax/config/lucent
hylafax/config/lucent-isa
2004-09-24 02:35:14 +02:00
hylafax/config/lucent-mt-10
2004-05-26 23:21:37 +02:00
hylafax/config/lucent-mt-2
hylafax/config/lucent-mt-20
hylafax/config/lucent-mt-21
hylafax/config/moto-288
hylafax/config/mt-1432
hylafax/config/nuvo-voyager
hylafax/config/ppi-pm14400fxmt
hylafax/config/ppi-pm14400fxsa
hylafax/config/prometheus
hylafax/config/rc144ac
hylafax/config/rc144ac-1
hylafax/config/rc288dpi
hylafax/config/rc288dpi-1
hylafax/config/rc32acl
hylafax/config/rc32acl-1
hylafax/config/rockwell-k56
hylafax/config/rockwell-rc
hylafax/config/sierra
hylafax/config/skel
2004-09-24 02:35:14 +02:00
hylafax/config/t38modem
2004-05-26 23:21:37 +02:00
hylafax/config/telebit-qblazer
hylafax/config/telebit-t3000
hylafax/config/telebit-wb
hylafax/config/topic
hylafax/config/tricom2842
hylafax/config/uds-fastalk
hylafax/config/umc92144
hylafax/config/umc9624
hylafax/config/usr-2.0
hylafax/config/usr-rts
hylafax/config/usr-xon
hylafax/config/zyxel-1496e
hylafax/config/zyxel-1496e-1
hylafax/config/zyxel-1496e-2.0
hylafax/config/zyxel-2864
@exec mkdir %D/hylafax/dev
@exec chown uucp:dialer %D/hylafax/dev
@exec chmod 0755 %D/hylafax/dev
@exec mkdir %D/hylafax/docq
@exec chown uucp:dialer %D/hylafax/docq
@exec chmod 0700 %D/hylafax/docq
@exec mkdir %D/hylafax/doneq
@exec chown uucp:dialer %D/hylafax/doneq
@exec chmod 0700 %D/hylafax/doneq
hylafax/etc/cover.templ
hylafax/etc/dialrules
hylafax/etc/dialrules.europe
hylafax/etc/dialrules.sf-ba
hylafax/etc/dpsprinter.ps
hylafax/etc/lutRS18.pcf
@exec mkdir %D/hylafax/info
@exec chown uucp:dialer %D/hylafax/info
@exec chmod 755 %D/hylafax/info
@exec mkdir %D/hylafax/log
@exec chown uucp:dialer %D/hylafax/log
@exec chmod 755 %D/hylafax/log
@exec mkdir %D/hylafax/pollq
@exec chown uucp:dialer %D/hylafax/pollq
@exec chmod 700 %D/hylafax/pollq
@exec mkdir %D/hylafax/recvq
@exec chown uucp:dialer %D/hylafax/recvq
@exec chmod 755 %D/hylafax/recvq
@exec mkdir %D/hylafax/sendq
@exec chown uucp:dialer %D/hylafax/sendq
@exec chmod 700 %D/hylafax/sendq
@exec mkdir %D/hylafax/status
@exec chown uucp:dialer %D/hylafax/status
@exec chmod 755 %D/hylafax/status
@exec mkdir %D/hylafax/tmp
@exec chown uucp:dialer %D/hylafax/tmp
@exec chmod 700 %D/hylafax/tmp
@dirrm hylafax/bin
@dirrm hylafax/client
@dirrm hylafax/config
@dirrm hylafax/docq
@dirrm hylafax/pollq
@dirrm hylafax/recvq
@dirrm hylafax/sendq
@dirrm hylafax/status
@dirrm hylafax/tmp
2005-01-14 23:28:10 +01:00
@unexec rmdir %D/hylafax 2>/dev/null || echo "If you are permanently removing this port, you should do a ''rm -rf /var/spool/hylafax'' to remove any binary, configuration and log files left." | fmt
@unexec echo "-----------------"