home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1994 February
/
CHIP0294.ISO
/
digital
/
test
/
linux
/
bootdisk
/
rootdisk.18
/
etc
/
rc.d
/
rc.local
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-08
|
165 b
|
9 lines
#! /bin/sh
# Put any local setup commands in here
if [ -x /bin/uname ]; then
echo "Folgende Kernelversion wurde ermittelt:" > /etc/motd
uname -a >> /etc/motd
fi