summaryrefslogtreecommitdiffstats
path: root/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-10-19 01:10:06 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-19 08:59:56 +0200
commit499145d97dda62f534754e4aeacf7ed4a4a9c26e (patch)
treedacc20bb4fcf392cea01973477eecda20bf1c544 /source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
parent48bc5b3a925a6398c4fab04dede1e4a5e0ea42af (diff)
downloadcurrent-499145d97dda62f534754e4aeacf7ed4a4a9c26e.tar.gz
current-499145d97dda62f534754e4aeacf7ed4a4a9c26e.tar.xz
Tue Oct 19 01:10:06 UTC 202120211019011006
a/file-5.41-x86_64-1.txz: Upgraded. ap/vim-8.2.3536-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.23.0-x86_64-4.txz: Rebuilt. Fixed appling the previous patch. Thanks to LuckyCyborg. xap/vim-gvim-8.2.3536-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch')
-rw-r--r--source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch b/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
deleted file mode 100644
index 1e80ac99d..000000000
--- a/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 576d713ec955faafdc9d7b783f3f4c27b7bc1793 Mon Sep 17 00:00:00 2001
-From: Christos Zoulas <christos@zoulas.com>
-Date: Tue, 6 Apr 2021 15:43:11 +0000
-Subject: [PATCH] Add more ash paths from Cormac Stephenson
-
----
- magic/Magdir/commands | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/magic/Magdir/commands b/magic/Magdir/commands
-index 10f8d2b20..5f6be0cce 100644
---- a/magic/Magdir/commands
-+++ b/magic/Magdir/commands
-@@ -1,6 +1,6 @@
-
- #------------------------------------------------------------------------------
--# $File: commands,v 1.63 2020/06/06 15:36:30 christos Exp $
-+# $File: commands,v 1.64 2021/04/06 15:43:11 christos Exp $
- # commands: file(1) magic for various shells and interpreters
- #
- #0 string/w : shell archive or script for antique kernel text
-@@ -38,6 +38,10 @@
- 0 search/1 #!/usr/bin/env\ zsh Paul Falstad's zsh script text executable
- !:mime text/x-shellscript
-
-+0 string/wt #!\ /bin/ash Neil Brown's ash script text executable
-+!:mime text/x-shellscript
-+0 string/wt #!\ /usr/bin/ash Neil Brown's ash script text executable
-+!:mime text/x-shellscript
- 0 string/wt #!\ /usr/local/bin/ash Neil Brown's ash script text executable
- !:mime text/x-shellscript
- 0 string/wt #!\ /usr/local/bin/ae Neil Brown's ae script text executable