[debian-edu-commits] r80370 - branches/wheezy/debian-edu-config/share/debian-edu-config/tools

pere at alioth.debian.org pere at alioth.debian.org
Sat Jun 8 11:43:59 UTC 2013


Author: pere
Date: 2013-06-08 11:43:59 +0000 (Sat, 08 Jun 2013)
New Revision: 80370

Modified:
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/subnet-change
Log:
Remove newline inserted by mistake in subnet-change.

Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/subnet-change
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/subnet-change	2013-06-08 11:42:22 UTC (rev 80369)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/subnet-change	2013-06-08 11:43:59 UTC (rev 80370)
@@ -671,7 +671,7 @@
                     replace_matching_addr($oldsubnet, $newsubnet, $addr);
                 if ($addr ne $newaddr) {
                     $line = "allow ^" . join('\.', split(/\./, $newaddr))
-                        . "\$\n";
+                        . "\$";
                     $changed = 1;
                 }
             }




More information about the debian-edu-commits mailing list