Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362205 - sys-apps/openrc: typo in staticroute
Summary: sys-apps/openrc: typo in staticroute
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 18:55 UTC by Scott Bertilson
Modified: 2011-04-07 12:35 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 Scott Bertilson 2011-04-05 18:55:07 UTC
From git:
  77                                 # Linux route does cannot work it out ...
  78                                 if [ "$RC_UNAME" = Linux ]; then
  79                                         case "$args" in
  80                                         *:*) family="-A inet6";;
  81                                         *) family=;;
  82                                         esac
  83                                 fi
  84                                 route $famly $xtra $2 -$args

Note "family" where set vs "famly" where used.

Reproducible: Always

Steps to Reproduce:
1.read code
2.
3.



Can't begin to think why this hasn't been reported before, but didn't find anything.
Comment 1 Wormo (RETIRED) gentoo-dev 2011-04-07 06:03:50 UTC
Well, if it's in git it could be recent code -- I'll bet ipv6 support has been getting some updates recently. Thanks for reporting it.
Comment 2 William Hubbs gentoo-dev 2011-04-07 12:33:22 UTC
This is fixed in git commit 46e67ba.