]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/patches/209_use-etc-default.diff
Remove executable permission from patches
[ion3.git] / debian / patches / 209_use-etc-default.diff
old mode 100755 (executable)
new mode 100644 (file)
index 09d40ab..cce1b62
@@ -1,29 +1,11 @@
-#! /bin/sh -e
-if [ $# -ne 1 ]; then 
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1  
-fi
-case "$1" in 
-    -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)
-        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-        exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -Nur ion3-20060317.orig/etc/cfg_ion.lua ion3-20060317/etc/cfg_ion.lua
---- ion3-20060317.orig/etc/cfg_ion.lua 2006-03-17 20:43:04.000000000 +0100
-+++ ion3-20060317/etc/cfg_ion.lua      2006-03-17 22:16:02.000000000 +0100
-@@ -15,6 +15,9 @@
- -- Terminal emulator
- --XTERM="xterm"
-+-- Debian sets the META and ALTMETA keys in /etc/default/ion3.
+--- ion3.orig/etc/cfg_ion.lua
++++ ion3/etc/cfg_ion.lua
+@@ -16,6 +16,8 @@
+ -- Set default modifiers. Alt should usually be mapped to Mod1 on
+ -- XFree86-based systems. The flying window keys are probably Mod3
+ -- or Mod4; see the output of 'xmodmap'.
++-- These may be defined in /etc/default/ion3, loaded as cfg_debian.
 +dopath("cfg_debian")
-+
- -- Some basic settings
- ioncore.set{
-     -- Maximum delay between clicks in milliseconds to be considered a
+ --META="Mod1+"
+ --ALTMETA=""