- in usage message mention restart option, which is actually:

zebractl stop
  zebractl start
- new functionality (visible) for people -> PORTREVISION
This commit is contained in:
Andreas Klemm 2001-01-12 18:29:08 +00:00
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

View file

@ -7,6 +7,7 @@
PORTNAME= zebra
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/

View file

@ -1,13 +1,13 @@
#! /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>"
#
usage()
{
echo "$0: usage: $0 [ start | stop ]"
echo "$0: usage: $0 [ start | stop | restart ]"
exit 1
}

View file

@ -7,6 +7,7 @@
PORTNAME= zebra
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/

View file

@ -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
}

View file

@ -7,6 +7,7 @@
PORTNAME= zebra
PORTVERSION= 0.90
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/

View file

@ -1,13 +1,13 @@
#! /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>"
#
usage()
{
echo "$0: usage: $0 [ start | stop ]"
echo "$0: usage: $0 [ start | stop | restart ]"
exit 1
}