trinux  

Script Typos

SInOps
Mon, 03 Jul 2000 11:45:38 -0700

Okay, either I'm the first or the one-millionth person to tell you this so 
I'm sorry for any duplication.

Both errors exist on the boot image
in the script
/init/config
the line ... ["$what" = "2" ]
                ^ lack of a space here
should be changed to
            ... [ "$what" = "2" ]

in the script
/init/netcfg
the line ... [ -f /etc/con/dhcp ]
                               ^ need an "f" here
should be changed to 
           ... [ -f /etc/conf/dhcp ]

Hope this is straight forward.

I am writing this because it seems no one visits the trinux part of 
sourceforge.
------------------------------------------------------------------------------------
www.trinux.org hosted by The Vnode Connector Services
www.vnode.com *** Special Discounts For Trinux Users
*** Email [EMAIL PROTECTED]
------------------------------------------------------------------------------------
  • Script Typos SInOps