summaryrefslogtreecommitdiffstats
path: root/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-06 22:01:59 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-07 08:59:49 +0200
commit06a5fa6da374cc3dafd95295c5e7448f1cea9f88 (patch)
tree7d02c04eea3d5e5f844606e50be1e2518d4be33f /source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
parent928db52b4905b2f48ad28d9965f859ef8247ad3e (diff)
downloadcurrent-06a5fa6da374cc3dafd95295c5e7448f1cea9f88.tar.gz
current-06a5fa6da374cc3dafd95295c5e7448f1cea9f88.tar.xz
Tue Apr 6 22:01:59 UTC 202120210406220159
a/sysvinit-scripts-2.1-noarch-41.txz: Rebuilt. rc.S: don't clear /var/run. Thanks to upnort. kde/digikam-7.2.0-x86_64-2.txz: Rebuilt. Recompiled against opencv-4.5.2 (apparently the ABI changed). Thanks to etienne.
Diffstat (limited to 'source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch')
-rw-r--r--source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch b/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
new file mode 100644
index 000000000..1e80ac99d
--- /dev/null
+++ b/source/a/file/git-patches/576d713ec955faafdc9d7b783f3f4c27b7bc1793.patch
@@ -0,0 +1,32 @@
+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