From 4481b5b894f8bcb4d6da51742e8e69ca13b1ca3d Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 13 Jun 2016 19:07:49 -0400 Subject: [PATCH] debian: Modifications to allow redhat to work properly Modify the control files to allow redhat to build properly. Signed-off-by: Donald Sharp --- debian/quagga.install | 2 +- {debian => tools}/quagga.service | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {debian => tools}/quagga.service (100%) diff --git a/debian/quagga.install b/debian/quagga.install index ec1f0b275f..6a70be9925 100644 --- a/debian/quagga.install +++ b/debian/quagga.install @@ -18,5 +18,5 @@ usr/share/man/man8/isisd.8 usr/share/man/man8/watchquagga.8 usr/share/snmp/mibs/ cumulus/etc/* etc/ -debian/*.service lib/systemd/system +tools/*.service lib/systemd/system debian/quagga.conf usr/lib/tmpfiles.d diff --git a/debian/quagga.service b/tools/quagga.service similarity index 100% rename from debian/quagga.service rename to tools/quagga.service -- 2.39.5