[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
/etc/rc.d/rc.local
- From: Hisaaki Shibata <shibata@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Dec 1999 00:24:40 +0900
柴田(ひ)@福岡です。
#!/bin/sh
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
# 見ての通り、Vineの場合です。ほとんどオリジナルのまま。
if [ -f /etc/vine-release ]; then
R=$(cat /etc/vine-release)
arch=$(uname -m)
a="a"
case "_$arch" in
_a*) a="an";;
_i*) a="an";;
esac
# This will overwrite /etc/issue at every boot. So, make any changes you
# want to make to /etc/issue here or you will lose them when you reboot.
echo "" > /etc/issue
echo "$R" >> /etc/issue
echo "Kernel $(uname -r) on $a $(uname -m)" >> /etc/issue
cp -f /etc/issue /etc/issue.net
echo >> /etc/issue
fi
if [ -x /usr/local/bin/Dp/dpkeyserv ]; then
/usr/local/bin/Dp/dpkeyserv > /dev/null
echo 'Dpkeyserv started'
fi
if [ -x /usr/local/bin/Wnn6/jserver ]; then
/usr/local/bin/Wnn6/jserver > /dev/null
echo 'Jserver started'
fi
#Let's Note AL-N2はYAMAHAのサウンドチップ
/sbin/modprobe snd-card-opl3sa2
/sbin/hdparm -S 50 /dev/hda
/bin/mount -t iso9660 -o loop /home/shibata/DOC-CD/disc1.img /mnt/disc1
/bin/mount -t iso9660 -o loop /home/shibata/DOC-CD/disc2.img /mnt/disc2
WWWWW shibata@xxxxxxxx,shibata@xxxxxxxxxxxxxxxxxxxxx
|O-O| 柴田 尚明@福岡市 まだ「ひげ」はえてます
0(mmm)0 P-mail:070-5419-3233
~ http://his.luky.org/ last update:1999.11.28
Linux users 九州 -> http://www.luky.org/ IRC: #luky