1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add 'service frr onerestart all' usage.

PR:		245480
Submitted by:	Joe Greco <jgreco@ns.sol.net>
This commit is contained in:
Olivier Cochard 2020-04-12 16:00:59 +00:00
parent 32a0d51b46
commit 991b705588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531526
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= frr
PORTVERSION= 7.3
DISTVERSIONPREFIX= frr-
PORTREVISION= 1
CATEGORIES= net
PKGNAMESUFFIX= 7
@ -17,7 +18,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
libyang.so:net/libyang
USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \
makeinfo python:2.7-3.6,build readline
makeinfo python:2.7-3.8,build readline
BINARY_ALIAS= python=${PYTHON_VERSION}

View File

@ -136,7 +136,7 @@ case "$1" in
esac
shift
if [ $# -ge 1 ]; then
if [ $# -ge 1 -a "$1" != "all" ]; then
frr_daemons="$*"
fi