Compare commits

...

2 Commits

Author SHA1 Message Date
William Hubbs
31dbdf69d2 release openrc-0.10.5 2012-07-04 09:23:49 -05:00
Björn Baumbach
c7e14b2c17 net: fix typo 2012-07-04 09:22:28 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
NAME= openrc
VERSION= 0.10.4
VERSION= 0.10.5
PKG= ${NAME}-${VERSION}

View File

@@ -61,7 +61,7 @@ udhcpc_start()
esac
case " ${args} " in
*" --hosname="*|*" -h "*|*" -H "*);;
*" --hostname="*|*" -h "*|*" -H "*);;
*)
if ${sendhost}; then
local hname="$(hostname)"