diff --git a/ChangeLog b/ChangeLog
index ab0004f79cd22d526117caba2f210f205ce0a5e4..bd59eb998794f51a0e782a45af08a4ea9a8b5f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-01-25  Per Cederqvist  <ceder@sedesopim.lysator.liu.se>
 
+	Removed special cases.
+	* fetch-backup-work: Removed some special cases for lyswww that
+	are no longer needed, since the source directory has been cleaned
+	up.
+
 	Install lysrdiff-move-obsolete.
 	* Makefile (install): Install lysrdiff-move-obsolete.
 
diff --git a/fetch-backup-work b/fetch-backup-work
index 1ef5874fa5fe5296b2cda55c4bb4654b0166c520..fe9658cd90a7ac215586ed55453f17f9b4ee382a 100755
--- a/fetch-backup-work
+++ b/fetch-backup-work
@@ -18,9 +18,6 @@ ssh stalingrad ls -1 /cvsroot \
 >> $NT
 
 ssh uhumhummy ls -1 /lysator/lyswww/users/common \
- | grep -v USAGE \
- | grep -v THIS_IS_USERWEB \
- | grep -v '^cap\.fm$' \
  | sort \
  | awk '{print "lyswww", $1, "uhumhummy /lysator/lyswww/users/common/" $1}' \
 >> $NT