From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/busybox/busybox/inetd             | 33 ----------------------
 .../recipes-core/busybox/busybox/inetd.conf        | 20 -------------
 .../recipes-core/busybox/busybox_%.bbappend        |  7 +----
 3 files changed, 1 insertion(+), 59 deletions(-)
 delete mode 100755 meta-arago-distro/recipes-core/busybox/busybox/inetd
 delete mode 100644 meta-arago-distro/recipes-core/busybox/busybox/inetd.conf

diff --git a/meta-arago-distro/recipes-core/busybox/busybox/inetd 
b/meta-arago-distro/recipes-core/busybox/busybox/inetd
deleted file mode 100755
index cf50bcd..0000000
--- a/meta-arago-distro/recipes-core/busybox/busybox/inetd
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-#
-# start/stop inetd super server.
-
-if ! [ -x /usr/sbin/inetd ]; then
-       exit 0
-fi
-
-case "$1" in
-    start)
-       echo -n "Starting internet superserver:"
-       echo -n " inetd" ; start-stop-daemon -S -x /usr/sbin/inetd > /dev/null
-       echo "."
-       ;;
-    stop)
-       echo -n "Stopping internet superserver:"
-       echo -n " inetd" ; start-stop-daemon -K -x /usr/sbin/inetd > /dev/null
-       echo "."
-       ;;
-    restart)
-       echo -n "Restarting internet superserver:"
-       echo -n " inetd "
-       killall -HUP inetd
-       echo "."
-       ;;
-    *)
-       echo "Usage: /etc/init.d/inetd {start|stop|restart}"
-       exit 1
-       ;;
-esac
-
-exit 0
-
diff --git a/meta-arago-distro/recipes-core/busybox/busybox/inetd.conf 
b/meta-arago-distro/recipes-core/busybox/busybox/inetd.conf
deleted file mode 100644
index b02fe85..0000000
--- a/meta-arago-distro/recipes-core/busybox/busybox/inetd.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-# /etc/inetd.conf:  see inetd(8) for further informations.
-#
-# Internet server configuration database
-#
-# If you want to disable an entry so it isn't touched during
-# package updates just comment it out with a single '#' character.
-#
-# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
-#
-#:INTERNAL: Internal services
-#echo          stream  tcp     nowait  root    internal
-#echo          dgram   udp     wait    root    internal
-#chargen       stream  tcp     nowait  root    internal
-#chargen       dgram   udp     wait    root    internal
-#discard               stream  tcp     nowait  root    internal
-#discard               dgram   udp     wait    root    internal
-#daytime               stream  tcp     nowait  root    internal
-#daytime       dgram   udp     wait    root    internal
-#time          stream  tcp     nowait  root    internal
-#time          dgram   udp     wait    root    internal
diff --git a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend 
b/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend
index d85bfc5..e70f579 100644
--- a/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-arago-distro/recipes-core/busybox/busybox_%.bbappend
@@ -1,9 +1,4 @@
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PR_append = "-arago19"
-
-SRC_URI += " \
-       file://inetd \
-       file://inetd.conf \
-"
+PR_append = "-arago20"
-- 
2.2.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to