From 15aeca05614f7ad386c55d17f32ae8b022376510 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Tue, 16 Mar 2010 23:27:17 +0000 Subject: [PATCH] [packages] quagga{,-unstable}: Install config files with proper permissions git-svn-id: svn+ssh://svn.openwrt.org/openwrt@20249 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7a637ef..752b48e 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ define Package/quagga/install # avoid /etc being set to 0750 $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/zebra.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/zebra.conf $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/quagga $(1)/usr/sbin/quagga.init $(INSTALL_BIN) ./files/quagga.init $(1)/etc/init.d/quagga @@ -186,7 +186,7 @@ define Package/quagga-bgpd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/bgpd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/bgpd.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/bgpd.conf endef define Package/quagga-isisd/install @@ -194,7 +194,7 @@ define Package/quagga-isisd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/isisd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/isisd.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/isisd.conf endef define Package/quagga-ospfd/install @@ -202,7 +202,7 @@ define Package/quagga-ospfd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ospfd.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/ospfd.conf endef define Package/quagga-ospf6d/install @@ -210,7 +210,7 @@ define Package/quagga-ospf6d/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospf6d $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ospf6d.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/ospf6d.conf endef define Package/quagga-ripd/install @@ -218,7 +218,7 @@ define Package/quagga-ripd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ripd.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/ripd.conf endef define Package/quagga-ripngd/install @@ -226,7 +226,7 @@ define Package/quagga-ripngd/install $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripngd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/quagga chmod 0750 $(1)/etc/quagga - $(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ripngd.conf + $(INSTALL_CONF) ./files/quagga.conf $(1)/etc/quagga/ripngd.conf endef define Package/quagga-vtysh/install