On Mon, 1 May 2000, Robin Atwood wrote:
> Can someone explain the folowing to me (derived from /etc/rc.sysinit) before
> my brain melts:
that would be /etc/rc.d/rc.sysinit, wouldn't it?
>
> [root@topaz /root]# uname -r
> 2.2.14
> [root@topaz /root]# uname -r | grep "-"
> [root@topaz /root]#
> [root@topaz /root]# if [ -n `uname -r | grep "-"` ]; then echo yes; fi
> yes
from my installation of red hat 6.2, there should be a "!" in front
of that conditional check, thereby negating it. can you confirm
whether there is an exclamation mark there?
rday
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.