support the AppleTalk ddp protocol, and here to stay while NetBSD ships with AppleTalk support. Add Netatalk 3.0.8 wip package as net/netatalk30. "Netatalk 3 is a freely-available implementation of the Apple Filesharing Protocol Suite (AFP) over TCP/IP. Using Netatalk's AFP 3.1 compliant file-server leads to significantly higher transmissions speeds compared with Macs accessing a server via SMB or NFS, while providing clients with the best user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)."
22 lines
724 B
Text
22 lines
724 B
Text
$NetBSD: patch-distrib_initscripts_Makefile.in,v 1.1 2014/06/11 11:03:57 hauke Exp $
|
|
|
|
--- distrib/initscripts/Makefile.in.orig 2014-02-01 17:03:51.000000000 +0000
|
|
+++ distrib/initscripts/Makefile.in
|
|
@@ -601,7 +601,7 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-serviceDATA install-sysvSCRIPTS
|
|
+install-data-am: install-serviceDATA
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
install-dvi: install-dvi-am
|
|
@@ -717,7 +717,7 @@ uninstall: uninstall-startup
|
|
@USE_SUSE_SYSV_TRUE@ rm -f $(DESTDIR)$(sysvdir)/$(sysv_SCRIPTS)
|
|
|
|
@USE_NETBSD_TRUE@netatalk: rc.netbsd
|
|
-@USE_NETBSD_TRUE@ cp -f $< $@
|
|
+@USE_NETBSD_TRUE@ cp -f $? $@
|
|
@USE_NETBSD_TRUE@ chmod a+x $@
|
|
|
|
@USE_NETBSD_TRUE@install-data-hook:
|