Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455668

Summary: net-firewall/fwanalog: awk dependency
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Current packagesAssignee: Christoph Junghans (RETIRED) <junghans>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 418473    

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.