> -----Original Message----- > From: Lucas Albers [mailto:admin@;cs.montana.edu] > Sent: Monday, October 28, 2002 3:39 PM > To: [EMAIL PROTECTED] > Subject: Error on upgrade from 7.3 to 8.0 error: > "/etc/X11/prefdm: line > 1: GNOME: command not found" > > > After upgrading a system from 7.3 to 8.0 I get the following > error when > I do a ctrl-alt-F1 login > "/etc/X11/prefdm: line 1: GNOME: command not found" > > The first line of this file is $!/bin/sh which is a softlink to bash. > In Redhat 7.3 this is also a softlink from /bin/sh to bash
I always use #!/bin/sh, which works for me, not $!/bin/sh and am not sure what that does. JMF