Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856214
en ru br
ALT Linux repos
5.0: 0.9.1-alt6
4.1: 0.9.1-alt5
4.0: 0.9.1-alt4
3.0: 0.9.1-alt2

Group :: System/Base
RPM: lphdisk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lphdisk-0.9.1-gcc33.patch
Download


--- lphdisk.c.orig	2002-02-12 06:04:27.000000000 -0500
+++ lphdisk.c	2004-01-02 17:54:11.000000000 -0500
@@ -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]"
+"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";
 
 void print_usage (void) {
   char *progname = rindex(argv0, '/');
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin