diff options
author | algernon <algernon> | 2001-02-15 19:05:18 +0000 |
---|---|---|
committer | algernon <algernon> | 2001-02-15 19:05:18 +0000 |
commit | c885ac03e0d23b1a7ad8a0e59359247a14039dcf (patch) | |
tree | d7af3d78cd2770f931efd4dcb51df82fefb1e623 /debian/patches | |
parent | 4f1136a795945a583477e8e1450af83fd5fa510e (diff) | |
download | ratpoison-c885ac03e0d23b1a7ad8a0e59359247a14039dcf.zip |
removed, useless with 0.0.6
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/00list | 1 | ||||
-rwxr-xr-x | debian/patches/01-xterm.dpatch | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 7937674..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01-xterm diff --git a/debian/patches/01-xterm.dpatch b/debian/patches/01-xterm.dpatch deleted file mode 100755 index 4bc94ab..0000000 --- a/debian/patches/01-xterm.dpatch +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -# All lines beginning with `# DP:' are a description of the patch. -# DP: Calls x-terminal-emulator instead of xterm - -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 -p0 < $0;; - -unpatch) patch -f --no-backup-if-mismatch -R -p0 < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -esac - -exit 0 - -diff -u src/actions.c src/actions.c ---- src/actions.c Sat Dec 16 16:07:05 2000 -+++ src/actions.c Sat Dec 16 18:15:07 2000 -@@ -9,7 +9,7 @@ - - /* Initialization of the key structure */ - rp_action key_actions[] = { {KEY_PREFIX, 0, 0, generate_prefix}, -- {XK_c, -1, "xterm", spawn}, -+ {XK_c, -1, "x-terminal-emulator", spawn}, - {XK_e, -1, "emacs", spawn}, - {XK_p, -1, 0, prev_window}, - {XK_n, -1, 0, next_window}, |