aboutsummaryrefslogtreecommitdiffstats
path: root/sysvinit
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-14 20:05:12 +0000
committerChris Larson <clarson@kergoth.com>2003-10-14 20:05:12 +0000
commit1d53017dcc04b1619c228059c1cc8094721f4edd (patch)
tree4586616614ff6e5ced3961efd64823b5f321ca79 /sysvinit
parentd5c08baedc06114af1fb4097564497e2fc6e4460 (diff)
downloadopenembedded-1d53017dcc04b1619c228059c1cc8094721f4edd.tar.gz
Rename a ton of files to deal with the seperator change.
BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg
Diffstat (limited to 'sysvinit')
-rw-r--r--sysvinit/sysvinit-2.85.oe46
-rw-r--r--sysvinit/sysvinit_2.85.oe0
2 files changed, 0 insertions, 46 deletions
diff --git a/sysvinit/sysvinit-2.85.oe b/sysvinit/sysvinit-2.85.oe
deleted file mode 100644
index 06788aaaad..0000000000
--- a/sysvinit/sysvinit-2.85.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-DEPENDS=virtual/libc
-DESCRIPTION = "System-V like init.\
- Init is the first program to run after your system is booted, and\
- continues to run as process number 1 until your system halts. Inits\
- job is to start other programs that are essential to the operation of\
- your system. All processes are descended from init. For more information,\
- see the manual page init(8)."
-
-SRC_URI = ftp://ftp.cistron.nl/pub/people/miquels/${PN}/${P}.tar.gz \
- cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/update-rc.d
-S="${WORKDIR}/${P}/src"
-
-CFLAGS_prepend = "-D_GNU_SOURCE "
-export LCRYPT = "-lcrypt"
-
-do_install () {
- install -d ${D}/${bindir} ${D}/${sbindir} \
- ${D}/sbin ${D}/${sysconfdir}/default \
- ${D}/${sysconfdir}/init.d
-# install -m 755 debian/sysv-rc/sbin/invoke-rc.d \
-# debian/sysv-rc/sbin/update-rc.d ${D}/usr/sbin/
- install -m 755 halt killall5 \
- runlevel shutdown ${D}/sbin/
- install -m 755 init ${D}/sbin/sysvinit
- install -m 755 mesg last ${D}/usr/bin/
- install -m 0755 ${FILESDIR}/need ${D}/sbin/need.sysvinit
- install -m 0755 ${FILESDIR}/provide ${D}/sbin/provide.sysvinit
- ln -sf halt ${D}/sbin/reboot
- ln -sf halt ${D}/sbin/poweroff
- ln -sf init ${D}/sbin/telinit
- ln -sf killall5 ${D}/sbin/pidof
- ln -sf last ${D}/usr/bin/lastb
-# echo "/etc/inittab" > ${D}/CONTROL/conffiles
-# echo "/etc/default/rcS" >> ${D}/CONTROL/conffiles
-# install -m 0755 ${FILESDIR}/prerm ${D}/CONTROL/
-# install -m 0755 ${FILESDIR}/postinst ${D}/CONTROL/
- install -m 0644 ${FILESDIR}/inittab ${D}/etc/inittab
- install -m 0644 ${FILESDIR}/rcS-default ${D}/etc/default/rcS
- install -m 0755 ${FILESDIR}/rc ${D}/etc/init.d
- install -m 0755 ${FILESDIR}/rcS ${D}/etc/init.d
- install -m 0755 ${WORKDIR}/update-rc.d/update-rc.d ${D}/${sbindir}/
-}
-
-PACKAGES = ${PN} sysv-rc
-FILES_${PN} = /sbin ${bindir} ${sysconfdir}
-FILES_sysv-rc = ${sbindir}
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sysvinit/sysvinit_2.85.oe