Re: adsl modems



On Thu, 15 Feb 2007 09:27:47 +0000, john beecham
<jonbee934@xxxxxxxxxxx> wrote:
--===============0554263538==
Content-Type: text/plain; format=flowed

View form a "just started"
UsbAdslModem/SpeedTouch
Page 3 - 'make a bootscript'

1. Mixed up the '1' and the l (L)

2. In the 'do' sequence is 'tab' used for the indent ?

In most circumstances in a shell script, either tab or spaces can be
used.

3. What is 'fi'
'fi' marks the end of an 'if ... ;then ... ;[else...;] fi' command.


Sleep 1

4. Have now lost file S95dial (deleted)

If /etc/init.d/dial exists, you can do
ln -s /etc/init.d/dial /etc/rc2.d/S95dial


--
Why do they call it baby-SITTING when all you do is run after them?


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: adsl modems
    ... john beecham wrote: ... UsbAdslModem/SpeedTouch ... Page 3 - 'make a bootscript' ... Sleep 1 ...
    (Ubuntu)
  • Re: transposing fields with sed or awk
    ... On 2006-12-20, Tarlika Elisabeth Schmitz wrote: ... How do you use a real TAB character in a shell script? ...
    (comp.unix.shell)