summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-04-21 17:50:02 +0200
committerOliver Tappe2007-04-21 17:50:02 +0200
commit125957ee7707d18a25169f907c7e0c38f4e77be8 (patch)
tree29e00c724ca3b9bb94a0edc64e2000f20b8634ef /installer
parentBugfixing and fine-tuning last changes (diff)
downloadcore-125957ee7707d18a25169f907c7e0c38f4e77be8.tar.gz
core-125957ee7707d18a25169f907c7e0c38f4e77be8.tar.xz
core-125957ee7707d18a25169f907c7e0c38f4e77be8.zip
* 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
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxos-setup3
1 files changed, 0 insertions, 3 deletions
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 '<hostname>:<path>' or '<hostname>::<module>'!\n");
- }
# we chdir into the script's folder such that all relative paths have
# a known starting point:
chdir($FindBin::RealBin)