aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2009-08-15 21:03:16 +0000
committerAnssi Hannula <anssi@mandriva.org>2009-08-15 21:03:16 +0000
commitb9bb8c8af9cdf8dae86916fdb786354b8b9a7681 (patch)
treec170dcd946cfb2c79b8a59073c589b0fbc82613b
parentf01b1179e9551815f1aef7d3afc439aa8c3af9c0 (diff)
downloadmonitor-edid-b9bb8c8af9cdf8dae86916fdb786354b8b9a7681.tar
monitor-edid-b9bb8c8af9cdf8dae86916fdb786354b8b9a7681.tar.gz
monitor-edid-b9bb8c8af9cdf8dae86916fdb786354b8b9a7681.tar.bz2
monitor-edid-b9bb8c8af9cdf8dae86916fdb786354b8b9a7681.tar.xz
monitor-edid-b9bb8c8af9cdf8dae86916fdb786354b8b9a7681.zip
Direct reports to bugzilla and qa@ instead of Pixel's email address.
-rw-r--r--README6
-rwxr-xr-xmonitor-edid2
-rwxr-xr-xmonitor-probe-using-X2
3 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index badff7f..750e89d 100644
--- a/README
+++ b/README
@@ -13,7 +13,11 @@ Inspired from:
int10 and x86emu support by Gwenole Beauchesne
(partly from Xorg code)
-re-organised by Pixel <pixel@mandriva.com>
+re-organised by Pixel
+
+Patches and bugs should go to Cooker mailinglist or to Mandriva bugzilla:
+http://lists.mandriva.com/cooker/
+http://qa.mandriva.com/
--------------------------------------------------------------------------------
monitor-probe-using-X inspiration is Ubuntu's xresprobe,
diff --git a/monitor-edid b/monitor-edid
index 283320a..888b312 100755
--- a/monitor-edid
+++ b/monitor-edid
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# monitor-edid
-# Copyright (C) 2005-2008 Mandriva (pixel@mandriva.com)
+# Copyright (C) 2005-2008 Mandriva
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/monitor-probe-using-X b/monitor-probe-using-X
index d762d4a..1558805 100755
--- a/monitor-probe-using-X
+++ b/monitor-probe-using-X
@@ -24,7 +24,7 @@ if (-e $arg) {
"Saving log in $log_file.\n",
$ok ? "If the detected resolution is wrong" :
"If it contains interesting information",
- ", send $log_file to pixel\@mandriva.com\n\n";
+ ", open a report at http://qa.mandriva.com/ and attach $log_file.\n\n";
}
$ok or warn "Could not find a resolution\n";
}