diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:13:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:13:14 +0000 |
commit | 35f106be3329ebb786afb89daf4771c1aceb7cca (patch) | |
tree | 7e26fd6cf50177fc42e3f6b23d55a9c1d28149df /net | |
parent | a41dc4d384a64b7fcf53cbb80ebeafd403880f48 (diff) | |
download | ports-35f106be3329ebb786afb89daf4771c1aceb7cca.tar.gz ports-35f106be3329ebb786afb89daf4771c1aceb7cca.zip |
- Fix typo in rcNG startup script.
PR: ports/79866
Submitted by: Shunsuke SHINOMIYA <shino@fornext.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=133423
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 2 | ||||
-rw-r--r-- | net/quagga/files/quagga.sh.in | 2 |
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: |