e447d6a0d5
* Preserve configuration files in etc/mgetty+sendfax. Remove the pkg-deinstall file that used to warn about potential loss of configuration files at deinstall time. * Patch file mtools.info so that it can be installed with install-info in the info index (the stock file lacks a proper directory entry). * Make pkg-install exit without asking anything, if BATCH is defined. And fix a banner length :o) Reviewed by: jmz
61 lines
2.2 KiB
Text
61 lines
2.2 KiB
Text
bin/autopvf
|
|
bin/basictopvf
|
|
bin/faxq
|
|
bin/faxrm
|
|
bin/faxrunq
|
|
bin/faxspool
|
|
bin/g32pbm
|
|
bin/g3cat
|
|
bin/g3topbm
|
|
bin/lintopvf
|
|
bin/mg.echo
|
|
bin/newslock
|
|
bin/pbm2g3
|
|
bin/pvfamp
|
|
bin/pvfcut
|
|
bin/pvfecho
|
|
bin/pvffft
|
|
bin/pvffile
|
|
bin/pvffilter
|
|
bin/pvfmix
|
|
bin/pvfnoise
|
|
bin/pvfreverse
|
|
bin/pvfsine
|
|
bin/pvfspeed
|
|
bin/pvftoau
|
|
bin/pvftobasic
|
|
bin/pvftolin
|
|
bin/pvftormd
|
|
bin/pvftovoc
|
|
bin/pvftowav
|
|
bin/rmdfile
|
|
bin/rmdtopvf
|
|
bin/vm
|
|
bin/voctopvf
|
|
bin/wavtopvf
|
|
@unexec if cmp -s %D/etc/mgetty+sendfax/dialin.config %D/etc/mgetty+sendfax/dialin.config.dist; then rm -f %D/etc/mgetty+sendfax/dialin.config; fi
|
|
etc/mgetty+sendfax/dialin.config.dist
|
|
@exec if [ ! -f %D/etc/mgetty+sendfax/dialin.config ]; then cp %B/%f %D/etc/mgetty+sendfax/dialin.config; fi
|
|
@unexec if cmp -s %D/etc/mgetty+sendfax/faxheader %D/etc/mgetty+sendfax/faxheader.dist; then rm -f %D/etc/mgetty+sendfax/faxheader; fi
|
|
etc/mgetty+sendfax/faxheader.dist
|
|
@exec if [ ! -f %D/etc/mgetty+sendfax/faxheader ]; then cp %B/%f %D/etc/mgetty+sendfax/faxheader; fi
|
|
@unexec if cmp -s %D/etc/mgetty+sendfax/faxrunq.config %D/etc/mgetty+sendfax/faxrunq.config.dist; then rm -f %D/etc/mgetty+sendfax/faxrunq.config; fi
|
|
etc/mgetty+sendfax/faxrunq.config.dist
|
|
@exec if [ ! -f %D/etc/mgetty+sendfax/faxrunq.config ]; then cp %B/%f %D/etc/mgetty+sendfax/faxrunq.config; fi
|
|
@unexec if cmp -s %D/etc/mgetty+sendfax/faxspool.rules %D/etc/mgetty+sendfax/faxspool.rules.sample; then rm -f %D/etc/mgetty+sendfax/faxspool.rules; fi
|
|
etc/mgetty+sendfax/faxspool.rules.sample
|
|
@exec if [ ! -f %D/etc/mgetty+sendfax/faxspool.rules ]; then cp %B/%f %D/etc/mgetty+sendfax/faxspool.rules; fi
|
|
@unexec if cmp -s %D/etc/mgetty+sendfax/login.config %D/etc/mgetty+sendfax/login.config.dist; then rm -f %D/etc/mgetty+sendfax/login.config; fi
|
|
etc/mgetty+sendfax/login.config.dist
|
|
@exec if [ ! -f %D/etc/mgetty+sendfax/login.config ]; then cp %B/%f %D/etc/mgetty+sendfax/login.config; fi
|
|
@unexec install-info --delete %D/info/mgetty.info %D/info/dir
|
|
info/mgetty.info
|
|
@exec install-info %D/info/mgetty.info %D/info/dir
|
|
lib/mgetty+sendfax/cour25.pbm
|
|
lib/mgetty+sendfax/cour25n.pbm
|
|
sbin/faxrunqd
|
|
sbin/mgetty
|
|
sbin/sendfax
|
|
sbin/vgetty
|
|
@unexec rmdir %D/etc/mgetty+sendfax 2>/dev/null || true
|
|
@dirrm lib/mgetty+sendfax
|