BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: {bb} BB fix/patch for bin utils?
- To: <bb@bb4.com>
- Subject: RE: {bb} BB fix/patch for bin utils?
- From: "Kimberly McKinnis" <kmckinnis@macrovision.com>
- Date: Mon, 6 Dec 2004 15:03:11 -0800
- Content-class: urn:content-classes:message
- Content-transfer-encoding: 8bit
- Content-type: text/plain; charset="us-ascii"
- Reply-to: bb@bb4.com
- Sender: owner-bb@bb4.com
- Thread-index: AcTb5p2BqDTJMBJeQtyVvfD8jDbA8gAAE2rg
- Thread-topic: {bb} BB fix/patch for bin utils?
You must have missed my original posts... I used
find . -name "*.sh" -exec egrep -ibH "tail -[^n]" {} \;
and
find . -name "*.sh" -exec egrep -ibH "head -[^n]" {} \;
To show where it's being used. Unless I'm misunderstanding what you're
saying. I have already manually changed it on several hundred
machines...
And I'm running Gentoo Linux. The bbconfig generally doesn't like gentoo
as an input and just uses Linux.
*sigh*
-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Galen
Johnson
Sent: Monday, December 06, 2004 2:42 PM
To: bb@bb4.com
Subject: Re: {bb} BB fix/patch for bin utils?
Kimberly McKinnis wrote:
>Resetting them to what?
>
>My bbsys.local doesn't even mention /usr/bin/head or /usr/bin/tail. It
>is defined in etc/bbsys.sh... But I wouldn't know what to change the
>path to. It's got TAIL="/usr/bin/tail" but I can't add -n after because
>it would then call -n -1 and it needs to be -n1, etc.
>
>
>-----Original Message-----
>From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Galen
>Johnson
>Sent: Monday, December 06, 2004 12:29 PM
>To: bb@bb4.com
>Subject: Re: {bb} BB fix/patch for bin utils?
>
>Kimberly McKinnis wrote:
>
>
>
>>Regarding my last messages with the spammage of my logs because bb
>>uses
>>
>>
>
>
>
>>deprecated parameters for /usr/bin/head and /usr/bin/tail... Any
>>chance
>>
>>
>
>
>
>>of a fix or patch soon? I'd hate to have to fix this everytime I
>>install a new client. Thanks.
>>
>>~~
>>Kimberly McKinnis
>>Network Engineer, ETG
>>Macrovision Corporation
>>
>>--
>>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
>>To unsubscribe from this list, or to subscribe to the bb-digest list
>>send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
>>subscribe bb-digest in the BODY of the message.
>>
>>
>>
>>
>Have you tried resetting them within bbsys.local? I think that file is
>read last and therefore overrides what the installer thinks is right.
>
>
>
>=G=
>
>
Do this in your bbc and bbd folders:
grep -rl 'HEAD -' *
this will give you the name of every file that utilizes "$HEAD -"
(remove the 'l' option if you want to see the actual context)...you'll
notice that the args are given within the ext script or page generation
script explicitly...the only way to fix this is to do it manually to my
knowledge. I'd make a copy of the original first so that I could create
a patch to apply whenever I upgraded.
that being said, I don't know what OS you are utilizing but I thought
the makefile would ensure the correctness...I am using it under several
different OSes and they all look to have the correct arguments set
up...(ie, under rhel 2.1, I see '-1', under solaris I see '-n 1', etc).
=G=
*
*
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index