Hi,

I got a bug report telling me that one of the prompts in resume is
confusing and misses a newline. This fixes that.

Index: resume.c
===================================================================
RCS file: /cvsroot/suspend/suspend/resume.c,v
retrieving revision 1.32
diff -u -r1.32 resume.c
--- resume.c    24 Sep 2006 08:09:59 -0000      1.32
+++ resume.c    11 Oct 2006 18:20:21 -0000
@@ -758,7 +758,7 @@
        while (stat(resume_dev_name, &stat_buf)) {
                fprintf(stderr,
                        "resume: Could not stat the resume device file.\n"
-                       "\tPlease type in the file name to try again"
+                       "\tPlease type in its full path to try again\n"
                        "\tor press ENTER to boot the system: ");
                fgets(resume_dev_name, MAX_STR_LEN - 1, stdin);
                n = strlen(resume_dev_name) - 1;

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to