summaryrefslogtreecommitdiff
path: root/net/dhcpcd.sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-28 15:45:03 +0000
committerRoy Marples <roy@marples.name>2007-11-28 15:45:03 +0000
commitac9279cc0d5a00bc17908b2914941186020cd3ce (patch)
tree850a4fe19917113e75bfd2e79d00b58208468503 /net/dhcpcd.sh
parent444f23e2d158389b22d40537fc9b027d9f575229 (diff)
downloadopenrc-ac9279cc0d5a00bc17908b2914941186020cd3ce.tar.gz
openrc-ac9279cc0d5a00bc17908b2914941186020cd3ce.tar.bz2
openrc-ac9279cc0d5a00bc17908b2914941186020cd3ce.tar.xz
Massive whitespace cleanup
Diffstat (limited to 'net/dhcpcd.sh')
-rw-r--r--net/dhcpcd.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh
index 8d6692e..d07295a 100644
--- a/net/dhcpcd.sh
+++ b/net/dhcpcd.sh
@@ -44,12 +44,12 @@ dhcpcd_start() {
[ -z "${opts}" ] && opts=${dhcp}
# Map some generic options to dhcpcd
- for opt in ${opts} ; do
+ for opt in ${opts}; do
case "${opt}" in
- nodns) args="${args} -R" ;;
- nontp) args="${args} -N" ;;
- nonis) args="${args} -Y" ;;
- nogateway) args="${args} -G" ;;
+ nodns) args="${args} -R";;
+ nontp) args="${args} -N";;
+ nonis) args="${args} -Y";;
+ nogateway) args="${args} -G";;
nosendhost) args="${args} -h ''";
esac
done