diff options
author | James Rayner <james@archlinux.org> | 2010-02-21 07:06:34 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2010-02-21 07:06:34 +0100 |
commit | 63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5 (patch) | |
tree | 9db5354b18ffb45c020e051fe63056fc62ede6ab /examples/ethernet-dhcp | |
parent | 781798501379645e0df2e280cc786ba37a2d61c9 (diff) | |
download | netctl-63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5.tar.gz netctl-63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5.tar.xz |
Modify examples to prevent quoting issues as illustrated by FS#18405
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r-- | examples/ethernet-dhcp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp index 9757b67..a5f20a8 100644 --- a/examples/ethernet-dhcp +++ b/examples/ethernet-dhcp @@ -1,4 +1,4 @@ -CONNECTION="ethernet" -DESCRIPTION="A basic dhcp ethernet connection using iproute" -INTERFACE="eth0" -IP="dhcp" +CONNECTION='ethernet' +DESCRIPTION='A basic dhcp ethernet connection using iproute' +INTERFACE='eth0' +IP='dhcp' |