diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
commit | f01e90294486b3921674f6f5ab7773ac3b5b0a3a (patch) | |
tree | b7b908ac0d85797bd439de2537bf6ff6a08c1aa6 /sbin/dump | |
parent | 3f70efa473f0e9a7809a9a03dbbd9f93bf51861d (diff) | |
download | FreeBSD-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/dump')
-rw-r--r-- | sbin/dump/pathnames.h | 1 |
1 files changed, 0 insertions, 1 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" |