Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=46b10e67e25a7f1e02d36b6859d96df7ec238809
commit 46b10e67e25a7f1e02d36b6859d96df7ec238809 Author: Krisztian VASAS <[EMAIL PROTECTED]> Date: Sat Apr 12 08:56:44 2008 +0200 quagga-0.98.6-2-i686 - added readme diff --git a/source/network-extra/quagga/FrugalBuild b/source/network-extra/quagga/FrugalBuild index 6b4704b..6e7f9e2 100644 --- a/source/network-extra/quagga/FrugalBuild +++ b/source/network-extra/quagga/FrugalBuild @@ -3,7 +3,7 @@ pkgname=quagga pkgver=0.98.6 -pkgrel=1 +pkgrel=2 pkgdesc="A GPL licensed IPv4/IPv6 routing software" url="http://www.quagga.net/" depends=('net-snmp') @@ -13,10 +13,11 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url | grep Latest | sed -ne 's/.*stable: \[..\]\(.*\)\ unstable.*/\1/; p'" source=($url/download/$pkgname-$pkgver.tar.gz \ - rc.quagga quagga.sysconfig) + rc.quagga quagga.sysconfig README.Frugalware) sha1sums=('2234d1235f504e9dc5865cc8d5fd4e250bf43ed5' \ 'ff981794fd800f1f7a98a12efefa53ff37e638a5' \ - 'c8ba5b2a5afb46802ee1d83ccfe6b7a05898ce45') + 'c8ba5b2a5afb46802ee1d83ccfe6b7a05898ce45' \ + '97a085f4011bef0cd622fe4173ae440552bf3c14') build() { @@ -27,6 +28,7 @@ build() Fmkdir /var/run/quagga Fmkdir /etc/quagga Fmkdir /var/log/quagga + Fdoc README.Frugalware } # optimization OK diff --git a/source/network-extra/quagga/README.Frugalware b/source/network-extra/quagga/README.Frugalware new file mode 100644 index 0000000..6523504 --- /dev/null +++ b/source/network-extra/quagga/README.Frugalware @@ -0,0 +1,17 @@ +The config files have to be in the /etc/quagga dir and have to be writeable +by the 'quagga' user (to be able to save config from the daemon's shell). + +Neither of the daemons will start till you edit the config files and +rename/move them from *.conf.sample to *.conf (be careful to the uid/gid). + +You have to enable explicitly the routing daemons to get started from the +init script. The config file is '/etc/sysconfig/quagga' + +If you have a working firewall, the OSPF daemon will not get working, you +have to enable it in the firewall with this rule (maybe other routing +daemons also have to be enabled, if you use it, but i could not find +anything about that): + +'iptables -A INPUT -p 89 -m state --state NEW -j ACCEPT' + + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
