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-static | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'examples/ethernet-static') diff --git a/examples/ethernet-static b/examples/ethernet-static index 630ff14..39d8bd6 100644 --- a/examples/ethernet-static +++ b/examples/ethernet-static @@ -1,7 +1,7 @@ -CONNECTION="ethernet" -DESCRIPTION="A basic static ethernet connection using iproute" -INTERFACE="eth0" -IP="static" -ADDR="192.168.1.23" -GATEWAY="192.168.1.1" -DNS=("192.168.1.1") +CONNECTION='ethernet' +DESCRIPTION='A basic static ethernet connection using iproute' +INTERFACE='eth0' +IP='static' +ADDR='192.168.1.23' +GATEWAY='192.168.1.1' +DNS=('192.168.1.1') -- cgit v1.2.3-24-g4f1b