summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-05-17 11:47:12 +0000
committerjmallett <jmallett@FreeBSD.org>2002-05-17 11:47:12 +0000
commitf01e90294486b3921674f6f5ab7773ac3b5b0a3a (patch)
treeb7b908ac0d85797bd439de2537bf6ff6a08c1aa6 /sbin
parent3f70efa473f0e9a7809a9a03dbbd9f93bf51861d (diff)
downloadFreeBSD-src-f01e90294486b3921674f6f5ab7773ac3b5b0a3a.zip
FreeBSD-src-f01e90294486b3921674f6f5ab7773ac3b5b0a3a.tar.gz
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dump/pathnames.h1
-rw-r--r--sbin/shutdown/pathnames.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h
index 1e466f4..10defb2 100644
--- a/sbin/dump/pathnames.h
+++ b/sbin/dump/pathnames.h
@@ -41,4 +41,3 @@
#define _PATH_DUMPDATES "/etc/dumpdates"
#define _PATH_LOCK "/tmp/dumplockXXXXXX"
#define _PATH_RMT "/etc/rmt" /* path on remote host */
-#define _PATH_WALL "/usr/bin/wall"
diff --git a/sbin/shutdown/pathnames.h b/sbin/shutdown/pathnames.h
index 9d05838..a1afc18 100644
--- a/sbin/shutdown/pathnames.h
+++ b/sbin/shutdown/pathnames.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/5/93
+ * $FreeBSD$
*/
#include <paths.h>
@@ -38,4 +39,3 @@
#define _PATH_FASTBOOT "/fastboot"
#define _PATH_HALT "/sbin/halt"
#define _PATH_REBOOT "/sbin/reboot"
-#define _PATH_WALL "/usr/bin/wall"
OpenPOWER on IntegriCloud