[debian-edu-commits] r81777 - in branches/wheezy/debian-edu-config: debian ldap-tools
pere at alioth.debian.org
pere at alioth.debian.org
Sat Jul 20 20:49:25 UTC 2013
Author: pere
Date: 2013-07-20 20:49:25 +0000 (Sat, 20 Jul 2013)
New Revision: 81777
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp
Log:
Fix typo in sitesummary2ldapdhcp, add missing $ in front of
variable making it impossible to run the script.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-07-20 19:36:17 UTC (rev 81776)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-07-20 20:49:25 UTC (rev 81777)
@@ -3,6 +3,8 @@
[ Petter Reinholdtsen ]
* Update comment in update-iceweasel-homepage to reflect the new
realities.
+ * Fix typo in sitesummary2ldapdhcp, add missing $ in front of
+ variable making it impossible to run the script.
-- pere <pere at debian.org> Sat, 20 Jul 2013 21:20:00 +0200
Modified: branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp
===================================================================
--- branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp 2013-07-20 19:36:17 UTC (rev 81776)
+++ branches/wheezy/debian-edu-config/ldap-tools/sitesummary2ldapdhcp 2013-07-20 20:49:25 UTC (rev 81777)
@@ -91,7 +91,7 @@
} elsif ($opts{a}) {
my $mac = get_primary_ether_hwaddr($macref);
# Use -I 127.0.0.1 to disable DNS lookup
- fqdn=`/usr/sbin/update-hostname-from-ip -m -I 127.0.0.1 -M $mac -n`;
+ $fqdn=`/usr/sbin/update-hostname-from-ip -m -I 127.0.0.1 -M $mac -n`;
print "info: Create GOsa machine for $fqdn [$ipaddr] id $hostid.\n";
$hostinfo{$hostid} = [$fqdn, $ipaddr, $macref, 0];
} else {
More information about the debian-edu-commits
mailing list