From ed51387e8c31898bad4cb57f79f8c686ce88e2d7 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Thu, 3 Mar 2011 13:08:06 +0100 Subject: [PATCH] switched to lenny and a .ch debian mirror, and 1.0.0.1 --- vserverctl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.5