diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 4 | ||||
-rw-r--r-- | news/inn/pkg/PLIST | 4 | ||||
-rw-r--r-- | news/nntpcache/Makefile | 4 | ||||
-rw-r--r-- | news/nntpcache/pkg/PLIST | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index bad39b7a578..47187b5e5b7 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/09/01 20:16:59 veego Exp $ +# $NetBSD: Makefile,v 1.21 2001/01/26 05:21:47 hubertf Exp $ DISTNAME= inn-2.2.3 CATEGORIES= news @@ -68,7 +68,7 @@ post-install: ${INSTALL_DATA} $$FILE ${PREFIX}/share/examples/inn; \ done cd ${WRKSRC}/site && \ - ${INSTALL_SCRIPT} ${WRKDIR}/innd.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKDIR}/innd.sh ${PREFIX}/etc/rc.d/innd @${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../mk/bsd.pkg.mk" diff --git a/news/inn/pkg/PLIST b/news/inn/pkg/PLIST index 6c1e7af0570..995a9ae45a0 100644 --- a/news/inn/pkg/PLIST +++ b/news/inn/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.9 2001/01/04 15:10:53 agc Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/01/26 05:21:47 hubertf Exp $ bin/inews -etc/rc.d/innd.sh +etc/rc.d/innd @exec mkdir -p %D/etc/nntp @unexec rm -rf %D/etc/nntp inn/bin/actived 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 |