BSD 4_4_Lite1 release
[unix-history] / usr / src / bin / pax / ar_subs.c
index 91aa273..5d6d3c6 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ar_subs.c  8.1 (Berkeley) 5/31/93";
+static char sccsid[] = "@(#)ar_subs.c  8.2 (Berkeley) 4/18/94";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -610,8 +610,8 @@ append()
         * reading the archive may take a long time. If verbose tell the user
         */
        if (vflag) {
         * reading the archive may take a long time. If verbose tell the user
         */
        if (vflag) {
-               (void)fputs("pax: Reading archive to position at the end...",
-                    stderr);
+               (void)fprintf(stderr,
+                       "%s: Reading archive to position at the end...", argv0);
                vfpart = 1;
        }
 
                vfpart = 1;
        }