summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-07-18 11:46:32 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-07-18 11:46:32 +0000
commitaa11dde4cd9767b363fab72316fd294c460994bf (patch)
tree615220a3c8e644899cceae99fd3b6b5972ecb6d0 /net/zebra
parent- Improve startup script (diff)
make zebra startup script executeable in final destination...
Notes
Notes: svn path=/head/; revision=20263
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile3
1 files changed, 2 insertions, 1 deletions
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>