Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/usr.bin/msgs Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ad2def1f7206
branches:  netbsd-9
changeset: 1026578:ad2def1f7206
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Nov 30 13:11:47 2021 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1379):

        usr.bin/msgs/pathnames.h: revision 1.5

msgs(1): avoid executing /usr/bin/Mail, it no longer exists.

diffstat:

 usr.bin/msgs/pathnames.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fd8ddf9b762 -r ad2def1f7206 usr.bin/msgs/pathnames.h
--- a/usr.bin/msgs/pathnames.h  Tue Nov 30 11:46:22 2021 +0000
+++ b/usr.bin/msgs/pathnames.h  Tue Nov 30 13:11:47 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.4 2003/08/07 11:15:18 agc Exp $        */
+/*     $NetBSD: pathnames.h,v 1.4.100.1 2021/11/30 13:11:47 martin Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -32,7 +32,7 @@
  */
 
 #define        _PATH_MSGS      "/var/msgs"
-#define        _PATH_MAIL      "/usr/bin/Mail -f %s"
+#define        _PATH_MAIL      "/usr/bin/mailx -f %s"
 #define        _PATH_PAGER     "/usr/bin/more -%d"
 #undef _PATH_TMP
 #define        _PATH_TMP       "/tmp/msgXXXXXX"



Home | Main Index | Thread Index | Old Index