Module Name: src
Committed By: martin
Date: Tue Nov 30 13:11:47 UTC 2021
Modified Files:
src/usr.bin/msgs [netbsd-9]: pathnames.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.100.1 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.4.100.1
--- src/usr.bin/msgs/pathnames.h:1.4 Thu Aug 7 11:15:18 2003
+++ src/usr.bin/msgs/pathnames.h Tue Nov 30 13:11:47 2021
@@ -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"