diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-12-01 09:21:12 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-01 13:42:33 -0500 |
commit | 8e89f90a8d6370d394cd207a33d0a02f2874273d (patch) | |
tree | 3fbfd3ea8c8469ae0000d7fefdbb267602f2ab94 /net-mail | |
parent | dev-db/phpmyadmin-4.9.2: bump (diff) | |
download | gentoo-8e89f90a8d6370d394cd207a33d0a02f2874273d.tar.gz gentoo-8e89f90a8d6370d394cd207a33d0a02f2874273d.tar.bz2 gentoo-8e89f90a8d6370d394cd207a33d0a02f2874273d.zip |
net-mail/checkpassword: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/checkpassword/files/0.90-head-1.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mail/checkpassword/files/0.90-head-1.patch b/net-mail/checkpassword/files/0.90-head-1.patch deleted file mode 100644 index 08e54297de4e..000000000000 --- a/net-mail/checkpassword/files/0.90-head-1.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -ur checkpassword-0.90.orig/Makefile checkpassword-0.90/Makefile ---- checkpassword-0.90.orig/Makefile 2003-09-03 12:06:23.225291952 -0400 -+++ checkpassword-0.90/Makefile 2003-09-03 12:06:29.578326144 -0400 -@@ -22,7 +22,7 @@ - - auto_home.c: \ - auto-str conf-home -- ./auto-str auto_home `head -1 conf-home` > auto_home.c -+ ./auto-str auto_home `head -n 1 conf-home` > auto_home.c - - auto_home.o: \ - compile auto_home.c -@@ -91,7 +91,7 @@ - choose: \ - warn-auto.sh choose.sh conf-home - cat warn-auto.sh choose.sh \ -- | sed s}HOME}"`head -1 conf-home`"}g \ -+ | sed s}HOME}"`head -n 1 conf-home`"}g \ - > choose - chmod 755 choose - -@@ -166,7 +166,7 @@ - warn-auto.sh conf-ld - ( cat warn-auto.sh; \ - echo 'main="$$1"; shift'; \ -- echo exec "`head -1 conf-ld`" \ -+ echo exec "`head -n 1 conf-ld`" \ - '-o "$$main" "$$main".o $${1+"$$@"}' \ - ) > load - chmod 755 load -diff -ur checkpassword-0.90.orig/print-cc.sh checkpassword-0.90/print-cc.sh ---- checkpassword-0.90.orig/print-cc.sh 2003-09-03 12:06:23.227291648 -0400 -+++ checkpassword-0.90/print-cc.sh 2003-09-03 12:06:34.308607032 -0400 -@@ -1,4 +1,4 @@ --cc="`head -1 conf-cc`" -+cc="`head -n 1 conf-cc`" - systype="`cat systype`" - - cat warn-auto.sh |