date and time created 82/05/19 10:14:30 by rrh
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 20 May 1982 01:14:30 +0000 (17:14 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 20 May 1982 01:14:30 +0000 (17:14 -0800)
SCCS-vsn: usr.bin/msgs/pathnames.h 4.1

usr/src/usr.bin/msgs/pathnames.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/msgs/pathnames.h b/usr/src/usr.bin/msgs/pathnames.h
new file mode 100644 (file)
index 0000000..bd7941b
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ *     @(#)pathnames.h 4.1 %G%
+ */
+/*
+ * Local definitions for msgs.
+ */
+
+#define USRMSGS        "/usr/msgs"             /* msgs directory */
+#define MAIL   "/usr/ucb/Mail -f %s"   /* could set destination also */
+#define PAGE   "/usr/ucb/more -%d"     /* crt screen paging program */