[Bug 753998] Re: Error in get-mac-address.sh
Brian Murray
brian at ubuntu.com
Fri Sep 16 18:07:52 UTC 2011
This is fixed in Oneiric.
http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/oneiric/ifupdown/oneiric/view/head:/examples/get-mac-
address.sh#L13
** Changed in: ifupdown (Ubuntu)
Importance: Undecided => Low
** Changed in: ifupdown (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/753998
Title:
Error in get-mac-address.sh
Status in “ifupdown” package in Ubuntu:
Fix Released
Bug description:
Binary package hint: ifupdown
/usr/share/doc/ifupdown/examples/get-mac-address.sh has an error on line 13:
if [ "$mac" == "$(echo "$testmac" | sed -e 'y/ABCDEF/abcdef/')" ]; then which="$scheme"; fi
should be
if [ "$mac" = "$(echo "$testmac" | sed -e 'y/ABCDEF/abcdef/')" ]; then which="$scheme"; fi
(single '=' sign).
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ifupdown 0.6.10ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Apr 7 22:50:30 2011
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ifupdown
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/753998/+subscriptions
More information about the foundations-bugs
mailing list