Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22396 - head complains about /etc/init.d/pcmcia (-n1 vs -1, latter deprecated)
Summary: head complains about /etc/init.d/pcmcia (-n1 vs -1, latter deprecated)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-07 08:18 UTC by Tony Vroon (RETIRED)
Modified: 2003-06-08 08:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch fixing head's complaint message (pcmcia.diff,753 bytes, patch)
2003-06-07 08:19 UTC, Tony Vroon (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Vroon (RETIRED) gentoo-dev 2003-06-07 08:18:32 UTC
The /etc/init.d/pcmcia script uses head -1, which causes a complaint message to
be printed, which looks like this:
head: `-1' option is obsolete; use `-n1'

The included patchfile changes the syntax and makes that complaint message
disappear.
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2003-06-07 08:19:13 UTC
Created attachment 12911 [details, diff]
Patch fixing head's complaint message
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2003-06-08 08:39:34 UTC
Done. thanks.