Changeset 5f5ce09


Ignore:
Timestamp:
Feb 7, 2014 3:57:20 PM (10 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
b3125fa1
Parents:
b06744b
Message:

Quagga needs the pidfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/desktop_access.py

    rb06744b r5f5ce09  
    398398                    my_addr
    399399            # self.set_route('10.0.0.0/8', f, exp_peer)
    400             print >>f, '/usr/local/sbin/zebra -d -i -f %s' % zebra_conf
    401             print >>f, '/usr/local/sbin/ospfd -d -i -f %s' % ospfd_conf
     400            print >>f, '/usr/local/sbin/zebra -d -i /var/run/zebra.pid -f %s' % zebra_conf
     401            print >>f, '/usr/local/sbin/ospfd -d -i /var/run/ospfd.pid -f %s' % ospfd_conf
    402402            f.close()
    403403            os.chmod(cscript, 0755)
Note: See TracChangeset for help on using the changeset viewer.