diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 07:48:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-20 07:48:50 +0000 |
commit | f5d6ad64230b4fa65e1b2bcbd736db0fdc794664 (patch) | |
tree | f82299ee76c206385ca91fb5eeea5db0074276a9 | |
parent | Added to ~ppc (bug #102620). (diff) | |
download | historical-f5d6ad64230b4fa65e1b2bcbd736db0fdc794664.tar.gz historical-f5d6ad64230b4fa65e1b2bcbd736db0fdc794664.tar.bz2 historical-f5d6ad64230b4fa65e1b2bcbd736db0fdc794664.zip |
set default mouse values to most common
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | sys-libs/gpm/Manifest | 20 | ||||
-rw-r--r-- | sys-libs/gpm/files/gpm.conf.d | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest index a4baf6cc0451..5e3dfdf8aae6 100644 --- a/sys-libs/gpm/Manifest +++ b/sys-libs/gpm/Manifest @@ -1,21 +1,21 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b9ec90c3c5a265004378d1b078407b5f ChangeLog 6351 -MD5 9f2da86014b09df3affbb844964a6887 gpm-1.20.1-r4.ebuild 1798 MD5 81f80af7a34f9e25f9213422bcb30b09 gpm-1.20.1.ebuild 1644 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 688408ab53e3d9ece1ba912b2373ee25 gpm-1.20.1-r5.ebuild 1833 -MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136 -MD5 73d6199d600c0f63c31a6de234159bba files/digest-gpm-1.20.1-r4 136 +MD5 b9ec90c3c5a265004378d1b078407b5f ChangeLog 6351 +MD5 9f2da86014b09df3affbb844964a6887 gpm-1.20.1-r4.ebuild 1798 MD5 1e2ab7c222263d460e9e881f7a1558c7 files/gpm-linux26-headers.patch 423 -MD5 b4799eacf092caf15f5c06558f73dfe3 files/gpm.conf.d 582 -MD5 b1364fd3bf27cda742dbcfc87497cc18 files/gpm.rc6 951 +MD5 73d6199d600c0f63c31a6de234159bba files/digest-gpm-1.20.1-r4 136 +MD5 5968cb47e493e348cf289b0dd1990f4a files/gpm.conf.d 580 MD5 cbbd61829b8751340f80666ca67afaff files/digest-gpm-1.20.1-r5 136 +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) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC9pNHEZCkKN40op4RAveLAKCe8wU8UWXdu9EqYWZEgx8v/xd0FACggj6A -IBec+yf5P9T9uUm5VO/rU5o= -=8FS5 +iD8DBQFDBuCIgIKl8Uu19MoRAhkqAJ0RhTUIxkrwTQgpcGxsKoKHwWu8wwCdFpxx +Ii8uPUCbLcBP97HWe341JXQ= +=uLSt -----END PGP SIGNATURE----- diff --git a/sys-libs/gpm/files/gpm.conf.d b/sys-libs/gpm/files/gpm.conf.d index d708d4f9f970..f21c25755b4a 100644 --- a/sys-libs/gpm/files/gpm.conf.d +++ b/sys-libs/gpm/files/gpm.conf.d @@ -2,10 +2,10 @@ # Please uncomment the type of mouse you have and the appropriate MOUSEDEV entry -#MOUSE=ps2 +MOUSE=ps2 #MOUSE=imps2 #MOUSEDEV=/dev/psaux -#MOUSEDEV=/dev/input/mice +MOUSEDEV=/dev/input/mice # Extra settings |