eiginn / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

use /etc/quagga instead of /usr/local/etc/quagga in the zebra service #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
use /etc/quagga in the zebra service instead of /usr/local/etc/quagga

remove extra logic in quaggaboot.sh that symlinks /etc/quagga/Quagga.conf -> 
/usr/local/etc/quagga/Quagga.conf

this would eliminate the need for the extra "./configure 
--sysconfdir=/usr/local/etc/quagga" flag used to build Quagga

this change would break existing Quagga installs that are configure to look for 
/usr/local/etc/quagga/Quagga.conf

Original issue reported on code.google.com by ahrenh...@gmail.com on 23 Aug 2013 at 5:41