Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455668 - net-firewall/fwanalog: awk dependency
Summary: net-firewall/fwanalog: awk dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 418473
  Show dependency tree
 
Reported: 2013-02-05 18:40 UTC by Christoph Junghans (RETIRED)
Modified: 2013-02-09 22:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2013-02-05 18:40:05 UTC
Can you please have a look if virtual/awk is sufficient or if gawk is needed.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-02-09 22:22:44 UTC
awk is only used in /etc/fwanalog/fwanalog.sh, but 
lastyear=`echo $curryear | awk '{ print($1 - 1) }'`
can be done by any awk interpreter.