Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101978 - error in /etc/init.d/iptables script installed with iptables-1.3.2.ebuild
Summary: error in /etc/init.d/iptables script installed with iptables-1.3.2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 06:10 UTC by Jetchko Jekov
Modified: 2005-08-10 16:10 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 Jetchko Jekov 2005-08-10 06:10:21 UTC
there is a typo in /etc/init.d/iptables part of iptables-1.3.2 package 
 
line 82 in function reload() 
 
for a in $(<${iptabes_proc}) ; do 
should be 
for a in $(<${iptables_proc}) ; do 
 
  
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-08-10 16:10:47 UTC
thank, fixed in cvs