diff options
author | tron <tron> | 2001-02-04 18:05:12 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-04 18:05:12 +0000 |
commit | eac7fb0ddf72b177bedcb17f658e0e2a51722a32 (patch) | |
tree | 8166780633d1508c6f135b2b43400d730cfaf2c2 /net/ra-rtsp-proxy | |
parent | 8f2e43b542fa68b067cf15ec054fa2938b49a8ed (diff) | |
download | pkgsrc-eac7fb0ddf72b177bedcb17f658e0e2a51722a32.tar.gz |
Install startup script as "rtspd" again. The policy was changed.
Diffstat (limited to 'net/ra-rtsp-proxy')
-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 |