aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-02-16 17:12:06 +0000
committerJudd Vinet <judd@archlinux.org>2006-02-16 17:12:06 +0000
commit655d3db463145facd994e5e3cfd0c0a911b30297 (patch)
tree3628cf8b4151c16aa40bd08f588a2f8a390e7b61 /rc.conf
parent207256890573ce867d4391c362b34f31a1a60865 (diff)
downloadinitscripts-655d3db463145facd994e5e3cfd0c0a911b30297.tar.xz
added note about disallowed hyphens in bash variable names
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
index 065653c..aeb7fa9 100644
--- a/rc.conf
+++ b/rc.conf
@@ -50,6 +50,7 @@ HOSTNAME="myhost"
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
+# - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#