diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-14 16:57:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-14 16:57:30 +0000 |
commit | c905548f113264541a41e84d486ac8945d470cae (patch) | |
tree | d7722d4cd1e8f1f34fcb1eab393f96084b2910ce /app-laptop/lphdisk/files | |
parent | add build-params -j1, fails to build with parallel make; thx to Flameeyes@g.o... (diff) | |
download | gentoo-2-c905548f113264541a41e84d486ac8945d470cae.tar.gz gentoo-2-c905548f113264541a41e84d486ac8945d470cae.tar.bz2 gentoo-2-c905548f113264541a41e84d486ac8945d470cae.zip |
x86 stable wrt #250263
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'app-laptop/lphdisk/files')
-rw-r--r-- | app-laptop/lphdisk/files/lphdisk-0.9.1-gcc3.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-laptop/lphdisk/files/lphdisk-0.9.1-gcc3.patch b/app-laptop/lphdisk/files/lphdisk-0.9.1-gcc3.patch deleted file mode 100644 index 19cc0d6cac81..000000000000 --- a/app-laptop/lphdisk/files/lphdisk-0.9.1-gcc3.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- lphdisk-0.9.1/lphdisk.c -+++ lphdisk-0.9.1/lphdisk.c -@@ -718,22 +718,22 @@ - {"force", 0, 0, 'f'}, - {0,0,0,0}}; - --const char usage_string[] = "\ --Usage: %1$s [options] [device] --Prepare a hibernation partition for APM suspend-to-disk. -- --options: -- -h, --help Display brief usage and option information (this screen) -- -p, --probeonly Only calculate and display required size, do not format -- -q, --quiet Turn off informational messages, useful for scripts -- -d, --debug Turn on (verbose) debugging messages -- -n, --nowrite Do not actually write to the disk -- -f, --force **DANGEROUS** Format without regard to potential problems -- --'device' should be a raw disk device (not a partition). The default device --is /dev/hda. -- --(%2$s)\n\n"; -+const char usage_string[] = "" -+"Usage: %1$s [options] [device]\n" -+"Prepare a hibernation partition for APM suspend-to-disk.\n" -+"\n" -+"options:\n" -+" -h, --help Display brief usage and option information (this screen)\n" -+" -p, --probeonly Only calculate and display required size, do not format\n" -+" -q, --quiet Turn off informational messages, useful for scripts\n" -+" -d, --debug Turn on (verbose) debugging messages\n" -+" -n, --nowrite Do not actually write to the disk\n" -+" -f, --force **DANGEROUS** Format without regard to potential problems\n" -+"\n" -+"'device' should be a raw disk device (not a partition). The default device\n" -+"is /dev/hda.\n" -+"\n" -+"(%2$s)\n\n"; - - void print_usage (void) { - char *progname = rindex(argv0, '/'); |