summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-12-21 09:18:00 +0000
committerRoy Marples <roy@marples.name>2009-12-21 09:18:00 +0000
commita704b97fd2aef87d6607cfc972594b83174a04a4 (patch)
tree0b1bead94406cd41701733f7fffad911606d704b
parent2c0a71172d06a9d1e737c775fc40c3989e959902 (diff)
downloadopenrc-a704b97fd2aef87d6607cfc972594b83174a04a4.tar.gz
openrc-a704b97fd2aef87d6607cfc972594b83174a04a4.tar.bz2
openrc-a704b97fd2aef87d6607cfc972594b83174a04a4.tar.xz
Remove non working bash sequence expansion examples.
-rw-r--r--doc/net.example.BSD.in5
-rw-r--r--doc/net.example.Linux.in5
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index e78f616..fbab5d7 100644
--- a/doc/net.example.BSD.in
+++ b/doc/net.example.BSD.in
@@ -43,11 +43,6 @@
# (eth0:1, eth0:2, etc)
# iproute2 does not do this as there is no need to
#config_eth0="192.168.0.2/24 192.168.0.3/24 192.168.0.4/24"
-# Or you can use sequence expressions
-#config_eth0="192.168.0.{2..4}/24" FIXME - may not work with baselayout2
-# which does the same as above. Be careful though as if you use this and
-# fallbacks, you have to ensure that both end up with the same number of
-# values otherwise your fallback won't work correctly.
# You can also use IPv6 addresses
# (you should always specify a prefix length with IPv6 here)
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 70c70d2..e30e08b 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -70,11 +70,6 @@
# iproute2 does not do this as there is no need to
#config_eth0="192.168.0.2/24 192.168.0.3/24 192.168.0.4/24"
# However, that only works with CIDR addresses, so you can't use netmask.
-# Or you can use sequence expressions
-#config_eth0="192.168.0.{2..4}/24"
-# which does the same as above. Be careful though as if you use this and
-# fallbacks, you have to ensure that both end up with the same number of
-# values otherwise your fallback won't work correctly.
# You can also use IPv6 addresses
# (you should always specify a prefix length with IPv6 here)