diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-18 11:46:32 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-18 11:46:32 +0000 |
commit | aa11dde4cd9767b363fab72316fd294c460994bf (patch) | |
tree | 615220a3c8e644899cceae99fd3b6b5972ecb6d0 /net | |
parent | d577b530cbeaaa50145b22e4cf293c0b1043f1dd (diff) | |
download | ports-aa11dde4cd9767b363fab72316fd294c460994bf.tar.gz ports-aa11dde4cd9767b363fab72316fd294c460994bf.zip |
make zebra startup script executeable in final destination...
Notes
Notes:
svn path=/head/; revision=20263
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-devel/Makefile | 3 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 3 | ||||
-rw-r--r-- | net/zebra/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 907c8780c402..ec55c5b63548 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ +# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $ # DISTNAME= zebra-0.73 @@ -22,6 +22,7 @@ post-install: @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebra.sh \ > ${PREFIX}/etc/rc.d/zebra.sh + @chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh @${ECHO} "===> done." .include <bsd.port.mk> diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 907c8780c402..ec55c5b63548 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ +# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $ # DISTNAME= zebra-0.73 @@ -22,6 +22,7 @@ post-install: @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebra.sh \ > ${PREFIX}/etc/rc.d/zebra.sh + @chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh @${ECHO} "===> done." .include <bsd.port.mk> diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 907c8780c402..ec55c5b63548 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.16 1999/07/18 10:31:40 andreas Exp $ +# $Id: Makefile,v 1.17 1999/07/18 11:42:26 andreas Exp $ # DISTNAME= zebra-0.73 @@ -22,6 +22,7 @@ post-install: @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ < ${FILESDIR}/zebra.sh \ > ${PREFIX}/etc/rc.d/zebra.sh + @chmod 555 > ${PREFIX}/etc/rc.d/zebra.sh @${ECHO} "===> done." .include <bsd.port.mk> |