summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2004-06-13 15:54:32 +0000
committerJason Wever <weeve@gentoo.org>2004-06-13 15:54:32 +0000
commit24f087c604416ec9766cc62dca5b6fb4f95d0fb0 (patch)
tree1a32a65794f45f59efec13fc1546f6e170a4df1e /net-misc
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-24f087c604416ec9766cc62dca5b6fb4f95d0fb0.tar.gz
gentoo-2-24f087c604416ec9766cc62dca5b6fb4f95d0fb0.tar.bz2
gentoo-2-24f087c604416ec9766cc62dca5b6fb4f95d0fb0.zip
Fixed typo in bgpd init script.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/quagga/ChangeLog5
-rw-r--r--net-misc/quagga/files/init/bgpd4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/quagga/ChangeLog b/net-misc/quagga/ChangeLog
index 91204bcada9b..60689a81e8ea 100644
--- a/net-misc/quagga/ChangeLog
+++ b/net-misc/quagga/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/quagga
# Copyright 2003-2004 DataCore GmbH; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.4 2004/04/27 21:46:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.5 2004/06/13 15:54:32 weeve Exp $
+
+ 13 Jun 2004; Jason Wever <weeve@gentoo.org> files/init/bgpd:
+ Fixed typo in bgpd init script.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quagga-0.96.4-r6.ebuild:
Add inherit eutils
diff --git a/net-misc/quagga/files/init/bgpd b/net-misc/quagga/files/init/bgpd
index a684202a640a..8daac1d9b9f2 100644
--- a/net-misc/quagga/files/init/bgpd
+++ b/net-misc/quagga/files/init/bgpd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 DataCore GmbH, Amir Guindehi
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/files/init/bgpd,v 1.1 2004/03/29 12:29:03 amir Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/files/init/bgpd,v 1.2 2004/06/13 15:54:32 weeve Exp $
depend() {
need net zebra
@@ -19,7 +19,7 @@ start() {
ebegin "Starting bgpd"
start-stop-daemon --start --quiet --exec /usr/sbin/bgpd \
-- -d -f /etc/quagga/bgpd.conf \
- --pid_file /var/run/quagga/ospfd.pid
+ --pid_file /var/run/quagga/bgpd.pid
result=$?
eend $result
}