summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/pbbuttonsd/files/pbbuttons-0.5.2-replace_pmud.patch')
-rw-r--r--sys-apps/pbbuttonsd/files/pbbuttons-0.5.2-replace_pmud.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/pbbuttonsd/files/pbbuttons-0.5.2-replace_pmud.patch b/sys-apps/pbbuttonsd/files/pbbuttons-0.5.2-replace_pmud.patch
deleted file mode 100644
index ec3f92919851..000000000000
--- a/sys-apps/pbbuttonsd/files/pbbuttons-0.5.2-replace_pmud.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/configfile.c.orig 2002-12-17 21:07:53.000000000 -0600
-+++ src/configfile.c 2002-12-17 21:07:56.000000000 -0600
-@@ -93,7 +93,8 @@
- { "TPModeUpKey", TAG_TPMODEUPKEY, TAG_TPMODEUPMOD, cft_read_key },
- { "TPModeDownKey", TAG_TPMODEDOWNKEY, TAG_TPMODEDOWNMOD, cft_read_key },
- { "TPMode", TAG_TPMODE, 0, cft_read_tpmode },
-- { "KBDMode", TAG_KBDMODE, 0, cft_read_kbdmode }};
-+ { "KBDMode", TAG_KBDMODE, 0, cft_read_kbdmode },
-+ { "replace_pmud", TAG_REPLACEPMUD, 0, cft_read_bool}};
-
- if ((stat(configfile, &stat_buf)) == -1) {
- print_error (_("WARNING: Couldn't read configfile [%s, %s], using defaults.\n"), configfile, strerror(errno));