summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-18 18:22:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-18 18:22:11 +0000
commitbe927fab17a0dd2633f78c31e451f17de23973c6 (patch)
tree59fe8bb1dbbaaea91954157c2e54722c06648f3b /sys-apps
parent*** empty log message *** (diff)
downloadhistorical-be927fab17a0dd2633f78c31e451f17de23973c6.tar.gz
historical-be927fab17a0dd2633f78c31e451f17de23973c6.tar.bz2
historical-be927fab17a0dd2633f78c31e451f17de23973c6.zip
*** empty log message ***
Diffstat (limited to 'sys-apps')
-rwxr-xr-xsys-apps/baselayout/files/rc.d/init.d/initscripts-install2
-rw-r--r--sys-apps/devfsd/devfsd-1.3.10.ebuild8
-rwxr-xr-xsys-apps/devfsd/files/devfsd20
-rw-r--r--sys-apps/shadow/files/digest-shadow-200010161
4 files changed, 29 insertions, 2 deletions
diff --git a/sys-apps/baselayout/files/rc.d/init.d/initscripts-install b/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
index 8e80c88ad753..af7d54576d5b 100755
--- a/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
+++ b/sys-apps/baselayout/files/rc.d/init.d/initscripts-install
@@ -8,7 +8,7 @@ ${ROOT}/usr/sbin/rc-update autogen halt force
for i in bootmisc checkfs checkroot clock hostname \
inet isapnp keymaps local modules mountall \
pretty rmnologin sendsigs serial single \
- umountfs urandom \
+ umountfs urandom devfsd \
svc-dcron svc-xinetd svc-klog svc-syslog
do
${ROOT}/usr/sbin/rc-update add $i
diff --git a/sys-apps/devfsd/devfsd-1.3.10.ebuild b/sys-apps/devfsd/devfsd-1.3.10.ebuild
index c745ff140a57..c7748e06d46b 100644
--- a/sys-apps/devfsd/devfsd-1.3.10.ebuild
+++ b/sys-apps/devfsd/devfsd-1.3.10.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.1 2000/12/26 12:48:24 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Daemon for the Lunx Device Filesystem"
@@ -28,5 +28,11 @@ src_install () {
doman devfsd.8
insinto /etc
doins devfsd.conf modules.devfs
+ exeinto /etc/rc.d/init.d
+ doexe ${FILESDIR}/devfsd
+
+}
+pkg_postinst () {
+ rc-update add devfsd
}
diff --git a/sys-apps/devfsd/files/devfsd b/sys-apps/devfsd/files/devfsd
new file mode 100755
index 000000000000..72cae3383ab7
--- /dev/null
+++ b/sys-apps/devfsd/files/devfsd
@@ -0,0 +1,20 @@
+#!/bin/sh
+#RCUPDATE:boot:04:This line is required for script management
+
+
+. /etc/rc.d/config/basic
+. /etc/rc.d/config/functions
+
+# Test if we use devfs and start devfsd
+/sbin/devfsd /dev
+
+if [ -a /dev/.devfsd ]
+then
+ if [ -d /etc/devfs ]
+ then
+ ebegin "Restoring devices..."
+ /bin/cp -a /etc/devfs/* /dev
+ eend 0
+ fi
+fi
+
diff --git a/sys-apps/shadow/files/digest-shadow-20001016 b/sys-apps/shadow/files/digest-shadow-20001016
new file mode 100644
index 000000000000..fd82258cf572
--- /dev/null
+++ b/sys-apps/shadow/files/digest-shadow-20001016
@@ -0,0 +1 @@
+MD5 588d1de9d58c35cd00fa782688e1f26d shadow-20001016.tar.gz