e9c091498c
- added missing checksum for the distribution file - put back GCOS_HACK define (it was removed from patch-cb) - do not include mhn.defaults in the PLIST to keep protecting it from upgrades in case it has local modifications - install mhn.defaults.dist from the "files" directory instead of using a dynamically generated one (this was the intention always) - mhn.defaults and mts.conf get installed if they don't exist; new users do not have to worry about copying *.dist files now - added comments about the configuration file philosophy in Makefile
14 lines
516 B
Text
14 lines
516 B
Text
#: $NetBSD: mhn.defaults.dist,v 1.1 2000/03/02 05:11:44 kim Exp $
|
|
#:
|
|
mhstore-store-application/PostScript: %m%P.ps
|
|
mhstore-store-text: %m%P.txt
|
|
mhstore-store-text/richtext: %m%P.rt
|
|
mhstore-store-video/mpeg: %m%P.mpg
|
|
#:
|
|
#: If you install more packages you could enable these
|
|
#:
|
|
#: mhshow-show-application/PostScript: %plpr -Pps
|
|
#: mhshow-show-application/x-ivs: %pivs_replay -o '%F'
|
|
#: mhshow-show-image: %pxv '%f'
|
|
#: mhshow-show-text/richtext: %prichtext -p '%F'
|
|
#: mhshow-show-video/mpeg: %pmpeg_play '%f'" >> $TMP
|