]> diplodocus.org Git - nmh/blobdiff - uip/install-mh.c
Accommodate FreeBSD script(1), and add debugging statement to diagnose
[nmh] / uip / install-mh.c
index 627c48e2d603eaa5207e6e9820252f01e8f5603a..6b8f4442632fd00b6f84b39c7e85a131c3f1ca68 100644 (file)
@@ -219,6 +219,14 @@ query:
            fprintf (out, "%s: %s\n", np->n_name, np->n_field);
     }
     fclose (out);
+
+    puts ("\nPlease see the nmh(7) man page for an introduction to nmh.\n");
+    print_intro (stdout, FALSE);
+
+    /* Initialize the saved nmh version.  The Path profile entry was added
+       above, that's all this needs. */
+    (void) nmh_version_changed (0);
+
     done (0);
     return 1;
 }