installed and no quagga specific directories).
Bug found by: Atanu Ghosh
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
nexec rm -fr /var/run/quagga
nexec rm -f /usr/local/etc/quagga/Quagga.conf
- nexec ln -s /tmp/@ /var/run/quagga
- nexec ln -s /tmp/@/boot.conf /usr/local/etc/quagga/Quagga.conf
+ catch { nexec ln -s /tmp/@ /var/run/quagga }
+ catch { nexec ln -s /tmp/@/boot.conf /usr/local/etc/quagga/Quagga.conf }
foreach file { bgpd.conf ospfd.conf ripd.conf vtysh.conf zebra.conf } {
- nexec cp /dev/null /usr/local/etc/quagga/$file
+ catch { nexec cp /dev/null /usr/local/etc/quagga/$file }
}
foreach node $nodes {