Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=42091) [edit] Patch for Dlint This patch fixes the bug
Head is part of the coreutils package
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.