summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-01-06 05:20:20 +0100
committerJames Rayner <james@archlinux.org>2008-01-06 05:20:20 +0100
commit5ef4420471c3e907446cd921902c7e6b18a90e71 (patch)
treecd994880d8ee25216bbd6103c78aa02317a76f47 /examples
parent4997f3a7b48c41f6b4a78e11210106037545ddc2 (diff)
downloadnetctl-5ef4420471c3e907446cd921902c7e6b18a90e71.tar.gz
netctl-5ef4420471c3e907446cd921902c7e6b18a90e71.tar.xz
fixed typo in complete example
Diffstat (limited to 'examples')
-rw-r--r--examples/complete.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/complete.example b/examples/complete.example
index 6f9b580..a2587f2 100644
--- a/examples/complete.example
+++ b/examples/complete.example
@@ -4,8 +4,9 @@ DESCRIPTION="Very verbose complete wireless example"
INTERFACE=eth0
HOSTNAME=myhost
-# Interface Settings (use IFOPTS="dhcp" for DHCP)
-IP="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
+# Interface Settings (use IP="dhcp" for DHCP)
+IP="static"
+IFOPTS="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
GATEWAY=192.168.0.1
# DHCP Example