[25625] in Source-Commits
Re: /svn/athena r25084 -
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Fri May 27 00:51:53 2011
Date: Fri, 27 May 2011 00:51:45 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <DBA92533-A2BE-423A-AF42-369C262574FE@mit.edu>
Message-ID: <alpine.DEB.2.00.1105270051410.24128@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK
--
Geoffrey Thomas
geofft@mit.edu
On Thu, 31 Mar 2011, Jonathan Reed wrote:
> (To clarify, BusyBox's version of ip(8) is much pickier about syntax).
>
> On Mar 31, 2011, at 4:27 PM, Jonathan D Reed wrote:
>
>> Author: jdreed
>> Date: 2011-03-31 16:27:36 -0400 (Thu, 31 Mar 2011)
>> New Revision: 25084
>>
>> Modified:
>> trunk/debathena/scripts/installer/pxe/lucid/debathena/installer.sh
>> Log:
>> Use the correct syntax for the ip command
>>
>> Modified: trunk/debathena/scripts/installer/pxe/lucid/debathena/installer.sh
>> ===================================================================
>> --- trunk/debathena/scripts/installer/pxe/lucid/debathena/installer.sh 2011-03-31 04:33:28 UTC (rev 25083)
>> +++ trunk/debathena/scripts/installer/pxe/lucid/debathena/installer.sh 2011-03-31 20:27:36 UTC (rev 25084)
>> @@ -156,7 +156,7 @@
>> # that nothing else is happening, so "killall wget" should be safe.
>> (sleep 5; killall wget >/dev/null 2>&1) &
>> if wget -s http://$mirrorsite/ubuntu ; then
>> - if ip address show to 18/8 | grep -q . && ! ip address show to 18.2/16 | grep -q . ; then
>> + if ip address show to 18.0.0.0/8 | grep -q . && ! ip address show to 18.2.0.0/16 | grep -q . ; then
>> echo "Your computer seems to be registered on MITnet."
>> else
>> echo "Your computer seems not to be registered on MITnet, but the mirror"
>>
>
>