home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- #
- # rc.M This file is executed by init(8) when the system is being
- # initialized for one of the "multi user" run levels (i.e.
- # levels 1 through 6). It usually does mounting of file
- # systems et al.
- #
- # Version: @(#)/etc/rc.d/rc.M 2.02 02/26/93
- #
- # Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
- #
-
- # Tell the viewers what's going to happen...
- echo "Starte Multiuser Modus..."
-
- # Set hostname
- /sbin/hostname_notcp `cat /etc/HOSTNAME | cut -f1 -d .`
- /bin/domainname `cat /etc/HOSTNAME | cut -f2- -d .`
-
- # Start the local setup procedure.
- /etc/rc.d/rc.local
-
- # All done.
-