First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 67995
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ray Booysen <raybooysen@rjb.za.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dlint-patch.patch Patch for Dlint patch Ray Booysen 2004-10-18 04:29 0000 1.60 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 67995 depends on: Show dependency tree
Bug 67995 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-18 04:23 0000
dlint script uses head and passes depreciated parameters (-5 -1).  These should
be -n 5 -n 1

Reproducible: Always
Steps to Reproduce:
1. run dlint <your domain>
2. 
3.

Actual Results:  
head complains about depreciated parameters

Expected Results:  
dlint should run without warnings

------- Comment #1 From Ray Booysen 2004-10-18 04:29:23 0000 -------
Created an attachment (id=42091) [edit]
Patch for Dlint

This patch fixes the bug

------- Comment #2 From Ray Booysen 2004-10-18 04:56:32 0000 -------
Head is part of the coreutils package

------- Comment #3 From Andrej Kacian (RETIRED) 2004-10-19 07:11:00 0000 -------
Thanks for the patch, but this can be handled by sed magic instead of patch
(one less file to transfer during sync). Also, `tail +<number>` is deprecated
too, I got quite a few errors regarding that when running dlint. Fixed that
using sed too.

Also, I have added sys-apps/coreutils to RDEPEND, as you mentioned.

Thanks for reporting this, 1.4.0-r1 is in CVS now, should be hitting mirrors in
few hours.

First Last Prev Next    No search results available      Search page      Enter new bug