From 56ee89f8688a29d95a77b93bccca741ec0ea3a1d Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 25 Jan 2007 21:06:20 +0000
Subject: [PATCH] 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.
---
 ChangeLog         | 5 +++++
 fetch-backup-work | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ab0004f..bd59eb9 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 1ef5874..fe9658c 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
-- 
GitLab