From: Penny Leach Date: Thu, 3 Mar 2011 12:08:06 +0000 (+0100) Subject: switched to lenny and a .ch debian mirror, and 1.0.0.1 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ed51387e8c31898bad4cb57f79f8c686ce88e2d7;p=vserverctl.git switched to lenny and a .ch debian mirror, and 1.0.0.1 --- diff --git a/vserverctl b/vserverctl index 0f94337..691b273 100755 --- a/vserverctl +++ b/vserverctl @@ -161,9 +161,9 @@ sub readConfig { # {{{ my $defaultConfig = { 'name' => 'default', - 'mirror' => 'http://debian.catalyst.net.nz/debian', + 'mirror' => 'http://ftp.ch.debian.org/debian', 'parent' => undef, - 'release' => 'etch', + 'release' => 'squeeze', 'inherit-files' => 1, 'inherit-packages' => 1, 'inherit-post-host' => 1, @@ -274,7 +274,7 @@ sub getFreeIPAddress { # {{{ } for ( my $i = 1; $i < 255 ; $i++ ) { - return "10.0.0.$i" unless $existingIp->{$i}; + return "1.0.0.$i" unless $existingIp->{$i}; } return undef;