aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-05-17 11:47:12 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-05-17 11:47:12 +0000
commit5fab96cfa446429edc98c2ee99b1fca16c4064cb (patch)
treeb7b908ac0d85797bd439de2537bf6ff6a08c1aa6
parent71e092d1bb0edcc0f911b39350809d70169ac418 (diff)
downloadsrc-5fab96cfa446429edc98c2ee99b1fca16c4064cb.tar.gz
src-5fab96cfa446429edc98c2ee99b1fca16c4064cb.zip
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
Notes
Notes: svn path=/head/; revision=96807
-rw-r--r--include/paths.h1
-rw-r--r--sbin/dump/pathnames.h1
-rw-r--r--sbin/shutdown/pathnames.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h
index cf8bc8d7969f..ec17cac6e069 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -73,6 +73,7 @@
#define _PATH_TTY "/dev/tty"
#define _PATH_UNIX "don't use _PATH_UNIX"
#define _PATH_VI "/usr/bin/vi"
+#define _PATH_WALL "/usr/bin/wall"
/* Provide trailing slash, since mostly used for building pathnames. */
#define _PATH_DEV "/dev/"
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h
index 1e466f40aee6..10defb2a213c 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 9d0583848a16..a1afc1881aa3 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"