aboutsummaryrefslogtreecommitdiff
path: root/system/tiger/patches/mkfilelst.patch
diff options
context:
space:
mode:
authorpyllyukko <pyllyukko@maimed.org>2023-01-17 16:55:48 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:21:56 +0700
commita663e658694deac3e22fddfe863049a1c79260f8 (patch)
treeaf149b3777d61e3be485e56393be1756717d8b06 /system/tiger/patches/mkfilelst.patch
parenta8aa7da2ec12a7b51a57603998b5ff06f06d0915 (diff)
system/tiger: Updated for version 3.2.4rc1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tiger/patches/mkfilelst.patch')
-rw-r--r--system/tiger/patches/mkfilelst.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/tiger/patches/mkfilelst.patch b/system/tiger/patches/mkfilelst.patch
deleted file mode 100644
index b3d5c678c140f..0000000000000
--- a/system/tiger/patches/mkfilelst.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urpN tiger-3.2.3.orig/util/mkfilelst tiger-3.2.3/util/mkfilelst
---- tiger-3.2.3.orig/util/mkfilelst 2011-08-07 21:16:16.361620719 +0000
-+++ tiger-3.2.3/util/mkfilelst 2011-08-07 21:18:30.710039906 +0000
-@@ -138,7 +138,7 @@ do
- if [ $glob -lt 2 ] ; then
- [ -f "$file" -o -d "$file" ] && \
- getpermit $file |
-- while read _file owner group ur uw ux gr gw gx or ow ox stk suid sgid stk
-+ while read _file owner group ur uw ux gr gw gx or ow ox suid sgid stk
- do
- echo "$file $owner $group $suid $sgid $ur $uw $ux $gr $gw $gx $or $ow $ox $lvl $ownmid $grpmid $prmmid"
- done