diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /net/netatalk-devel | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 32 | ||||
-rw-r--r-- | net/netatalk-devel/distinfo | 3 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-aa | 30 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ab | 32 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ac | 43 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ad | 48 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ae | 45 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-af | 12 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ag | 14 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ah | 11 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ai | 8 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-aj | 11 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-ak | 20 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-comment | 1 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-descr | 21 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-install | 41 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-plist | 75 |
17 files changed, 0 insertions, 447 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile deleted file mode 100644 index 5a8f30a8ec8c..000000000000 --- a/net/netatalk-devel/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: netatalk -# Date created: 23 Jul 1997 -# Whom: stb -# -# $FreeBSD$ -# - -PORTNAME= netatalk -PORTVERSION= 1.4b2 -CATEGORIES= net print -MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ - ${MASTER_SITE_LOCAL} \ - ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ -MASTER_SITE_SUBDIR= stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk - -PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ - ${MASTER_SITE_LOCAL} \ - ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%257Ersug/netatalk/patches/1.4b2/ -PATCH_SITE_SUBDIR= stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ -PATCHFILES= afpd-macos8.diff afpd-bfree.diff - -MAINTAINER= stb@freebsd.org - -MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 -MAN3= atalk_aton.3 nbp_name.3 -MAN4= atalk.4 -MAN8= afpd.8 atalkd.8 papd.8 psf.8 - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/netatalk-devel/distinfo b/net/netatalk-devel/distinfo deleted file mode 100644 index 3d3050874891..000000000000 --- a/net/netatalk-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (netatalk-1.4b2.tar.gz) = b7541838044e167405bb33236faf4ce7 -MD5 (afpd-macos8.diff) = 55c6943f03c06aa7e1ff195553dcbe98 -MD5 (afpd-bfree.diff) = 54817f22f00471109a88b554097125b2 diff --git a/net/netatalk-devel/files/patch-aa b/net/netatalk-devel/files/patch-aa deleted file mode 100644 index ae3c38bf154b..000000000000 --- a/net/netatalk-devel/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.old Wed Sep 9 02:42:06 1998 -+++ Makefile Wed Sep 9 02:42:37 1998 -@@ -1,15 +1,15 @@ - # Root of installation. Subdirectories will be ${DESTDIR}/etc, - # ${DESTDIR}/bin, and ${DESTDIR}/lib. --DESTDIR=/usr/local/atalk -+DESTDIR=$(PREFIX) - - # for system-level binaries --SBINDIR=$(DESTDIR)/etc -+SBINDIR=$(DESTDIR)/libexec - # for user-level binaries - BINDIR=$(DESTDIR)/bin - # for program libraries (*.a) - LIBDIR=$(DESTDIR)/lib - # for machine-independent resources (pagecount.ps, etc.) --RESDIR=$(DESTDIR)/etc -+RESDIR=$(DESTDIR)/share - # for configuration files (AppleVolumes.system, etc.) - ETCDIR=$(DESTDIR)/etc - # for include files -@@ -54,7 +54,7 @@ - SBINDIR="${SBINDIR}" BINDIR="${BINDIR}" RESDIR="${RESDIR}"\ - ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ - DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \ -- AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" $@ -+ AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" OPTOPTS="${CFLAGS}" $@ - - FRC: - diff --git a/net/netatalk-devel/files/patch-ab b/net/netatalk-devel/files/patch-ab deleted file mode 100644 index 4c760c2adbbd..000000000000 --- a/net/netatalk-devel/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -diff -crP ../netatalk-1.4b2/rc.atalk.freebsd ./rc.atalk.freebsd -*** ../netatalk-1.4b2/rc.atalk.freebsd Thu Jan 1 01:00:00 1970 ---- ./rc.atalk.freebsd Thu Jul 24 02:14:39 1997 -*************** -*** 0 **** ---- 1,26 ---- -+ # -+ # AppleTalk daemons. Make sure not to start atalkd in the background: -+ # its data structures must have time to stablize before running the -+ # other processes. -+ # -+ PREFIX=/`expr $0 : '/\(.*\)/etc/rc.d/netatalk.sh'` -+ if [ "x${PREFIX}" = "x/" ]; then -+ printf "\nnetatalk: Cannot determine PREFIX.\n" >&2 -+ exit 64 -+ fi -+ HOSTNAME=`hostname|sed 's/\..*$//'` -+ -+ case $1 in -+ start) echo -n ' netatalk' -+ ${PREFIX}/libexec/atalkd -+ ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:Workstation & -+ ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:netatalk & -+ ${PREFIX}/libexec/papd -+ ${PREFIX}/libexec/afpd -s ${PREFIX}/etc/AppleVolumes.system \ -+ -f ${PREFIX}/etc/AppleVolumes.default -+ ;; -+ stop) killall afpd -+ killall papd -+ killall atalkd -+ ;; -+ esac diff --git a/net/netatalk-devel/files/patch-ac b/net/netatalk-devel/files/patch-ac deleted file mode 100644 index e6ec20e0ab56..000000000000 --- a/net/netatalk-devel/files/patch-ac +++ /dev/null @@ -1,43 +0,0 @@ ---- sys/freebsd/Makefile.orig Tue Oct 22 23:31:01 1996 -+++ sys/freebsd/Makefile Wed Sep 9 02:09:02 1998 -@@ -1,6 +1,5 @@ - # FreeBSD specific defines, passed to subdirectories. - DEFS= -DBSD4_4 --OPTOPTS= -O2 - CC= gcc - INSTALL= install - ADDLIBS= -lcrypt -@@ -21,7 +20,8 @@ - FRC: - - install : -- -mkdir ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} -+ -mkdir ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} \ -+ ${ETCDIR}/rc.d ${RESDIR}/examples/netatalk - for i in ${ALL}; \ - do (cd $$i; ${MAKE} ${MFLAGS} CC="${CC}" \ - ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" OPTOPTS="${OPTOPTS}" \ -@@ -30,17 +30,16 @@ - AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" \ - INSTALL="${INSTALL}" $@); \ - done -- rm -f ${ETCDIR}/rc.atalk - sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \ - -e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \ - -e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \ - -e s@:INCDIR:@${INCDIR}@ \ -- < ../../rc.atalk.bsd > ${ETCDIR}/rc.atalk -- @echo -- @echo "Install is done. Don't forget to add lines from" -- @echo "services.atalk to /etc/services and to call rc.atalk" -- @echo "in /etc/rc. See README and README.FREEBSD for more" -- @echo "information." -+ < ../../rc.atalk.freebsd > ${ETCDIR}/rc.d/netatalk.sh -+ chmod +x ${ETCDIR}/rc.d/netatalk.sh -+ cp ../../config/AppleVolumes.default ${ETCDIR}/AppleVolumes.default.dist -+ cp ../../config/AppleVolumes.system ${ETCDIR}/AppleVolumes.system.dist -+ cp ../../config/atalkd.conf ../../config/papd.conf \ -+ ${RESDIR}/examples/netatalk - - clean : - for i in ${ALL}; \ diff --git a/net/netatalk-devel/files/patch-ad b/net/netatalk-devel/files/patch-ad deleted file mode 100644 index b7b1bf86c691..000000000000 --- a/net/netatalk-devel/files/patch-ad +++ /dev/null @@ -1,48 +0,0 @@ -*** etc/atalkd/main.c.orig Tue Oct 22 00:45:03 1996 ---- etc/atalkd/main.c Wed Feb 25 02:39:21 1998 -*************** -*** 19,24 **** ---- 19,35 ---- - #include <net/if.h> - #include <net/route.h> - -+ #if __FreeBSD__ >= 2 -+ # include <osreldate.h> -+ # if __FreeBSD_version >= 300000 -+ # define __FreeBSD_CURRENT -+ # endif -+ #endif -+ -+ #ifdef __FreeBSD_CURRENT -+ #include <net/if_dl.h> -+ #endif -+ - #include <signal.h> - #include <syslog.h> - #include <stdio.h> -*************** -*** 1150,1158 **** ---- 1161,1183 ---- - } - } else { - /* configure multicast for this interface */ -+ #ifdef __FreeBSD_CURRENT -+ struct sockaddr_dl *sdl = (struct sockaddr_dl *)&sa; -+ bzero( sdl, sizeof( struct sockaddr )); -+ sdl->sdl_family = AF_LINK; -+ sdl->sdl_nlen = 0 /* strlen(iface->i_name)*/; -+ /*strncpy(sdl->sdl_data, iface->i_name, sdl->sdl_nlen);*/ -+ bcopy( ethermulti, LLADDR(sdl), sizeof( ethermulti )); -+ sdl->sdl_alen = sizeof( ethermulti ); -+ sdl->sdl_len = sizeof(*sdl); -+ /* (sdl->sdl_data + sdl->sdl_alen + sdl->sdl_nlen) -+ - (char *)sdl; */ -+ if ( ifconfig( iface->i_name, SIOCADDMULTI, sdl )) { -+ #else - bzero( &sa, sizeof( struct sockaddr )); - bcopy( ethermulti, sa.sa_data, sizeof( ethermulti )); - if ( ifconfig( iface->i_name, SIOCADDMULTI, &sa )) { -+ #endif - syslog( LOG_ERR, "addmulti: %m" ); - exit( 1 ); - } diff --git a/net/netatalk-devel/files/patch-ae b/net/netatalk-devel/files/patch-ae deleted file mode 100644 index ccb04e77d285..000000000000 --- a/net/netatalk-devel/files/patch-ae +++ /dev/null @@ -1,45 +0,0 @@ -*** etc/atalkd/nbp.c.orig Sat Oct 5 17:17:53 1996 ---- etc/atalkd/nbp.c Wed Feb 25 18:24:50 1998 -*************** -*** 7,13 **** ---- 7,26 ---- - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+ #include <sys/time.h> - #include <net/if.h> -+ -+ #if __FreeBSD__ >= 2 -+ # include <osreldate.h> -+ # if __FreeBSD_version >= 300000 -+ # define __FreeBSD_CURRENT -+ # endif -+ #endif -+ -+ #ifdef __FreeBSD_CURRENT -+ #include <net/if_dl.h> -+ #endif -+ - #include <netatalk/at.h> - #include <atalk/ddp.h> - #include <atalk/nbp.h> -*************** -*** 185,190 **** ---- 198,214 ---- - for ( l = iface->i_rt->rt_zt; l; l = l->l_next ) { - if ( zt == (struct ziptab *)l->l_data ) { - /* add multicast */ -+ #ifdef __FreeBSD_CURRENT -+ struct sockaddr_dl *sdl = (struct sockaddr_dl *)&sa; -+ sdl->sdl_family = AF_LINK; -+ sdl->sdl_nlen = 0; -+ bcopy( zt->zt_bcast, sdl->sdl_data, sizeof(ethermulti)); -+ sdl->sdl_alen = sizeof(ethermulti); -+ sdl->sdl_len = sizeof (*sdl); -+ /* (sdl->sdl_data -+ + sdl->sdl_alen + sdl->sdl_nlen) -+ - (char *)sdl; */ -+ #endif - if ( ifconfig( iface->i_name, SIOCADDMULTI, &sa )) { - syslog( LOG_ERR, "addmulti: %m" ); - exit( 1 ); diff --git a/net/netatalk-devel/files/patch-af b/net/netatalk-devel/files/patch-af deleted file mode 100644 index 9aabbf3a0648..000000000000 --- a/net/netatalk-devel/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -*** etc/atalkd/rtmp.c.orig Wed Feb 25 18:28:16 1998 ---- etc/atalkd/rtmp.c Wed Feb 25 18:28:29 1998 -*************** -*** 7,12 **** ---- 7,13 ---- - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+ #include <sys/time.h> - #include <net/if.h> - #include <net/route.h> - #include <netatalk/endian.h> diff --git a/net/netatalk-devel/files/patch-ag b/net/netatalk-devel/files/patch-ag deleted file mode 100644 index 4ce2b52d6ee1..000000000000 --- a/net/netatalk-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- libatalk/asp/asp_getsess.c.orig Tue Aug 25 21:50:54 1998 -+++ libatalk/asp/asp_getsess.c Tue Aug 25 21:51:05 1998 -@@ -3,10 +3,10 @@ - * All Rights Reserved. See COPYRIGHT. - */ - -+#include <sys/types.h> - #include <sys/errno.h> - #include <sys/signal.h> - #include <sys/time.h> --#include <sys/types.h> - #include <sys/uio.h> - #include <sys/wait.h> - #include <sys/syslog.h> diff --git a/net/netatalk-devel/files/patch-ah b/net/netatalk-devel/files/patch-ah deleted file mode 100644 index 30164e7616fc..000000000000 --- a/net/netatalk-devel/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/afpd/desktop.c.orig Tue Aug 25 21:59:28 1998 -+++ etc/afpd/desktop.c Tue Aug 25 22:00:23 1998 -@@ -429,7 +429,7 @@ - m = mpath; - u = upath; - while ( *m != '\0' ) { -- if ( !isascii( *m ) || *m == '/' || ( i == 0 && *m == '.' )) { -+ if ( !isprint( (unsigned char)*m ) || *m == '/' || ( i == 0 && *m == '.' )) { - *u++ = ':'; - *u++ = hexdig[ ( *m & 0xf0 ) >> 4 ]; - *u++ = hexdig[ *m & 0x0f ]; diff --git a/net/netatalk-devel/files/patch-ai b/net/netatalk-devel/files/patch-ai deleted file mode 100644 index d0c82037f226..000000000000 --- a/net/netatalk-devel/files/patch-ai +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Tue Feb 20 17:38:02 1996 -+++ Makefile Mon Sep 7 22:23:04 1998 -@@ -1,4 +1,4 @@ --TARGETS= atalk netatalk -+TARGETS= atalk - - INSTALL= install - diff --git a/net/netatalk-devel/files/patch-aj b/net/netatalk-devel/files/patch-aj deleted file mode 100644 index 869cb02661a6..000000000000 --- a/net/netatalk-devel/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- man/man1/Makefile.orig Tue Feb 20 18:16:24 1996 -+++ man/man1/Makefile Tue Sep 8 23:40:31 1998 -@@ -1,6 +1,5 @@ --SRC= aecho.1 getzones.1 nbp.1 nbplkup.1 nbprgstr.1 nbplkup.1 \ -- pap.1 papstatus.1 psorder.1 megatron.1 unhex.1 unbin.1 \ -- unsingle.1 macbinary.1 hqx2bin.1 single2bin.1 -+SRC= aecho.1 getzones.1 nbp.1 \ -+ pap.1 psorder.1 megatron.1 - - INCPATH= - CFLAGS= diff --git a/net/netatalk-devel/files/patch-ak b/net/netatalk-devel/files/patch-ak deleted file mode 100644 index 96e4fb1be152..000000000000 --- a/net/netatalk-devel/files/patch-ak +++ /dev/null @@ -1,20 +0,0 @@ ---- etc/psf/Makefile.orig Thu Apr 18 23:53:09 1996 -+++ etc/psf/Makefile Sat Oct 10 01:33:08 1998 -@@ -32,14 +32,14 @@ - - install : all - -mkdir ${RESDIR} -- -mkdir ${RESDIR}/filters -+ -mkdir ${SBINDIR}/filters - ${INSTALL} -c psa ${SBINDIR} - ${INSTALL} -c etc2ps.sh ${SBINDIR}/etc2ps - ${INSTALL} -c pagecount.ps ${RESDIR} - ${INSTALL} -c psf ${SBINDIR} - for i in ${LINKS} ; do \ -- rm -f ${RESDIR}/filters/$$i; \ -- ln -s ${SBINDIR}/psf ${RESDIR}/filters/$$i; \ -+ rm -f ${SBINDIR}/filters/$$i; \ -+ ln -s ${SBINDIR}/psf ${SBINDIR}/filters/$$i; \ - done - - clean : diff --git a/net/netatalk-devel/pkg-comment b/net/netatalk-devel/pkg-comment deleted file mode 100644 index 4eb541bac506..000000000000 --- a/net/netatalk-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -File and print server for AppleTalk networks diff --git a/net/netatalk-devel/pkg-descr b/net/netatalk-devel/pkg-descr deleted file mode 100644 index 41f3fc770e7a..000000000000 --- a/net/netatalk-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -netatalk - File and Print Server for AppleTalk networks - -netatalk is a server software for AppleTalk networks. Features include: - -o Access to the UNIX file system for Macintosh and other systems with - AppleShare client software. - -o Spool PostScript print jobs to the lpd(8) spool system via Printer Access - Protocol (PAP). - -o Output PostScript print jobs from the lpd(8) spool system via Printer - Access Protocol (PAP). - -o Filter PostScript, ASCII, and various other formats to PostScript, - including banner pages and page reversal. - -o Route AppleTalk between multiple Ethernet interfaces. - -Requires AppleTalk support in the kernel (FreeBSD 2.2 or newer). - -WWW: http://www.umich.edu/~rsug/netatalk/ diff --git a/net/netatalk-devel/pkg-install b/net/netatalk-devel/pkg-install deleted file mode 100644 index e17a582f1265..000000000000 --- a/net/netatalk-devel/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -# Check whether config files exist already, and copy the distribution ones -# if not. Warn the user if the existing ones differ from the distribution, -# so changes in the distribution can be merged. - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -case $2 in - POST-INSTALL) - cd ${PKG_PREFIX} - checkfile ${PKG_PREFIX}/etc/AppleVolumes.default - checkfile ${PKG_PREFIX}/etc/AppleVolumes.system - - # install man page aliases - cd man - if [ -f man1/megatron.1.gz ]; then - MANEXT=.gz - fi - for i in hqx2bin macbinary single2bin unbin unhex unsingle; do - ln -f man1/megatron.1${MANEXT} man1/$i.1${MANEXT} - done - for i in nbplkup nbprgstr nbpunrgstr; do - ln -f man1/nbp.1${MANEXT} man1/$i.1${MANEXT} - done - ln -f man1/pap.1${MANEXT} man1/papstatus.1${MANEXT} - ;; -esac diff --git a/net/netatalk-devel/pkg-plist b/net/netatalk-devel/pkg-plist deleted file mode 100644 index 843370baa515..000000000000 --- a/net/netatalk-devel/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/aecho -bin/getzones -bin/hqx2bin -bin/macbinary -bin/megatron -bin/nbplkup -bin/nbprgstr -bin/nbpunrgstr -bin/pap -bin/papstatus -bin/psorder -bin/single2bin -bin/unbin -bin/unhex -bin/unsingle -etc/AppleVolumes.default.dist -etc/AppleVolumes.system.dist -etc/rc.d/netatalk.sh -include/atalk/adouble.h -include/atalk/aep.h -include/atalk/afp.h -include/atalk/asp.h -include/atalk/atp.h -include/atalk/compat.h -include/atalk/ddp.h -include/atalk/nbp.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/zip.h -@dirrm include/atalk -lib/libatalk.a -lib/libatalk_p.a -libexec/afpd -libexec/atalkd -libexec/etc2ps -libexec/papd -libexec/psa -libexec/psf -libexec/filters/ifmpap -libexec/filters/ifmpaprev -libexec/filters/ifpap -libexec/filters/ifpaprev -libexec/filters/ifwmpap -libexec/filters/ifwmpaprev -libexec/filters/ifwpap -libexec/filters/ifwpaprev -libexec/filters/ofmpap -libexec/filters/ofpap -libexec/filters/ofwmpap -libexec/filters/ofwpap -libexec/filters/tfmpap -libexec/filters/tfmpaprev -libexec/filters/tfpap -libexec/filters/tfpaprev -libexec/filters/tfwmpap -libexec/filters/tfwmpaprev -libexec/filters/tfwpap -libexec/filters/tfwpaprev -@dirrm libexec/filters -share/examples/netatalk/atalkd.conf -share/examples/netatalk/papd.conf -@dirrm share/examples/netatalk -share/pagecount.ps -@comment Remove man page aliases -@unexec rm -f %D/man/man1/hqx2bin.1* -@unexec rm -f %D/man/man1/macbinary.1* -@unexec rm -f %D/man/man1/single2bin.1* -@unexec rm -f %D/man/man1/unbin.1* -@unexec rm -f %D/man/man1/unhex.1* -@unexec rm -f %D/man/man1/unsingle.1* -@unexec rm -f %D/man/man1/nbplkup.1* -@unexec rm -f %D/man/man1/nbprgstr.1* -@unexec rm -f %D/man/man1/nbpunrgstr.1* -@unexec rm -f %D/man/man1/papstatus.1* |