I just installed this from the Feb 19 ISO image, and noticed what I
think is a small oversight. Unlike SGI Linux 1.1, the login message
contains the generic RedHat 6.1 message. Here is a patch that solves
this problem.
Regards,
Ken
*** rc.local.orig Sat Feb 26 22:19:10 2000
--- rc.local Sat Feb 26 22:20:20 2000
***************
*** 4,11 ****
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
! if [ -f /etc/redhat-release ]; then
! R=$(cat /etc/redhat-release)
arch=$(uname -m)
a="a"
--- 4,11 ----
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
! if [ -f /etc/sgi-release ]; then
! R=$(cat /etc/sgi-release)
arch=$(uname -m)
a="a"
--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26 Orchard Park, NY 14127
--PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp
|