Blame SOURCES/cvs-1.11.19-tmp.patch

814382
--- cvs-1.11.19/src/cvsbug.in.old	2004-02-03 15:37:52.000000000 +0100
814382
+++ cvs-1.11.19/src/cvsbug.in	2005-08-22 16:35:06.000000000 +0200
814382
@@ -109,14 +109,14 @@
814382
     /usr/bin/ypcat passwd 2>/dev/null | cat - /etc/passwd | grep "^$LOGNAME:" |
814382
       cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
814382
     ORIGINATOR="`cat $TEMP`"
814382
-    rm -f $TEMP
814382
+    > $TEMP
814382
   fi
814382
 fi
814382
 
814382
 if [ "$ORIGINATOR" = "" ]; then
814382
   grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
814382
   ORIGINATOR="`cat $TEMP`"
814382
-  rm -f $TEMP
814382
+  > $TEMP
814382
 fi
814382
 
814382
 if [ -n "$ORGANIZATION" ]; then