Daniele Medri wrote:
>
> ----- Original Message -----
> From: "Ken Murchison" <ken@xxxxxxxxxx>
> To: <sgilinux11@xxxxxxxxxxx>
> Sent: Monday, February 28, 2000 3:33 PM
> Subject: SGI ProPak 1.2
>
> > 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.
>
> Hi ken...
> may you do a diff -urN patch of these changes?
> Thank
--- rc.local.orig Sat Feb 26 22:19:10 2000
+++ rc.local Sat Feb 26 22:20:20 2000
@@ -4,8 +4,8 @@
# 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)
+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
|