On Tuesday 31 July 2007, Luca wrote:
> 
> http://suspend.sf.net/s2ram-support.html
> 
> I've also updated the link on the documentation page.
> 
> Luca
> 

Thanks for such quick response!

Here is a patch for the rest of the files.

Alon.

---

diff -urNp suspend.org/README suspend/README
--- suspend.org/README  2007-06-01 09:55:49.000000000 +0300
+++ suspend/README      2007-07-31 22:48:52.000000000 +0300
@@ -45,8 +45,7 @@ http://www.codon.org.uk/~mjg59/vbetool/)
 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 -urNp suspend.org/README.s2ram-whitelist suspend/README.s2ram-whitelist
--- suspend.org/README.s2ram-whitelist  2007-01-17 14:30:47.000000000 +0200
+++ suspend/README.s2ram-whitelist      2007-07-31 22:49:39.000000000 +0300
@@ -168,7 +168,7 @@ usually provides faster response times a
 
 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 -urNp suspend.org/s2ram-x86.c suspend/s2ram-x86.c
--- suspend.org/s2ram-x86.c     2007-07-20 18:48:17.000000000 +0300
+++ suspend/s2ram-x86.c 2007-07-31 22:47:11.000000000 +0300
@@ -62,7 +62,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");
@@ -139,7 +139,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;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to