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:
Text File  |  1994-06-08  |  165 b   |  9 lines

  1. #! /bin/sh
  2. # Put any local setup commands in here
  3.  
  4. if [ -x /bin/uname ]; then
  5.     echo "Folgende Kernelversion wurde ermittelt:" > /etc/motd
  6.     uname -a >> /etc/motd
  7. fi
  8.  
  9.