diff options
author | abs <abs@pkgsrc.org> | 2002-08-29 11:16:14 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-08-29 11:16:14 +0000 |
commit | 0438906db7ea36ee44fa6c7f34a37c5eb075c22a (patch) | |
tree | 76b3a302a0d05f65cc719ee4952e99b5c7a60059 /net | |
parent | 04b0aa23bf2bbd2c2c4674caaf96f7901d59afa0 (diff) | |
download | pkgsrc-0438906db7ea36ee44fa6c7f34a37c5eb075c22a.tar.gz |
update to 1.5.3.1nb1 - install scripts in /etc/rc.d
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/MESSAGE | 14 | ||||
-rw-r--r-- | net/netatalk/Makefile | 6 |
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" |