Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/msgs msgs(1): avoid executing /usr/bin/Mail, it no l...



details:   https://anonhg.NetBSD.org/src/rev/13ef97d1f8af
branches:  trunk
changeset: 1026582:13ef97d1f8af
user:      nia <nia%NetBSD.org@localhost>
date:      Tue Nov 30 12:03:38 2021 +0000

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

https://groups.google.com/g/comp.unix.bsd.netbsd.misc/c/Yni35VNCXOY

diffstat:

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

diffs (18 lines):

diff -r d5cadc4eeae0 -r 13ef97d1f8af usr.bin/msgs/pathnames.h
--- a/usr.bin/msgs/pathnames.h  Tue Nov 30 11:00:29 2021 +0000
+++ b/usr.bin/msgs/pathnames.h  Tue Nov 30 12:03:38 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.5 2021/11/30 12:03:38 nia 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