summaryrefslogtreecommitdiffstats
path: root/snippets
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2009-01-26 11:24:03 -0500
committerMichael DeHaan <mdehaan@redhat.com>2009-01-26 11:24:03 -0500
commitfd7a2036c0b6e5aa4ad64fc9eab041546b1b74ac (patch)
treeea7af5aa93ba81329dd7c8561d1e054ed257e45e /snippets
parentde8f76970846328a9c2c5ebe78ed947ad338efff (diff)
downloadcobbler-fd7a2036c0b6e5aa4ad64fc9eab041546b1b74ac.tar.gz
cobbler-fd7a2036c0b6e5aa4ad64fc9eab041546b1b74ac.tar.xz
cobbler-fd7a2036c0b6e5aa4ad64fc9eab041546b1b74ac.zip
Apply fix for variable naming also to devel branch (Dave Hatton)
Diffstat (limited to 'snippets')
-rw-r--r--snippets/post_install_network_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/post_install_network_config b/snippets/post_install_network_config
index 0a17bed5..9c71a157 100644
--- a/snippets/post_install_network_config
+++ b/snippets/post_install_network_config
@@ -201,7 +201,7 @@ echo "BOOTPROTO=dhcp" >> $devfile
#end if
#set $nct = 0
#for $nameserver in $name_servers
- #set $ct = $nct + 1
+ #set $nct = $nct + 1
echo "DNS$ct=$nameserver" >> $devfile
#end for
#for $route in $static_routes