netbase version bump from 4.14 to 4.15.
authorChris Larson <clarson@kergoth.com>
Wed, 14 Jan 2004 02:42:13 +0000 (02:42 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 14 Jan 2004 02:42:13 +0000 (02:42 +0000)
BKrev: 4004ac85yKs18aIluIGjJrrQQYnu7g

netbase/netbase-4.15/busybox.patch [moved from netbase/netbase-4.14/busybox.patch with 100% similarity]
netbase/netbase-4.15/init [moved from netbase/netbase-4.14/init with 100% similarity]
netbase/netbase_4.14.oe [deleted file]
netbase/netbase_4.15.oe [new file with mode: 0644]

diff --git a/netbase/netbase_4.14.oe b/netbase/netbase_4.14.oe
deleted file mode 100644 (file)
index 767310b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-PR=r1
-
-SRC_URI = ${DEBIAN_MIRROR}/main/n/${PN}/${PN}_${PV}.tar.gz
-
-do_install () {
-       install -d ${D}/etc/init.d ${D}/${sbindir} ${D}/${mandir}/man8
-       install -m 0644 ${FILESDIR}/init ${D}/etc/init.d/networking
-       install -m 0644 etc-rpc ${D}/etc/rpc
-       install -m 0644 etc-protocols ${D}/etc/protocols
-       install -m 0644 etc-services ${D}/etc/services
-       install -m 0755 update-inetd ${D}/${sbindir}/
-       install -m 0644 update-inetd.8 ${D}/${mandir}/man8/
-}
-
-pkg_postinst () {
-       if test -n "$D"; then
-               D="-r $D"
-       fi
-       update-rc.d $D networking start 40 S . stop 40 0 6 1 .
-}
-
-pkg_prerm () {
-       if test -n "$D"; then
-               D="-r $D"
-       fi
-       update-rc.d $D networking remove
-}
diff --git a/netbase/netbase_4.15.oe b/netbase/netbase_4.15.oe
new file mode 100644 (file)
index 0000000..e69de29