aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2007-08-15 17:32:58 +0000
committerRafael J. Wysocki <rjw@sisk.pl>2007-08-15 17:32:58 +0000
commitcadac09e44b0e757c2395699df23b8be3f530a4b (patch)
tree77837097c5e3720d92e98288560b9dda3670263a
parent7e41682e4af1e94d0d11c9199f8676d3f334b03f (diff)
downloadsuspend-utils-cadac09e44b0e757c2395699df23b8be3f530a4b.tar.gz
Patch from Alon Bar-Lev <alon.barlev@gmail.com> to replace the link to
s2ram support documentation with http://suspend.sf.net/s2ram-support.html .
-rw-r--r--README3
-rw-r--r--README.s2ram-whitelist2
-rw-r--r--s2ram-x86.c4
3 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index f43f9b3..f83de4e 100644
--- a/README
+++ b/README
@@ -45,8 +45,7 @@ http://www.codon.org.uk/~mjg59/vbetool/). With newer pciutils (2.2.4 and
above) you also have to install the zlib development package (zlib-devel on
SUSE, zlib1g-dev on Debian).
-For debugging, see http://www.opensuse.org/ACPI_Suspend_debugging and
-http://en.opensuse.org/S2ram .
+For debugging, see http://suspend.sf.net/s2ram-support.html.
acpi-support package from Ubuntu has *very* long whitelist of machines:
http://packages.ubuntu.org.cn/dapper/admin/acpi-support that are likely to
diff --git a/README.s2ram-whitelist b/README.s2ram-whitelist
index e5bf2ed..d6e346e 100644
--- a/README.s2ram-whitelist
+++ b/README.s2ram-whitelist
@@ -168,7 +168,7 @@ usually provides faster response times and more knowledgeable people.
Any additions / corrections to this document are always welcome.
There is also a similar document available online (which might even contain
-newer information) as http://en.opensuse.org/S2ram
+newer information) as http://suspend.sf.net/s2ram-support.html.
Have a lot of fun...
diff --git a/s2ram-x86.c b/s2ram-x86.c
index bfb08b1..c75932b 100644
--- a/s2ram-x86.c
+++ b/s2ram-x86.c
@@ -50,7 +50,7 @@ void identify_machine(void)
" sys_version = \"%s\"\n"
" bios_version = \"%s\"\n",
sys_vendor, sys_product, sys_version, bios_version);
- printf("See http://en.opensuse.org/S2ram for details.\n"
+ printf("See http://suspend.sf.net/s2ram-support.html for details.\n"
"\n"
"If you report a problem, please include the complete output "
"above.\n");
@@ -130,7 +130,7 @@ int s2ram_check(int id)
" but the entry has not been confirmed.\n"
"Please try to find the best options and "
"report them as explained on\n"
- "http://en.opensuse.org/S2ram.\n\n");
+ "http://suspend.sf.net/s2ram-support.html.\n\n");
}
return ret;