James Vahn wrote:
> >if [ `tty` = "/dev/tty1" ]; then
>
> A typo -- a single = is used to assign values, not compare them.
> The script should use ==, thusly:
>
> if [ `tty` == "/dev/tty1" ]; then
No, you had it right the first time. In the shell test statement a
single = is use
>if [ `tty` = "/dev/tty1" ]; then
A typo -- a single = is used to assign values, not compare them.
The script should use ==, thusly:
if [ `tty` == "/dev/tty1" ]; then
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT
James Vahn writes:
> Debian doesn't use runlevels in that manner.
Debian doesn't default to using runlevels in that manner, but you are free
to configure them any way you wish.
--
John Hasler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAI
Khanh Cao Van wrote:
> I' tried change the run level in /etc/inittab to 5 but my PC did not
> boot in X at boot time . Ofcause I've install all gnome and x windows
> and could startx by hand . How should I do ?
Debian doesn't use runlevels in that manner. I removed gdm/kdm/xdm and
have these lines
On Sunday 03 July 2005 22:07, Khanh Cao Van <[EMAIL PROTECTED]>
(<[EMAIL PROTECTED]>) wrote:
> I' tried change the run level in /etc/inittab to 5 but my PC did not
> boot in X at boot time . Ofcause I've install all gnome and x windows
> and could startx by hand .
Did you install 'gdm'? (Or 'kd
Khanh Cao Van wrote:
>I' tried change the run level in /etc/inittab to 5 but my PC did not
>boot in X at boot time . Ofcause I've install all gnome and x windows
>and could startx by hand .
>
>How should I do ?
>
>
"aptitude install gdm"
(or "apt-get install gdm", or install gdm by whatever mea
6 matches
Mail list logo