- in usage message mention restart option, which is actually:
zebractl stop zebractl start - new functionality (visible) for people -> PORTREVISION
This commit is contained in:
parent
e32df0c59c
commit
5726ba99ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37146
6 changed files with 9 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= zebra
|
PORTNAME= zebra
|
||||||
PORTVERSION= 0.90
|
PORTVERSION= 0.90
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#
|
#
|
||||||
# $FreeBSD: /tmp/pcvs/ports/net/zebra-devel/files/Attic/zebractl.sh,v 1.1 1999-12-24 15:56:31 andreas Exp $
|
# $FreeBSD: /tmp/pcvs/ports/net/zebra-devel/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>"
|
# zebra start/stop script by "Andreas Klemm <andreas@FreeBSD.ORG>"
|
||||||
#
|
#
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo "$0: usage: $0 [ start | stop ]"
|
echo "$0: usage: $0 [ start | stop | restart ]"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= zebra
|
PORTNAME= zebra
|
||||||
PORTVERSION= 0.90
|
PORTVERSION= 0.90
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#! /bin/sh
|
#! /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>"
|
# zebra start/stop script by "Andreas Klemm <andreas@FreeBSD.ORG>"
|
||||||
#
|
#
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo "$0: usage: $0 [ start | stop ]"
|
echo "$0: usage: $0 [ start | stop | restart ]"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= zebra
|
PORTNAME= zebra
|
||||||
PORTVERSION= 0.90
|
PORTVERSION= 0.90
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#
|
#
|
||||||
# $FreeBSD: /tmp/pcvs/ports/net/zebra/files/Attic/zebractl.sh,v 1.1 1999-12-24 15:56:31 andreas Exp $
|
# $FreeBSD: /tmp/pcvs/ports/net/zebra/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>"
|
# zebra start/stop script by "Andreas Klemm <andreas@FreeBSD.ORG>"
|
||||||
#
|
#
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo "$0: usage: $0 [ start | stop ]"
|
echo "$0: usage: $0 [ start | stop | restart ]"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue