aboutsummaryrefslogtreecommitdiffstats
path: root/main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2020-04-02 16:43:04 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-04 17:35:47 +0000
commitf068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4 (patch)
tree09cbd7763c13896c2cb0d68259946c75346c5b08 /main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch
parenteeea38c8e334545967285a375bfd9a1fe3d0ab2b (diff)
downloadaports-f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4.tar.bz2
aports-f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4.tar.xz
main/cvs: upgrade to 1.12.13
Diffstat (limited to 'main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch')
-rw-r--r--main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch b/main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch
deleted file mode 100644
index fcd4431e87..0000000000
--- a/main/cvs/cvs-1.12.12-cvsbug-tmpfix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: cvs-1.12.12/src/cvsbug.in
-===================================================================
---- cvs-1.12.12.orig/src/cvsbug.in
-+++ cvs-1.12.12/src/cvsbug.in
-@@ -109,14 +109,14 @@ elif [ -f /bin/domainname ]; then
- /usr/bin/ypcat passwd 2>/dev/null | cat - /etc/passwd | grep "^$LOGNAME:" |
- cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
- ORIGINATOR="`cat $TEMP`"
-- rm -f $TEMP
-+ > $TEMP
- fi
- fi
-
- if [ "$ORIGINATOR" = "" ]; then
- grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
- ORIGINATOR="`cat $TEMP`"
-- rm -f $TEMP
-+ > $TEMP
- fi
-
- if [ -n "$ORGANIZATION" ]; then
-