summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorabs <abs>2002-08-29 11:16:14 +0000
committerabs <abs>2002-08-29 11:16:14 +0000
commit565be4984d0b521da64eefb1d8037e8803b6d2a9 (patch)
tree76b3a302a0d05f65cc719ee4952e99b5c7a60059 /net/netatalk
parentcc32c7c581749e1ce0a65e7ca1f8ec0e148eb36a (diff)
downloadpkgsrc-565be4984d0b521da64eefb1d8037e8803b6d2a9.tar.gz
update to 1.5.3.1nb1 - install scripts in /etc/rc.d
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/MESSAGE14
-rw-r--r--net/netatalk/Makefile6
2 files changed, 9 insertions, 11 deletions
diff --git a/net/netatalk/MESSAGE b/net/netatalk/MESSAGE
index fbbeae1b2f1..bb50937d635 100644
--- a/net/netatalk/MESSAGE
+++ b/net/netatalk/MESSAGE
@@ -1,15 +1,9 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/05/25 13:08:39 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/08/29 11:16:14 abs Exp $
-To have Netatalk start automatically at boot, copy (or link) the following
-files into /etc/rc.d on rc.d-capable systems:
- ${PREFIX}/etc/rc.d/atalkd
- ${PREFIX}/etc/rc.d/afpd
- ${PREFIX}/etc/rc.d/papd
- ${PREFIX}/etc/rc.d/timelord
-
-If you do so, you will need to set the following variables in /etc/rc.conf
-(replacing "YES" with "NO" for those services you wish to not run):
+To have Netatalk start automatically at boot, you will need to set the
+following variables in /etc/rc.conf (replacing "YES" with "NO" for those
+services you wish to not run):
atalkd=YES
afpd=YES
papd=YES
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 721bce33a81..8c2e74672aa 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2002/05/25 13:33:20 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2002/08/29 11:16:15 abs Exp $
DISTNAME= netatalk-1.5.3.1
+PKGREVISION= 1
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} \
http://me.in-berlin.de/~jroger/netatalk/
@@ -17,6 +18,8 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFLICTS= netatalk-asun-[0-9]* netatalk-umich-[0-9]*
+RCD_SCRIPTS= atalkd afpd papd timelord
+
.include "../../mk/bsd.prefs.mk"
CONFIGURE_ARGS+= --with-tcp-wrappers --with-flock-locks \
@@ -37,4 +40,5 @@ pre-install:
${PREFIX}/share/examples/netatalk/
.endfor
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"