]> git.puffer.fish Git - mirror/frr.git/commit
tools: Use the now included start-stop-daemon
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 13 Jun 2016 23:08:43 +0000 (19:08 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 15 Jun 2016 11:36:41 +0000 (07:36 -0400)
commit29366ffbe13cf2356baaff0bd981d55408dcc619
treee4e46c568faf008ecf04ccc1b38e52c5bf71a71b
parent4481b5b894f8bcb4d6da51742e8e69ca13b1ca3d
tools: Use the now included start-stop-daemon

Redhat does not have a way to run the start-stop-daemon.
This code is widely available on the internet and
very small.  Use the compiled start-stop-daemon(ssd)
if it is included with the system.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tools/quagga