diff options
author | tron <tron@pkgsrc.org> | 2001-02-04 18:05:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-04 18:05:12 +0000 |
commit | 66900f9d293b0dbc49a106e21d492e6cb25a7b46 (patch) | |
tree | 8166780633d1508c6f135b2b43400d730cfaf2c2 /net | |
parent | 866aee89b82534f95da8fd3aced6760659125344 (diff) | |
download | pkgsrc-66900f9d293b0dbc49a106e21d492e6cb25a7b46.tar.gz |
Install startup script as "rtspd" again. The policy was changed.
Diffstat (limited to 'net')
-rw-r--r-- | net/ra-rtsp-proxy/Makefile | 4 | ||||
-rw-r--r-- | net/ra-rtsp-proxy/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index 91e30eb410a..c08897fdcbc 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/04 17:46:07 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/04 18:05:12 tron Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0nb1 @@ -35,7 +35,7 @@ post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/rtspd.sh >${WRKDIR}/rtspd.sh do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/rtspd.sh ${PREFIX}/etc/rc.d/rtspd.sh + ${INSTALL_SCRIPT} ${WRKDIR}/rtspd.sh ${PREFIX}/etc/rc.d/rtspd ${INSTALL_MAN} ${WRKSRC}/rtspd.8 ${PREFIX}/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/rtspd ${PREFIX}/sbin ${MKDIR} ${PREFIX}/share/doc/ra-rtsp-proxy diff --git a/net/ra-rtsp-proxy/pkg/PLIST b/net/ra-rtsp-proxy/pkg/PLIST index 5a0e2837fce..a0f9ea79fce 100644 --- a/net/ra-rtsp-proxy/pkg/PLIST +++ b/net/ra-rtsp-proxy/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2001/02/04 16:58:57 tron Exp $ -etc/rc.d/rtspd.sh +@comment $NetBSD: PLIST,v 1.6 2001/02/04 18:06:03 tron Exp $ +etc/rc.d/rtspd man/man8/rtspd.8 sbin/rtspd share/doc/ra-rtsp-proxy/README |