From 63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sun, 21 Feb 2010 17:06:34 +1100 Subject: Modify examples to prevent quoting issues as illustrated by FS#18405 --- examples/ethernet-dhcp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/ethernet-dhcp') 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' -- cgit v1.2.3-24-g4f1b