diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-18 23:54:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-18 23:54:57 +0000 |
commit | 10a93c0e7a46d26ed9ebd3de89d8ce6bc0837d05 (patch) | |
tree | 67f009ed68caf8bd543e53bf8f51a5fb8c79f62c /sys-libs/gpm | |
parent | remove old hack since it seems to work fine now (diff) | |
download | historical-10a93c0e7a46d26ed9ebd3de89d8ce6bc0837d05.tar.gz historical-10a93c0e7a46d26ed9ebd3de89d8ce6bc0837d05.tar.bz2 historical-10a93c0e7a46d26ed9ebd3de89d8ce6bc0837d05.zip |
the -A option cannot have a space #99425
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r-- | sys-libs/gpm/Manifest | 20 | ||||
-rw-r--r-- | sys-libs/gpm/files/gpm.conf.d | 8 |
2 files changed, 19 insertions, 9 deletions
diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest index 8cc3f7d2c4e6..ab1c6cff9bf7 100644 --- a/sys-libs/gpm/Manifest +++ b/sys-libs/gpm/Manifest @@ -1,9 +1,19 @@ -MD5 1aff37f72638633bff58cb4a99c73fe8 gpm-1.20.1-r4.ebuild 1797 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 81f80af7a34f9e25f9213422bcb30b09 gpm-1.20.1.ebuild 1644 -MD5 4ce64eaa7bd37a14fc9352dadc6dfb18 ChangeLog 6099 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 d562712814b13d09904823bd3eb31269 files/gpm.conf.d 570 -MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136 -MD5 73d6199d600c0f63c31a6de234159bba files/digest-gpm-1.20.1-r4 136 +MD5 4ce64eaa7bd37a14fc9352dadc6dfb18 ChangeLog 6099 +MD5 1aff37f72638633bff58cb4a99c73fe8 gpm-1.20.1-r4.ebuild 1797 MD5 1e2ab7c222263d460e9e881f7a1558c7 files/gpm-linux26-headers.patch 423 +MD5 73d6199d600c0f63c31a6de234159bba files/digest-gpm-1.20.1-r4 136 +MD5 b4799eacf092caf15f5c06558f73dfe3 files/gpm.conf.d 582 MD5 b1364fd3bf27cda742dbcfc87497cc18 files/gpm.rc6 951 +MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC3EFkgIKl8Uu19MoRAt/FAJ0U6CjlAs9gs/pwhkQmSHMmYepWjACfSTSs +UscrKIE6+UfsVYT8uVpiAZ8= +=VERW +-----END PGP SIGNATURE----- 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" |