diff options
author | is <is@pkgsrc.org> | 2002-11-09 10:56:27 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2002-11-09 10:56:27 +0000 |
commit | d07c2283a50a4d270559c39c923c1964b13b6f25 (patch) | |
tree | 0c5313855c9a75f9f0f22e1e58235028497b4d87 /parallel/pvm3/patches | |
parent | f262ab86f010142f4d05e7b86cdddaa0e7128e44 (diff) | |
download | pkgsrc-d07c2283a50a4d270559c39c923c1964b13b6f25.tar.gz |
repair column formatting of pvm console "conf" output
Diffstat (limited to 'parallel/pvm3/patches')
-rw-r--r-- | parallel/pvm3/patches/patch-ay | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-ay b/parallel/pvm3/patches/patch-ay new file mode 100644 index 00000000000..2b28774df0a --- /dev/null +++ b/parallel/pvm3/patches/patch-ay @@ -0,0 +1,14 @@ +--- console/cmds.c.old Wed Oct 30 12:47:26 2002 ++++ console/cmds.c Wed Oct 30 12:49:37 2002 +@@ -1365,9 +1365,9 @@ + if (!pvm_config(&nhosts, &narchs, &hostlist)) { + printf("%d host%s, %d data format%s\n", + nhosts, (nhosts > 1 ? "s" : ""), narchs, (narchs > 1 ? "s" : "")); +- fputs(" HOST DTID ARCH SPEED DSIG\n", stdout); ++ fputs(" HOST DTID ARCH SPEED DSIG\n", stdout); + for (i = 0; i < nhosts; i++) +- printf("%24s %8x %8s%8d 0x%08x\n", ++ printf("%24s %8x %12s%8d 0x%08x\n", + hostlist[i].hi_name, + hostlist[i].hi_tid, + hostlist[i].hi_arch, |