aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-04-15 20:13:14 +0800
committerflz <flz@FreeBSD.org>2005-04-15 20:13:14 +0800
commitcd4598bbb71c8ce705dba8dbb25baeb2c01a461a (patch)
treeadb292cdc5ff119f4e7b2971b8f9730d2b24e41e
parent158dac1df51c592f264392d533a2f02095ceb380 (diff)
downloadfreebsd-ports-gnome-cd4598bbb71c8ce705dba8dbb25baeb2c01a461a.tar.gz
freebsd-ports-gnome-cd4598bbb71c8ce705dba8dbb25baeb2c01a461a.tar.zst
freebsd-ports-gnome-cd4598bbb71c8ce705dba8dbb25baeb2c01a461a.zip
- Fix typo in rcNG startup script.
PR: ports/79866 Submitted by: Shunsuke SHINOMIYA <shino@fornext.org> Approved by: maintainer
-rw-r--r--net/quagga/Makefile2
-rw-r--r--net/quagga/files/quagga.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 4f3b9753227c..43136e5e8d40 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.98.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/
diff --git a/net/quagga/files/quagga.sh.in b/net/quagga/files/quagga.sh.in
index e8231d51da9b..d11127c1a41f 100644
--- a/net/quagga/files/quagga.sh.in
+++ b/net/quagga/files/quagga.sh.in
@@ -12,7 +12,7 @@
#
# You may also wish to use the following variables to fine-tune startup:
#quagga_flags="-d"
-#quagga_daemons="zebra ripd ripng ospfd ospf6d bgpd isisd"
+#quagga_daemons="zebra ripd ripngd ospfd ospf6d bgpd isisd"
#
# If the quagga daemons require additional shared libraries to start,
# use the following variable to run ldconfig(8) in advance: