Module Name:    src
Committed By:   nia
Date:           Tue Nov 30 12:03:38 UTC 2021

Modified Files:
        src/usr.bin/msgs: pathnames.h

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/msgs/pathnames.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/msgs/pathnames.h
diff -u src/usr.bin/msgs/pathnames.h:1.4 src/usr.bin/msgs/pathnames.h:1.5
--- src/usr.bin/msgs/pathnames.h:1.4	Thu Aug  7 11:15:18 2003
+++ src/usr.bin/msgs/pathnames.h	Tue Nov 30 12:03:38 2021
@@ -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"

Reply via email to