X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ba2d38a46e4c2d196066b45d1611985eeff48f91..f5971be7012cd43cec12af01ce49476c19d5df99:/usr/src/sbin/dump/main.c diff --git a/usr/src/sbin/dump/main.c b/usr/src/sbin/dump/main.c index 8ef8720cb9..78a3b8c766 100644 --- a/usr/src/sbin/dump/main.c +++ b/usr/src/sbin/dump/main.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)main.c 1.9 (Berkeley) %G%"; +static char *sccsid = "@(#)main.c 1.10 (Berkeley) %G%"; #include "dump.h" int notify = 0; /* notify operator flag */ @@ -157,9 +157,10 @@ main(argc, argv) msg("Dumping %s ", disk); if (dt != 0) msgtail("(%s) ", dt->fs_file); - msgtail("to %s\n", tape); #ifdef RDUMP - msgtail(" on host %s\n", host); + msgtail("to %s on host %s\n", tape, host); +#else + msgtail("to %s\n", tape); #endif fi = open(disk, 0);