summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-rt
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:14:47 -0500
commit084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33 (patch)
tree6ff23af38ad44ff7557ea9bea02efce4bc4c87c4 /kernels/linux-libre-lts-rt
parent26af2632a5b31ae948e3d5b453c4a22dd64c6bb6 (diff)
downloadabslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.tar.gz
abslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.tar.bz2
abslibre-084d0a37c8d0f1a991ce22ccc6d8c3dd8ca12a33.zip
(scripted) fix file permission breakage introduced in commit d62bd1
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
Diffstat (limited to 'kernels/linux-libre-lts-rt')
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/.directory0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/Kbuild0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/Kbuild.platforms0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/PKGBUILD0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/boot-logo.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/change-default-console-loglevel.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/config.i6860
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/config.x86_640
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/ext4-options.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/linux-libre-lts-rt.install0
-rw-r--r--[-rwxr-xr-x]kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset0
12 files changed, 0 insertions, 0 deletions
diff --git a/kernels/linux-libre-lts-rt/.directory b/kernels/linux-libre-lts-rt/.directory
index 7a883fed9..7a883fed9 100755..100644
--- a/kernels/linux-libre-lts-rt/.directory
+++ b/kernels/linux-libre-lts-rt/.directory
diff --git a/kernels/linux-libre-lts-rt/Kbuild b/kernels/linux-libre-lts-rt/Kbuild
index 8a9d7dceb..8a9d7dceb 100755..100644
--- a/kernels/linux-libre-lts-rt/Kbuild
+++ b/kernels/linux-libre-lts-rt/Kbuild
diff --git a/kernels/linux-libre-lts-rt/Kbuild.platforms b/kernels/linux-libre-lts-rt/Kbuild.platforms
index 90a226888..90a226888 100755..100644
--- a/kernels/linux-libre-lts-rt/Kbuild.platforms
+++ b/kernels/linux-libre-lts-rt/Kbuild.platforms
diff --git a/kernels/linux-libre-lts-rt/PKGBUILD b/kernels/linux-libre-lts-rt/PKGBUILD
index 77103aa6a..77103aa6a 100755..100644
--- a/kernels/linux-libre-lts-rt/PKGBUILD
+++ b/kernels/linux-libre-lts-rt/PKGBUILD
diff --git a/kernels/linux-libre-lts-rt/boot-logo.patch b/kernels/linux-libre-lts-rt/boot-logo.patch
index c392928a5..c392928a5 100755..100644
--- a/kernels/linux-libre-lts-rt/boot-logo.patch
+++ b/kernels/linux-libre-lts-rt/boot-logo.patch
diff --git a/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch b/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
index 63435d84f..63435d84f 100755..100644
--- a/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
+++ b/kernels/linux-libre-lts-rt/change-default-console-loglevel.patch
diff --git a/kernels/linux-libre-lts-rt/config.i686 b/kernels/linux-libre-lts-rt/config.i686
index 39bc1c678..39bc1c678 100755..100644
--- a/kernels/linux-libre-lts-rt/config.i686
+++ b/kernels/linux-libre-lts-rt/config.i686
diff --git a/kernels/linux-libre-lts-rt/config.x86_64 b/kernels/linux-libre-lts-rt/config.x86_64
index 826a006b2..826a006b2 100755..100644
--- a/kernels/linux-libre-lts-rt/config.x86_64
+++ b/kernels/linux-libre-lts-rt/config.x86_64
diff --git a/kernels/linux-libre-lts-rt/ext4-options.patch b/kernels/linux-libre-lts-rt/ext4-options.patch
index ef1b2417d..ef1b2417d 100755..100644
--- a/kernels/linux-libre-lts-rt/ext4-options.patch
+++ b/kernels/linux-libre-lts-rt/ext4-options.patch
diff --git a/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch b/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch
index 3b631361a..3b631361a 100755..100644
--- a/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch
+++ b/kernels/linux-libre-lts-rt/i915-fix-ghost-tv-output.patch
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
index 5d71acad7..5d71acad7 100755..100644
--- a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
+++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.install
diff --git a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset
index 5b84d8b9f..5b84d8b9f 100755..100644
--- a/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset
+++ b/kernels/linux-libre-lts-rt/linux-libre-lts-rt.preset