[oe-commits] org.oe.dev ifplugd 0.25 remove nylonisms and bashisms, remove 0.20, closes #1587

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Feb 16 13:07:19 UTC 2008


ifplugd 0.25 remove nylonisms and bashisms, remove 0.20, closes #1587

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 7e284f07b67f815fd4d2b14731ee5f30f262a16f
ViewMTN: http://monotone.openembedded.org/revision/info/7e284f07b67f815fd4d2b14731ee5f30f262a16f
Files:
1
packages/ifplugd/ifplugd_0.20.bb
packages/ifplugd/files/nobash.patch
packages/ifplugd/ifplugd_0.25.bb
Diffs:

#
# mt diff -rfa4b0c913d988874d96657fb66fe7a423e557fe6 -r7e284f07b67f815fd4d2b14731ee5f30f262a16f
#
# 
# 
# delete "packages/ifplugd/ifplugd_0.20.bb"
# 
# add_file "packages/ifplugd/files/nobash.patch"
#  content [96c68c0f0208d9955886b7b6275d86141041277c]
# 
# patch "packages/ifplugd/ifplugd_0.25.bb"
#  from [fd095f97e2dc5e0271b61a7e0169b0103d49e07e]
#    to [a4b8eb7e765893c4bb6621db7cf7f87847a14246]
# 
============================================================
--- packages/ifplugd/files/nobash.patch	96c68c0f0208d9955886b7b6275d86141041277c
+++ packages/ifplugd/files/nobash.patch	96c68c0f0208d9955886b7b6275d86141041277c
@@ -0,0 +1,8 @@
+--- ifplugd-0.28/conf/ifplugd.init.in.orig	2007-05-24 19:00:03.000000000 +0000
++++ ifplugd-0.28/conf/ifplugd.init.in	2007-05-24 19:00:09.000000000 +0000
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ # $Id: ifplugd.init.in 86 2004-01-26 15:34:24Z lennart $
+ 
+ # This file is part of ifplugd.
============================================================
--- packages/ifplugd/ifplugd_0.25.bb	fd095f97e2dc5e0271b61a7e0169b0103d49e07e
+++ packages/ifplugd/ifplugd_0.25.bb	a4b8eb7e765893c4bb6621db7cf7f87847a14246
@@ -1,13 +1,15 @@
-SECTION = "console/network"
-DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled."
+DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device \
+when a cable is plugged in and automatically unconfigure it if the cable is pulled."
 HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/"
+SECTION = "network"
 DEPENDS = "libdaemon"
 LICENSE = "GPL"
+PR = "r1"
 
-SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz"
+SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz \
+ file://kernel-types.patch;patch=1 \
+ file://nobash.patch;patch=1"
 
-SRC_URI_append_nylon = " file://kernel-types.patch;patch=1"
-
 inherit autotools update-rc.d pkgconfig
 
 EXTRA_OECONF = "--disable-lynx"
@@ -15,4 +17,4 @@ INITSCRIPT_PARAMS = "defaults"
 INITSCRIPT_NAME = "ifplugd"
 INITSCRIPT_PARAMS = "defaults"
 
+CONFFILES_${PN} = "${sysconfdir}/ifplugd/ifplugd.conf"
-CONFFILES_${PN}_nylon = "${sysconfdir}/ifplugd/ifplugd.conf"






More information about the Openembedded-commits mailing list