diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-26 05:21:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-26 05:21:43 +0000 |
commit | 1791cbecbbe3c412bc82d93e3033df121cd0e25f (patch) | |
tree | 8da29b5c3584f56ad795de61b8510a209d489316 /news/nntpcache | |
parent | 794d1404145a36acdefed337389200306901e289 (diff) | |
download | pkgsrc-1791cbecbbe3c412bc82d93e3033df121cd0e25f.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 | ||||
-rw-r--r-- | news/nntpcache/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 0599b7ce578..ef166bf234b 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/21 12:50:28 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2001/01/26 05:21:48 hubertf Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp # @@ -46,7 +46,7 @@ post-configure: ${FILESDIR}/nntpcached.rc > ${WRKSRC}/nntpcached.sh post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d/nntpcached ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nntpcache cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL FAQ FAQ.html LICENSING \ ${PREFIX}/share/doc/nntpcache/ diff --git a/news/nntpcache/pkg/PLIST b/news/nntpcache/pkg/PLIST index ab7c42a700a..4ef57fa3459 100644 --- a/news/nntpcache/pkg/PLIST +++ b/news/nntpcache/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2000/02/20 06:54:01 proff Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/01/26 05:21:48 hubertf Exp $ etc/nntpcache/VERSION etc/nntpcache/innreport.conf-dist etc/nntpcache/innreport.pl @@ -17,7 +17,7 @@ etc/nntpcache/http/nntpcache.jpg @exec chown -R news:news %D/etc/nntpcache @exec chmod 700 %D/etc/nntpcache @unexec rmdir -p %D/etc/nntpcache/http/innreport/pics 2>/dev/null || true -etc/rc.d/nntpcached.sh +etc/rc.d/nntpcached sbin/innreport.sh sbin/newshound sbin/nntpcached |