Hi,
Found the package.
Would I be correct in saying in the system.init file in the sysvinit
package needs changing from
main_begin
title "Mounting /proc, /sys, /dev/shm and /dev/pts."
[ -d /proc/self ] || mount -n /proc
[ -d /sys/class ] || mount -n /sys
block_begin(start, `Mounting /dev/shm and /dev/pts.')
mkdir -p /dev/shm
check(`mount -n /dev/shm')
mkdir -p /dev/pts
mount -n /dev/pts 2> /dev/null
dnl
to
main_begin
block_begin(start, `Mounting /proc, /sys, /dev/shm and /dev/pts.')
[ -d /proc/self ] || mount -n /proc
[ -d /sys/class ] || mount -n /sys
mkdir -p /dev/shm
check(`mount -n /dev/shm')
mkdir -p /dev/pts
mount -n /dev/pts 2> /dev/null
dnl
As the generated script looks like this which causes an error.
case "$1" in
title "Mounting /proc, /sys, /dev/shm and /dev/pts."
[ -d /proc/self ] || mount -n /proc
[ -d /sys/class ] || mount -n /sys
start)
title "Mounting /dev/shm and /dev/pts."
mkdir -p /dev/shm
mount -n /dev/shm || error=$?
mkdir -p /dev/pts
mount -n /dev/pts 2> /dev/null
Regards
Adam
From: Adam Stirk [mailto:[EMAIL PROTECTED]
Sent: 23 July 2008 09:34
To: T2 developers mailing list
Subject: [t2] rc.d scripts
Hi,
Could someone tell me what package has the rc.d/rc3.d/S01system script
in it.
Thanks
Adam
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2