diff options
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 137 | ||||
-rw-r--r-- | net/netatalk/distinfo | 2 | ||||
-rw-r--r-- | net/netatalk/files/netatalk.in | 67 | ||||
-rw-r--r-- | net/netatalk/files/patch-config_netatalk.conf | 20 | ||||
-rw-r--r-- | net/netatalk/files/patch-configure | 20 | ||||
-rw-r--r-- | net/netatalk/files/patch-etc_apfd_Makefile.in | 11 | ||||
-rw-r--r-- | net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c | 10 | ||||
-rw-r--r-- | net/netatalk/files/patch-include_atalk_util.h | 10 | ||||
-rw-r--r-- | net/netatalk/pkg-descr | 19 | ||||
-rw-r--r-- | net/netatalk/pkg-message | 9 | ||||
-rw-r--r-- | net/netatalk/pkg-plist | 177 |
11 files changed, 0 insertions, 482 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile deleted file mode 100644 index 596f05ed6d53..000000000000 --- a/net/netatalk/Makefile +++ /dev/null @@ -1,137 +0,0 @@ -# Created by: stb -# $FreeBSD$ - -PORTNAME= netatalk -PORTVERSION= 2.2.5 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= net print -MASTER_SITES= SF - -MAINTAINER= marcus@FreeBSD.org -COMMENT= File server for Mac OS X - -LIB_DEPENDS= libgcrypt.so:security/libgcrypt - -USES= bdb gmake iconv libtool perl5 tar:bzip2 -GNU_CONFIGURE= yes -CPPFLAGS+= -D_IPP_PRIVATE_STRUCTURES -INSTALL_TARGET= install-strip -USE_RC_SUBR= netatalk - -BROKEN_FreeBSD_12= does not build, OpenSSL 1.1 unsupported -DEPRECATED= Outdated branch of netatalk; use net/netatalk3 instead -EXPIRATION_DATE= 2018-12-21 - -CONFIGURE_ARGS+= --with-tcp-wrappers \ - --with-pkgconfdir=${PREFIX}/etc \ - ${ICONV_CONFIGURE_BASE} \ - --with-libgcrypt-dir=${LOCALBASE} \ - --with-uams-path=${PREFIX}/libexec/netatalk-uams \ - --with-bdb=${LOCALBASE} - -OPTIONS_DEFINE= SRVLOC PAM KRB5 ZEROCONF LDAP SENDFILE -SRVLOC_DESC= Service Location Protocol support -KRB5_DESC= Kerberos V UAM -ZEROCONF_DESC= Zeroconf (Bonjour) support -SENDFILE_DESC= sendfile support - -FILES= AppleVolumes.default AppleVolumes.system afp_ldap.conf \ - afpd.conf netatalk.conf -LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ - binheader nadheader - -CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-1* yudit-[0-9]* - -.if exists(/usr/include/netatalk/ddp.h) -OPTIONS_DEFINE+=APPLETALK TIMELORD -OPTIONS_DEFAULT=APPLETALK -APPLETALK_DESC= AppleTalk protocol support -TIMELORD_DESC= Timelord network time service -.endif - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MKRB5} -CONFIGURE_ARGS+= --enable-krbV-uam -PLIST_SUB+= NETATALKKRB5="" -.else -PLIST_SUB+= NETATALKKRB5="@comment " -.endif - -.if ${PORT_OPTIONS:MAPPLETALK} -CONFIGURE_ARGS+= --enable-ddp -PLIST_SUB+= APPLETALK="" -FILES+= atalkd.conf papd.conf -.else -PLIST_SUB+= APPLETALK="@comment " -.endif - -.if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+= --with-pam -PLIST_SUB+= NETATALKPAM="" -.else -CONFIGURE_ARGS+= --without-pam -PLIST_SUB+= NETATALKPAM="@comment " -.endif - -.if ${PORT_OPTIONS:MSRVLOC} -CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} -LIB_DEPENDS+= libslp.so:net/openslp -SUB_LIST+= SRVLOC="slpd" -.else -SUB_LIST+= SRVLOC="" -.endif - -.if ${PORT_OPTIONS:MTIMELORD} -CONFIGURE_ARGS+= --enable-timelord -PLIST_SUB+= TIMELORD="" -.else -PLIST_SUB+= TIMELORD="@comment " -.endif - -.if ${PORT_OPTIONS:MZEROCONF} -CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libavahi-client.so:net/avahi-app -USES+= pkgconfig -SUB_LIST+= ZEROCONF="avahi_daemon" -.else -CONFIGURE_ARGS+= --disable-zerconf -SUB_LIST+= ZEROCONF="" -.endif - -.if ${PORT_OPTIONS:MLDAP} -CONFIGURE_ARGS+= --with-ldap -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${PORT_OPTIONS:MSENDFILE} -CONFIGURE_ARGS+= --enable-sendfile -.else -CONFIGURE_ARGS+= --disable-sendfile -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%DB_NAME%%|${BDB_INCLUDE_DIR:T}| ; \ - s|%%DB_LIB%%|-l${BDB_LIB_NAME}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/configure - -post-install: - @${RM} ${STAGEDIR}${PREFIX}/bin/nu ${STAGEDIR}${PREFIX}/bin/lp2pap.sh \ - ${STAGEDIR}${PREFIX}/bin/test_parse_mtab \ - ${STAGEDIR}${PREFIX}/bin/afpd-mtab.pl - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ - ${STAGEDIR}${PREFIX}/bin/macusers -.for i in ${FILES} - ${MV} ${STAGEDIR}${PREFIX}/etc/${i} ${STAGEDIR}${PREFIX}/etc/${i}.sample -.endfor -.for i in ${LINKS} - ${LN} -sf megatron ${STAGEDIR}${PREFIX}/bin/${i} -.endfor - -.include <bsd.port.mk> diff --git a/net/netatalk/distinfo b/net/netatalk/distinfo deleted file mode 100644 index cc58498a6239..000000000000 --- a/net/netatalk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (netatalk-2.2.5.tar.bz2) = 7658afc793ab36f1cda7df5719598acbf366e213e27be1cbbc2d93631c368869 -SIZE (netatalk-2.2.5.tar.bz2) = 1290761 diff --git a/net/netatalk/files/netatalk.in b/net/netatalk/files/netatalk.in deleted file mode 100644 index 4408a7eb85b2..000000000000 --- a/net/netatalk/files/netatalk.in +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: atalkd papd cnid_metad timelord afpd -# REQUIRE: DAEMON %%SRVLOC%% %%ZEROCONF%% -# KEYWORD: shutdown -# -# AppleTalk daemons. Make sure not to start atalkd in the background: -# its data structures must have time to stablize before running the -# other processes. -# - -# Set defaults. Please overide these in %%PREFIX%%/etc/netatalk.conf -ATALK_ZONE= -ATALK_NAME="`/bin/hostname -s`" -AFPD_UAMLIST= -AFPD_MAX_CLIENTS=50 -AFPD_GUEST=nobody - -# Load user config -if [ -f %%PREFIX%%/etc/netatalk.conf ]; then . %%PREFIX%%/etc/netatalk.conf; fi - -netatalk_enable=${netatalk_enable-"NO"} -atalkd_enable=${atalkd_enable-"NO"} -papd_enable=${papd_enable-"NO"} -cnid_metad_enable=${cnid_metad_enable-"NO"} -afpd_enable=${afpd_enable-"NO"} -timelord_enable=${timelord_enable-"NO"} - -. /etc/rc.subr - -name=netatalk -rcvar=netatalk_enable -hostname=`hostname -s` - -start_cmd=netatalk_start -stop_cmd=netatalk_stop - -netatalk_start() { - checkyesno atalkd_enable && %%PREFIX%%/sbin/atalkd - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 "${ATALK_NAME}:Workstation${ATALK_ZONE}" & - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 "${ATALK_NAME}:netatalk${ATALK_ZONE}" & - checkyesno papd_enable && %%PREFIX%%/sbin/papd - checkyesno cnid_metad_enable && %%PREFIX%%/sbin/cnid_metad - checkyesno timelord_enable && %%PREFIX%%/sbin/timelord - checkyesno afpd_enable && \ - %%PREFIX%%/sbin/afpd -n "${ATALK_NAME}${ATALK_ZONE}" \ - -s %%PREFIX%%/etc/AppleVolumes.system \ - -f %%PREFIX%%/etc/AppleVolumes.default \ - -g ${AFPD_GUEST} \ - -c ${AFPD_MAX_CLIENTS} \ - ${AFPD_UAMLIST} -} - -netatalk_stop() { - checkyesno timelord_enable && killall timelord - checkyesno afpd_enable && killall afpd - checkyesno cnid_metad_enable && killall cnid_metad - checkyesno papd_enable && killall papd - checkyesno atalkd_enable && killall atalkd -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/net/netatalk/files/patch-config_netatalk.conf b/net/netatalk/files/patch-config_netatalk.conf deleted file mode 100644 index 9d3c7bf4c25f..000000000000 --- a/net/netatalk/files/patch-config_netatalk.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- config/netatalk.conf.orig 2011-07-22 00:30:42.000000000 -0400 -+++ config/netatalk.conf 2011-07-30 18:01:04.000000000 -0400 -@@ -1,4 +1,5 @@ --# Netatalk configuration -+# netatalk configuration -+# For details see man netatalk.conf - - ######################################################################### - # Global configuration -@@ -21,8 +22,8 @@ export ATALK_MAC_CHARSET - - #### Set which daemons to run. - #### If you use AFP file server, run both cnid_metad and afpd. --CNID_METAD_RUN=yes --AFPD_RUN=yes -+#CNID_METAD_RUN=yes -+#AFPD_RUN=yes - - #### maximum number of clients that can connect: - #AFPD_MAX_CLIENTS=20 diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure deleted file mode 100644 index 32e1af48bff0..000000000000 --- a/net/netatalk/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2012-04-26 10:27:12.000000000 -0400 -+++ configure 2012-07-08 21:21:38.000000000 -0400 -@@ -16127,7 +16127,7 @@ fi - fi - - # mDNS support using mDNSResponder -- ac_fn_c_check_header_mongrel "$LINENO" "dns_sd.h" "ac_cv_header_dns_sd_h" "$ac_includes_default" -+ ac_fn_c_check_header_mongrel "$LINENO" "xxxdns_sd.hxxx" "ac_cv_header_dns_sd_h" "$ac_includes_default" - if test "x$ac_cv_header_dns_sd_h" = xyes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DNSServiceRegister in -ldns_sd" >&5 - $as_echo_n "checking for DNSServiceRegister in -ldns_sd... " >&6; } -@@ -18150,7 +18150,7 @@ if test "x$bdb_required" = "xyes"; then - trybdbdir="" - dobdbsearch=yes - bdb_search_dirs="/usr/local /usr" -- search_subdirs="/ /db5 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4" -+ search_subdirs="/%%DB_NAME%% / /db5 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4" - - bdbfound=no - savedcflags="$CFLAGS" diff --git a/net/netatalk/files/patch-etc_apfd_Makefile.in b/net/netatalk/files/patch-etc_apfd_Makefile.in deleted file mode 100644 index e91692393775..000000000000 --- a/net/netatalk/files/patch-etc_apfd_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/afpd/Makefile.in.orig 2011-07-27 07:59:24.000000000 -0400 -+++ etc/afpd/Makefile.in 2011-07-30 18:03:30.000000000 -0400 -@@ -317,7 +317,7 @@ afpd_SOURCES = afp_asp.c afp_avahi.c afp - afpd_LDADD = \ - $(top_builddir)/libatalk/cnid/libcnid.la \ - $(top_builddir)/libatalk/libatalk.la \ -- @LIBGCRYPT_LIBS@ @ZEROCONF_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ -+ @LIBGCRYPT_LIBS@ @ZEROCONF_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ @PAM_LIBS@ - - afpd_LDFLAGS = -export-dynamic - afpd_CFLAGS = \ diff --git a/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c b/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c deleted file mode 100644 index e83a11997d16..000000000000 --- a/net/netatalk/files/patch-etc_cnid_dbd_cnid_metad.c +++ /dev/null @@ -1,10 +0,0 @@ ---- etc/cnid_dbd/cnid_metad.c.orig 2011-07-30 18:28:32.000000000 -0400 -+++ etc/cnid_dbd/cnid_metad.c 2011-07-30 18:29:01.000000000 -0400 -@@ -39,6 +39,7 @@ - #include <string.h> - #include <signal.h> - #include <sys/types.h> -+#include <sys/resource.h> - #include <sys/time.h> - #include <sys/wait.h> - #include <sys/uio.h> diff --git a/net/netatalk/files/patch-include_atalk_util.h b/net/netatalk/files/patch-include_atalk_util.h deleted file mode 100644 index 7df14fa51921..000000000000 --- a/net/netatalk/files/patch-include_atalk_util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/atalk/util.h.orig 2010-06-09 18:45:10.000000000 -0400 -+++ include/atalk/util.h 2010-06-09 18:45:22.000000000 -0400 -@@ -17,6 +17,7 @@ - - #include <sys/cdefs.h> - #include <sys/types.h> -+#include <sys/socket.h> - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ diff --git a/net/netatalk/pkg-descr b/net/netatalk/pkg-descr deleted file mode 100644 index ad933ec4bcd4..000000000000 --- a/net/netatalk/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Netatalk is an OpenSource software package, that can be used to turn an -inexpensive *NIX machine into an extremely high-performance and reliable -file server for Macintosh computers. - -Using Netatalk's AFP 3.2 compliant file-server leads to significantly higher -transmission speeds compared with Macs accessing a server via SaMBa/NFS -while providing clients with the best possible user experience (full support -for Macintosh metadata, flawlessly supporting mixed environments of classic -MacOS and MacOS X clients) - -Due to Netatalk speaking AppleTalk, the print-server task can provide -printing clients with full AppleTalk support as well as the server itself -with printing capabilities for AppleTalk-only printers. Starting with -version 2.0, Netatalk seamlessly interacts with CUPS on the server. - -After all, Netatalk can be used to act as an AppleTalk router, providing -both segmentation and zone names in Macintosh networks. - -WWW: http://netatalk.sourceforge.net/ diff --git a/net/netatalk/pkg-message b/net/netatalk/pkg-message deleted file mode 100644 index 23d91dbf7b03..000000000000 --- a/net/netatalk/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -If you compiled WITH_PAM support, you need to edit /etc/pam.conf to add -support for netatalk. To do so, add the following three lines to this -file: - -netatalk auth required pam_unix.so try_first_pass -netatalk account required pam_unix.so try_first_pass -netatalk session required pam_permit.so -### diff --git a/net/netatalk/pkg-plist b/net/netatalk/pkg-plist deleted file mode 100644 index 34ff8ace285a..000000000000 --- a/net/netatalk/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/ad -%%APPLETALK%%bin/add_netatalk_printer -bin/adv1tov2 -%%APPLETALK%%bin/aecho -bin/afpldaptest -bin/afppasswd -bin/apple_dump -bin/binheader -bin/asip-status.pl -bin/cnid2_create -bin/dbd -%%APPLETALK%%bin/getzones -bin/macusers -bin/megatron -bin/hqx2bin -bin/macbinary -bin/nadheader -bin/single2bin -bin/unbin -bin/unhex -bin/unsingle -%%APPLETALK%%bin/nbplkup -%%APPLETALK%%bin/nbprgstr -%%APPLETALK%%bin/nbpunrgstr -bin/netatalk-config -%%APPLETALK%%bin/pap -%%APPLETALK%%bin/papstatus -%%APPLETALK%%bin/psorder -%%APPLETALK%%bin/showppd -bin/uniconv -@sample etc/AppleVolumes.default.sample -@sample etc/AppleVolumes.system.sample -@sample etc/afpd.conf.sample -@sample etc/afp_ldap.conf.sample -%%APPLETALK%%@sample etc/atalkd.conf.sample -@sample etc/netatalk.conf.sample -%%APPLETALK%%@sample etc/papd.conf.sample -libexec/netatalk-uams/uams_clrtxt.so -libexec/netatalk-uams/uams_dhx.so -libexec/netatalk-uams/uams_dhx2.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx2_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx2_pam.so -libexec/netatalk-uams/uams_dhx2_passwd.a -libexec/netatalk-uams/uams_dhx2_passwd.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_dhx_pam.so -libexec/netatalk-uams/uams_dhx_passwd.a -libexec/netatalk-uams/uams_dhx_passwd.so -%%NETATALKKRB5%%libexec/netatalk-uams/uams_gss.a -%%NETATALKKRB5%%libexec/netatalk-uams/uams_gss.so -libexec/netatalk-uams/uams_guest.a -libexec/netatalk-uams/uams_guest.so -%%NETATALKPAM%%libexec/netatalk-uams/uams_pam.a -%%NETATALKPAM%%libexec/netatalk-uams/uams_pam.so -libexec/netatalk-uams/uams_passwd.a -libexec/netatalk-uams/uams_passwd.so -libexec/netatalk-uams/uams_randnum.a -libexec/netatalk-uams/uams_randnum.so -include/atalk/acl.h -include/atalk/adouble.h -include/atalk/aep.h -include/atalk/afp.h -include/atalk/asp.h -include/atalk/atp.h -include/atalk/cnid.h -include/atalk/compat.h -include/atalk/ddp.h -include/atalk/directory.h -include/atalk/dsi.h -include/atalk/ea.h -include/atalk/hash.h -include/atalk/ldapconfig.h -include/atalk/list.h -include/atalk/logger.h -include/atalk/nbp.h -include/atalk/netddp.h -include/atalk/queue.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/server_child.h -include/atalk/server_ipc.h -include/atalk/tdb.h -include/atalk/uam.h -include/atalk/unicode.h -include/atalk/unix.h -include/atalk/util.h -include/atalk/uuid.h -include/atalk/vfs.h -include/atalk/volinfo.h -include/atalk/volume.h -include/atalk/zip.h -include/netatalk/aarp.h -include/netatalk/at.h -include/netatalk/at_var.h -include/netatalk/ddp.h -include/netatalk/ddp_var.h -include/netatalk/endian.h -include/netatalk/phase2.h -lib/libatalk.a -%%APPLETALK%%libexec/etc2ps.sh -%%APPLETALK%%libexec/ifmpap -%%APPLETALK%%libexec/ifmpaprev -%%APPLETALK%%libexec/ifpap -%%APPLETALK%%libexec/ifpaprev -%%APPLETALK%%libexec/ifwmpap -%%APPLETALK%%libexec/ifwmpaprev -%%APPLETALK%%libexec/ifwpap -%%APPLETALK%%libexec/ifwpaprev -%%APPLETALK%%libexec/ofmpap -%%APPLETALK%%libexec/ofpap -%%APPLETALK%%libexec/ofwmpap -%%APPLETALK%%libexec/ofwpap -%%APPLETALK%%libexec/psa -%%APPLETALK%%libexec/psf -%%APPLETALK%%libexec/tfmpap -%%APPLETALK%%libexec/tfmpaprev -%%APPLETALK%%libexec/tfpap -%%APPLETALK%%libexec/tfpaprev -%%APPLETALK%%libexec/tfwmpap -%%APPLETALK%%libexec/tfwmpaprev -%%APPLETALK%%libexec/tfwpap -%%APPLETALK%%libexec/tfwpaprev -man/man1/ad.1.gz -%%APPLETALK%%man/man1/aecho.1.gz -man/man1/afpldaptest.1.gz -man/man1/afppasswd.1.gz -man/man1/apple_dump.1.gz -man/man1/asip-status.pl.1.gz -man/man1/dbd.1.gz -%%APPLETALK%%man/man1/getzones.1.gz -man/man1/hqx2bin.1.gz -man/man1/macbinary.1.gz -man/man1/macusers.1.gz -man/man1/megatron.1.gz -%%APPLETALK%%man/man1/nbp.1.gz -%%APPLETALK%%man/man1/nbplkup.1.gz -%%APPLETALK%%man/man1/nbprgstr.1.gz -%%APPLETALK%%man/man1/nbpunrgstr.1.gz -man/man1/netatalk-config.1.gz -%%APPLETALK%%man/man1/pap.1.gz -%%APPLETALK%%man/man1/papstatus.1.gz -%%APPLETALK%%man/man1/psorder.1.gz -man/man1/single2bin.1.gz -man/man1/unbin.1.gz -man/man1/unhex.1.gz -man/man1/uniconv.1.gz -man/man1/unsingle.1.gz -%%APPLETALK%%man/man3/atalk_aton.3.gz -%%APPLETALK%%man/man3/nbp_name.3.gz -%%APPLETALK%%man/man4/atalk.4.gz -man/man5/AppleVolumes.5.gz -man/man5/AppleVolumes.default.5.gz -man/man5/AppleVolumes.system.5.gz -man/man5/afp_ldap.conf.5.gz -man/man5/afp_signature.conf.5.gz -man/man5/afp_voluuid.conf.5.gz -man/man5/afpd.conf.5.gz -%%APPLETALK%%man/man5/atalkd.conf.5.gz -man/man5/netatalk.conf.5.gz -%%APPLETALK%%man/man5/papd.conf.5.gz -man/man8/afpd.8.gz -%%APPLETALK%%man/man8/atalkd.8.gz -man/man8/cnid_dbd.8.gz -man/man8/cnid_metad.8.gz -%%APPLETALK%%man/man8/papd.8.gz -%%APPLETALK%%man/man8/papstatus.8.gz -%%APPLETALK%%man/man8/psf.8.gz -man/man8/timelord.8.gz -sbin/afpd -%%APPLETALK%%sbin/atalkd -sbin/cnid_dbd -sbin/cnid_metad -%%APPLETALK%%sbin/papd -%%TIMELORD%%sbin/timelord -share/aclocal/netatalk.m4 -%%APPLETALK%%%%DATADIR%%/pagecount.ps |