aboutsummaryrefslogtreecommitdiffstats
path: root/ifplugd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-24 01:00:38 +0000
committerChris Larson <clarson@kergoth.com>2004-11-24 01:00:38 +0000
commitb38c6f540cde72d33c16c013c2cc84048d2669aa (patch)
tree376a1c751c5195bb2bcf3527798c576f370899de /ifplugd
parentfc5a7abd2309ea71337e25a0aaf90e5f62b3cbd8 (diff)
downloadopenembedded-b38c6f540cde72d33c16c013c2cc84048d2669aa.tar.gz
Merge openembedded@openembedded.bkbits.net:packages-devel
into odin.sc.ti.com:/home/kergoth/code/packages 2004/11/23 18:59:39-06:00 ti.com!kergoth Merge http://openembedded.bkbits.net/packages into odin.sc.ti.com:/home/kergoth/code/packages 2004/11/23 21:49:05+01:00 (none)!br1 nylon: add ifplugd and mtx-1 kernel 2.4.27 2004/11/23 21:46:51+01:00 (none)!br1 ifplugd 0.25 and libdaemon 0.6 2004/11/23 19:07:21+00:00 cambridgebroadband.com!rjt various stuff 2004/11/23 18:20:48+00:00 cambridgebroadband.com!rjt busybox-udhcpd: refernce start-stop-daemon directly 2004/11/23 17:55:14+00:00 cambridgebroadband.com!rjt netkit-tftpd_0.17.oe: bk cp netkit-tftp_0.17.oe netkit-tftpd_0.17.oe mconfig.patch: bk cp ../netkit-ftp/netkit-ftp-0.17/mconfig.patch netkit-tftp-0.17/mconfig.patch netkit-tftp_0.17.oe: bk cp ../netkit-ftp/netkit-ftp_0.17.oe netkit-tftp_0.17.oe busybox_1.00.oe: reved for new defconfig defconfig: make udhcpd udhcp_0.9.8.oe: bk cp ../dhcpcd/dhcpcd_1.3.22-pl4.oe udhcp_0.9.8.oe netkit-ftp_0.17.oe, udhcp_0.9.8.oe: The mother of all section fixes Remove remnant manual 'virtual/libc' DEPENDS. Switch file:// FILESDIR uris in SRC_URI to the new relative path format. RDEPENDS cleanup netkit-ftp_0.17.oe: Another pass of cleanups.. netkit-ftp_0.17.oe, udhcp_0.9.8.oe: Another cleanup pass. Add a ton of missing package descriptions. udhcp_0.9.8.oe: First pass of .oe file cleanups. netkit-ftp_0.17.oe: Remove unnecessary sets of the S variable, we have a sane default for that now. udhcp_0.9.8.oe, netkit-tftpd_0.17.oe, netkit-tftp_0.17.oe, mconfig.patch: new file netkit-ftp_0.17.oe: Rename: netkit-ftp/netkit-ftp-0.17.oe -> netkit-ftp/netkit-ftp_0.17.oe mconfig.patch: mvdir netkit-ftp-0.17.oe: Rename: netkit/netkit-ftp-0.17.oe -> netkit-ftp/netkit-ftp-0.17.oe Rename: content/netkit-ftp-0.17.oe -> netkit/netkit-ftp-0.17.oe netkit-tftpd_0.17.oe, netkit-tftp_0.17.oe: Remove unnecessary 'set -e' instances, since the default is now set -e. 2004/11/23 16:29:35+01:00 (none)!br1 updated mtx-1 kernel 2.4.27 2004/11/05 12:25:23+00:00 cambridgebroadband.com!rjt Merge openembedded@openembedded.bkbits.net:packages into flotta.cambridgebroadband.com:/development/openembedded/packages 2004/11/04 16:29:41+00:00 cambridgebroadband.com!rjt Merge openembedded@openembedded.bkbits.net:packages into flotta.cambridgebroadband.com:/development/openembedded/packages 2004/11/04 16:18:43+00:00 cambridgebroadband.com!rjt added patches to fix tosa keyboard and tosa touchscreen. Tosa keyboard driver has been reimplemented to be similar to collie. Tosa touchscreen driver was just completely braindead and you couldn't open it and then close it. I reworked quite a bit of it to make it sane 2004/11/01 13:09:01+00:00 cambridgebroadband.com!rjt Merge openembedded@openembedded.bkbits.net:packages into flotta.cambridgebroadband.com:/development/openembedded/packages 2004/11/01 12:21:41+00:00 cambridgebroadband.com!rjt librsvg_2.6.5.oe: removed what cwiis did, cos it broke my system 2004/11/01 11:27:02+00:00 cambridgebroadband.com!rjt added gpe-image-blank-user BKrev: 41a3dd36Z3R0_csTYJCYdSr1MPXe_g
Diffstat (limited to 'ifplugd')
-rw-r--r--ifplugd/ifplugd_0.20.oe17
-rw-r--r--ifplugd/ifplugd_0.25.oe0
2 files changed, 3 insertions, 14 deletions
diff --git a/ifplugd/ifplugd_0.20.oe b/ifplugd/ifplugd_0.20.oe
index bb89659240..18e9a66c94 100644
--- a/ifplugd/ifplugd_0.20.oe
+++ b/ifplugd/ifplugd_0.20.oe
@@ -5,20 +5,9 @@ LICENSE = "GPL"
SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz"
-inherit autotools
+inherit autotools update-rc.d
EXTRA_OECONF = "--disable-lynx"
-pkg_postinst () {
- if test -n "${D}"; then
- D="-r $D"
- fi
- update-rc.d $D ifplugd defaults
-}
-
-pkg_prerm () {
- if test -n "${D}"; then
- D="-r $D"
- fi
- update-rc.d $D ifplugd remove
-}
+INITSCRIPT_NAME = "ifplugd"
+INITSCRIPT_PARAMS = "defaults" \ No newline at end of file
diff --git a/ifplugd/ifplugd_0.25.oe b/ifplugd/ifplugd_0.25.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ifplugd/ifplugd_0.25.oe