SCIENTIFIC-LINUX-USERS Archives

March 2009

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
murrah boswell <[log in to unmask]>
Reply To:
murrah boswell <[log in to unmask]>
Date:
Sun, 1 Mar 2009 11:35:51 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
Hello,

I am new to Scientific Linux, but wanted to point out changes I had to make to 'make.dvdiso.sh' for my version of 'tail.'

At the line:

disc=`tail +4 $idir/.discinfo | head -1`

I had to change it to:

disc=`tail -n +4 $idir/.discinfo | head -1`

and at the line:

tail +5 .discinfo.orig >> .discinfo

I had to change it to:

tail -n +5 .discinfo.orig >> .discinfo


I am sure other people have found this, but I just wanted to point it out just in case.


Regards,
Murrah Boswell

ATOM RSS1 RSS2