etc/rc.d: upclient.sh -> upclient
This commit is contained in:
parent
0633c8a40b
commit
6da53c0321
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/02/16 19:49:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/01/26 04:45:33 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= upclient-4.09
|
||||
|
@ -84,8 +84,8 @@ do-install:
|
|||
-e 's|@PREFIX@|${PREFIX}|g' \
|
||||
-e 's|@INSTALL@|${INSTALL}|g' \
|
||||
-e 's|@SU@|${SU}|g' \
|
||||
${FILESDIR}/upclient.sh >${PREFIX}/etc/rc.d/upclient.sh
|
||||
${CHMOD} +x ${PREFIX}/etc/rc.d/upclient.sh
|
||||
${FILESDIR}/upclient.sh >${PREFIX}/etc/rc.d/upclient
|
||||
${CHMOD} +x ${PREFIX}/etc/rc.d/upclient
|
||||
|
||||
pre-package:
|
||||
@${ECHO} '********************************************************' ;\
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2000/01/21 01:35:45 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2001/01/26 04:45:33 hubertf Exp $
|
||||
bin/upclient
|
||||
etc/rc.d/upclient.sh
|
||||
etc/rc.d/upclient
|
||||
share/doc/upclient/AUTHORS
|
||||
share/doc/upclient/COPYING
|
||||
share/doc/upclient/HISTORY
|
||||
|
|
Loading…
Reference in a new issue