Convert quagga to new packaging style
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 May 2005 21:55:48 +0000 (21:55 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 May 2005 21:55:48 +0000 (21:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@980 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/quagga/control/quagga.control [deleted file]
package/quagga/ipkg/quagga-bgpd.control [moved from package/quagga/control/quagga-bgpd.control with 59% similarity]
package/quagga/ipkg/quagga-ospf6d.control [new file with mode: 0644]
package/quagga/ipkg/quagga-ospfd.control [moved from package/quagga/control/quagga-ospfd.control with 64% similarity]
package/quagga/ipkg/quagga-ripd.control [moved from package/quagga/control/quagga-ripd.control with 65% similarity]
package/quagga/ipkg/quagga-ripngd.control [new file with mode: 0644]
package/quagga/ipkg/quagga-zebra.control [moved from package/quagga/control/quagga-zebra.control with 65% similarity]
package/quagga/ipkg/quagga.control [new file with mode: 0644]
package/quagga/ipkg/quagga.postinst [moved from package/quagga/ipkg/CONTROL/postinst with 100% similarity, mode: 0644]

diff --git a/package/quagga/control/quagga.control b/package/quagga/control/quagga.control
deleted file mode 100644 (file)
index 9045427..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: quagga-all
-Priority: optional
-Section: net
-Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
-Source: buildroot internal
-Description: routing software package that provides TCP/IP based routing services with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+ 
similarity index 59%
rename from package/quagga/control/quagga-bgpd.control
rename to package/quagga/ipkg/quagga-bgpd.control
index 1b1e80fa25283b742487925184f354a5e50617b8..0c2c401c00cfce9101bbf1406c324d8263fb9e48 100644 (file)
@@ -3,4 +3,5 @@ Priority: optional
 Section: net
 Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
 Source: buildroot internal
-Description: bgpd daemon
+Description: A BGPv4, BGPv4\+, BGPv4\- routing engine for use
+ with Quagga routing software
diff --git a/package/quagga/ipkg/quagga-ospf6d.control b/package/quagga/ipkg/quagga-ospf6d.control
new file mode 100644 (file)
index 0000000..07ecbe3
--- /dev/null
@@ -0,0 +1,7 @@
+Package: quagga-ospfd
+Priority: optional
+Section: net
+Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
+Source: buildroot internal
+Description: An OSPFv3 routing engine for use
+ with Quagga routing software
similarity index 64%
rename from package/quagga/control/quagga-ospfd.control
rename to package/quagga/ipkg/quagga-ospfd.control
index 9ebb2bbba10d7fee509803f44ee9ec5b7cbd5311..eeab13acb859697532ae36a21bd8249d2f9a6645 100644 (file)
@@ -3,4 +3,5 @@ Priority: optional
 Section: net
 Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
 Source: buildroot internal
-Description: ospf daemon
+Description: An OSPFv2 routing engine for use
+ with Quagga routing software
similarity index 65%
rename from package/quagga/control/quagga-ripd.control
rename to package/quagga/ipkg/quagga-ripd.control
index eb426081e1e1d7a806e41b0c16480239b04f3ae8..b9362d907a579d3b7da99d183a765b90b5c7a878 100644 (file)
@@ -3,4 +3,5 @@ Priority: optional
 Section: net
 Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
 Source: buildroot internal
-Description: rip daemon
+Description: A RIP routing engine for use
+ with Quagga routing software
diff --git a/package/quagga/ipkg/quagga-ripngd.control b/package/quagga/ipkg/quagga-ripngd.control
new file mode 100644 (file)
index 0000000..aed95e4
--- /dev/null
@@ -0,0 +1,7 @@
+Package: quagga-ripd
+Priority: optional
+Section: net
+Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
+Source: buildroot internal
+Description: A RIPNG routing engine for use
+ with Quagga routing software
similarity index 65%
rename from package/quagga/control/quagga-zebra.control
rename to package/quagga/ipkg/quagga-zebra.control
index c948f2f85588d018ad154e5ee2000f8e6d09d43c..b42fc56093869c9cd183f74715aaff4c82a5ec4a 100644 (file)
@@ -3,4 +3,5 @@ Priority: optional
 Section: net
 Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
 Source: buildroot internal
-Description: zebra daemon
+Description: A routing manager for use
+ with associated Quagga components
diff --git a/package/quagga/ipkg/quagga.control b/package/quagga/ipkg/quagga.control
new file mode 100644 (file)
index 0000000..df98871
--- /dev/null
@@ -0,0 +1,8 @@
+Package: quagga
+Priority: optional
+Section: net
+Maintainer: Johannes 5 Joemann <joemann@beefree.free.de>
+Source: buildroot internal
+Description: A routing software package that provides TCP/IP
+ based routing services with routing protocols support such
+ as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+.
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from package/quagga/ipkg/CONTROL/postinst
rename to package/quagga/ipkg/quagga.postinst