diff --git a/ChangeLog b/ChangeLog
index 4551d0ed894df32cb71f898a0cc1963a2d40433c..28566c08ee59bc562d6651443f49cd9ab24716a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-03  Per Jonsson  <poj@lysator.liu.se>
+
+	Move lyscvs and lsvn. 
+	* fetch-backup-work: lyscvs and lsvn comes from plantagenet,
+	not stalingrad.
+
 2008-06-02  Per Cederqvist  <ceder@ingate.com>
 
 	Don't start work when requested to stop.
diff --git a/fetch-backup-work b/fetch-backup-work
index 5de372fdd13873b69846d90e1edd86fc85600e95..98623cfcd66a894fa324c1355f3ee9625618e172 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -5,16 +5,16 @@ NT=$TASKS.tmp
 
 rm -f $NT
 
-ssh stalingrad ls -1 /svnroot \
+ssh plantagenet ls -1 /svnroot \
  | sort \
  | awk '$1 == "lost+found" { next }
-        {print "lsvn", $1, "stalingrad /svnroot/" $1}' \
+        {print "lsvn", $1, "plantagenet /svnroot/" $1}' \
 >> $NT
 
-ssh stalingrad ls -1 /cvsroot \
+ssh plantagenet ls -1 /cvsroot \
  | sort \
  | awk '$1 == "lost+found" { next }
-        {print "lyscvs", $1, "stalingrad /cvsroot/" $1}' \
+        {print "lyscvs", $1, "plantagenet /cvsroot/" $1}' \
 >> $NT
 
 ssh uhumhummy ls -1 /lysator/lyswww/users/common \