diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /netkit-base | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'netkit-base')
-rw-r--r-- | netkit-base/netkit-base-0.17/configure.patch | 12 | ||||
-rw-r--r-- | netkit-base/netkit-base-0.17/inetd.conf | 0 | ||||
-rw-r--r-- | netkit-base/netkit-base-0.17/init | 33 | ||||
-rw-r--r-- | netkit-base/netkit-base-0.17/mconfig.patch | 20 | ||||
-rw-r--r-- | netkit-base/netkit-base_0.17.bb | 0 |
5 files changed, 0 insertions, 65 deletions
diff --git a/netkit-base/netkit-base-0.17/configure.patch b/netkit-base/netkit-base-0.17/configure.patch deleted file mode 100644 index 8bddc21151..0000000000 --- a/netkit-base/netkit-base-0.17/configure.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNd netkit-base-0.17/configure netkit-base-0.17-new/configure ---- netkit-base-0.17/configure 2000-07-29 13:00:28.000000000 -0500 -+++ netkit-base-0.17-new/configure 2002-10-02 14:06:12.000000000 -0500 -@@ -13,7 +13,7 @@ - MANMODE='644' - SUIDMODE='4755' - --while [ x$1 != x ]; do case $1 in -+while [ x"$1" != x ]; do case $1 in - - --help) - cat <<EOF diff --git a/netkit-base/netkit-base-0.17/inetd.conf b/netkit-base/netkit-base-0.17/inetd.conf deleted file mode 100644 index e69de29bb2..0000000000 --- a/netkit-base/netkit-base-0.17/inetd.conf +++ /dev/null diff --git a/netkit-base/netkit-base-0.17/init b/netkit-base/netkit-base-0.17/init deleted file mode 100644 index cf50bcd546..0000000000 --- a/netkit-base/netkit-base-0.17/init +++ /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/netkit-base/netkit-base-0.17/mconfig.patch b/netkit-base/netkit-base-0.17/mconfig.patch deleted file mode 100644 index 26f2f2b6b6..0000000000 --- a/netkit-base/netkit-base-0.17/mconfig.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -urNd netkit-base-0.17/MCONFIG netkit-base-0.17-new/MCONFIG ---- netkit-base-0.17/MCONFIG 1969-12-31 18:00:00.000000000 -0600 -+++ netkit-base-0.17-new/MCONFIG 2002-10-12 13:33:16.000000000 -0500 -@@ -0,0 +1,16 @@ -+BINDIR=/usr/bin -+SBINDIR=/usr/sbin -+MANDIR=/usr/man -+ROOTBINDIR=/bin -+BINMODE=755 -+DAEMONMODE=755 -+MANMODE=644 -+SUIDMODE=4755 -+PREFIX=/usr -+EXECPREFIX=/usr -+ROOTPREFIX= -+INSTALLROOT= -+CC=arm-linux-gcc -+CFLAGS=-I/usr/src/coding/projects/userspace/buildroot/output/staging/usr/include -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -+LDFLAGS= -+LIBS= diff --git a/netkit-base/netkit-base_0.17.bb b/netkit-base/netkit-base_0.17.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/netkit-base/netkit-base_0.17.bb +++ /dev/null |