aboutsummaryrefslogtreecommitdiffstats
path: root/net/zebra-pj
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2001-01-13 02:29:08 +0800
committerandreas <andreas@FreeBSD.org>2001-01-13 02:29:08 +0800
commitf12f20c1727e44a72b1229dc921c5e3e1da683e1 (patch)
tree495b66a0bdd667d9be29e88a83d70644d397e897 /net/zebra-pj
parent4cde605762464796d8bea4632ddc57930288c4ca (diff)
downloadfreebsd-ports-gnome-f12f20c1727e44a72b1229dc921c5e3e1da683e1.tar.gz
freebsd-ports-gnome-f12f20c1727e44a72b1229dc921c5e3e1da683e1.tar.zst
freebsd-ports-gnome-f12f20c1727e44a72b1229dc921c5e3e1da683e1.zip
- in usage message mention restart option, which is actually:
zebractl stop zebractl start - new functionality (visible) for people -> PORTREVISION
Diffstat (limited to 'net/zebra-pj')
-rw-r--r--net/zebra-pj/Makefile1
-rw-r--r--net/zebra-pj/files/zebractl.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile
index 08e4bb216951..8b833cc15862 100644
--- a/net/zebra-pj/Makefile
+++ b/net/zebra-pj/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zebra
PORTVERSION= 0.90
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
diff --git a/net/zebra-pj/files/zebractl.sh b/net/zebra-pj/files/zebractl.sh
index 7df63067bf3f..129659d2c3e5 100644
--- a/net/zebra-pj/files/zebractl.sh
+++ b/net/zebra-pj/files/zebractl.sh
@@ -1,13 +1,13 @@
#! /bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/net/zebra-pj/files/Attic/zebractl.sh,v 1.1 1999-12-24 15:56:31 andreas Exp $
+# $FreeBSD: /tmp/pcvs/ports/net/zebra-pj/files/Attic/zebractl.sh,v 1.2 2001-01-12 18:29:08 andreas Exp $
#
# zebra start/stop script by "Andreas Klemm <andreas@FreeBSD.ORG>"
#
usage()
{
- echo "$0: usage: $0 [ start | stop ]"
+ echo "$0: usage: $0 [ start | stop | restart ]"
exit 1
}