aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-19 10:32:03 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-01-19 10:32:03 +0100
commit24986dd2ed990fc4390878df6c013d27a47fd695 (patch)
tree8a61ee9f762ba7cd0ba3973c32f43a89ef0bc68e /debian/patches
parent4e5a11596e5a0da9f3361ee0b3082c88c30ff486 (diff)
downloadnx-libs-24986dd2ed990fc4390878df6c013d27a47fd695.tar.gz
nx-libs-24986dd2ed990fc4390878df6c013d27a47fd695.tar.bz2
nx-libs-24986dd2ed990fc4390878df6c013d27a47fd695.zip
Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header referring to keystrokes.cfg (plural), not keystroke.cfg.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/320_nxagent_configurable-keystrokes.full.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/320_nxagent_configurable-keystrokes.full.patch b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
index bcb8ef27c..c799c8b93 100644
--- a/debian/patches/320_nxagent_configurable-keystrokes.full.patch
+++ b/debian/patches/320_nxagent_configurable-keystrokes.full.patch
@@ -4,7 +4,7 @@ Description: Make nxagent-specific keyboard bindings configurable
table of keybindings. The default configuration is the same as the
original one, to maintain compatibility. A user/administrator can either
specify a command line parameter, environment variable or place a file
- in ~/.nx/config/keystroke.cfg or /etc/nxagent/keystroke.cfg to reconfigure
+ in ~/.nx/config/keystrokes.cfg or /etc/nxagent/keystrokes.cfg to reconfigure
these keybindings.
.
The configuration file format is XML, a dependency on libxml2 is added