File: 12-welcome

package info (click to toggle)
nmh 1.8-3
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 7,860 kB
  • sloc: ansic: 50,445; sh: 22,697; makefile: 1,138; lex: 740; perl: 509; yacc: 265
file content (13 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: update welcome message, point to the news file which is gzipped
Author: Alexander Zangerl <az@debian.org>
--- a/sbr/utils.c
+++ b/sbr/utils.c
@@ -565,7 +565,7 @@ nmh_init(const char *argv0, bool read_co
                 printf ("==================================================="
                         "=====================\n");
                 printf ("Welcome to nmh version %s\n\n", VERSION);
-                printf ("See the release notes in %s/NEWS\n\n",
+                printf ("See the release notes in %s/NEWS.gz\n\n",
                          mhdocdir);
                 print_intro (stdout, 1);
                 printf ("\nThis message will not be repeated until "