From aa11dde4cd9767b363fab72316fd294c460994bf Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 18 Jul 1999 11:46:32 +0000 Subject: make zebra startup script executeable in final destination... --- net/zebra/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/zebra') 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 # -# $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 -- cgit v1.2.3