summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-18 23:54:57 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-18 23:54:57 +0000
commit3f9b6f37aa4094557ace4c5739ea4c18946fd1a7 (patch)
tree63ac579fef7981bf32d42c33b8aaf5a13243a959 /sys-libs/gpm
parentremove old hack since it seems to work fine now (diff)
downloadgentoo-2-3f9b6f37aa4094557ace4c5739ea4c18946fd1a7.tar.gz
gentoo-2-3f9b6f37aa4094557ace4c5739ea4c18946fd1a7.tar.bz2
gentoo-2-3f9b6f37aa4094557ace4c5739ea4c18946fd1a7.zip
the -A option cannot have a space #99425
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/files/gpm.conf.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/gpm/files/gpm.conf.d b/sys-libs/gpm/files/gpm.conf.d
index 5b6a2b5fd4f1..d708d4f9f970 100644
--- a/sys-libs/gpm/files/gpm.conf.d
+++ b/sys-libs/gpm/files/gpm.conf.d
@@ -1,4 +1,4 @@
-# Config file for /etc/init.d/gpm
+# /etc/init.d/gpm
# Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry
@@ -17,7 +17,7 @@
#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
-# Various other options
+# Various other options, see gpm(8) manpage for more.
-#APPEND="-g 1 -A 60"
-#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A 60"
+#APPEND="-g 1 -A60"
+#APPEND="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\" -g 1 -A60"