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 /www/wwwoffle | |
parent | 794d1404145a36acdefed337389200306901e289 (diff) | |
download | pkgsrc-1791cbecbbe3c412bc82d93e3033df121cd0e25f.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 7239ec7cf4a..3f26e034a7e 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/11/21 01:31:14 itojun Exp $ +# $NetBSD: Makefile,v 1.23 2001/01/26 05:21:49 hubertf Exp $ DISTNAME= wwwoffle-2.6 CATEGORIES= www @@ -50,7 +50,7 @@ post-install: ${CP} -p ${PREFIX}/etc/wwwoffle/wwwoffle.conf \ ${PREFIX}/etc/wwwoffle/wwwoffle.conf.default; \ fi - ${INSTALL_SCRIPT} ${WRKDIR}/wwwoffle.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKDIR}/wwwoffle.sh ${PREFIX}/etc/rc.d/wwwoffle ${CHOWN} -R -h ${BINOWN}:${BINGRP} /var/wwwoffle # directories other than html are automatically created at run time ${GTAR} czCf / ${PREFIX}/libdata/wwwoffle-spool.tar.gz \ diff --git a/www/wwwoffle/pkg/PLIST b/www/wwwoffle/pkg/PLIST index 4cc9f41dead..7bbd5fbacef 100644 --- a/www/wwwoffle/pkg/PLIST +++ b/www/wwwoffle/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/11/20 05:12:40 itojun Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/01/26 05:21:49 hubertf Exp $ bin/wwwoffle bin/wwwoffle-ls bin/wwwoffle-mv @@ -6,7 +6,7 @@ bin/wwwoffle-read bin/wwwoffle-rm bin/wwwoffle-tools bin/wwwoffle-write -etc/rc.d/wwwoffle.sh +etc/rc.d/wwwoffle etc/wwwoffle/wwwoffle.conf.default @exec if [ ! -f %D/etc/wwwoffle/wwwoffle.conf ]; then cp -p %D/etc/wwwoffle/wwwoffle.conf.default %D/etc/wwwoffle/wwwoffle.conf; fi libdata/wwwoffle-spool.tar.gz |