From 125957ee7707d18a25169f907c7e0c38f4e77be8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 21 Apr 2007 15:50:02 +0000 Subject: * removed syntax check of rsync-uri, as it wouldn't allow to use local paths. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@915 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/slxos-setup | 3 --- 1 file changed, 3 deletions(-) (limited to 'installer') diff --git a/installer/slxos-setup b/installer/slxos-setup index 117cb980..16731d43 100755 --- a/installer/slxos-setup +++ b/installer/slxos-setup @@ -114,9 +114,6 @@ if ($action =~ m[^import]i) { print STDERR _tr("You need to specify exactly one source and one vendor-OS-name!\n"); pod2usage(2); } - if ($source !~ m[^.+::?.+$]) { - die _tr("Unkown source format given, expected ':' or '::'!\n"); - } # we chdir into the script's folder such that all relative paths have # a known starting point: chdir($FindBin::RealBin) -- cgit v1.2.3-55-g7522