Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.

This commit is contained in:
Juli Mallett 2002-05-17 11:47:12 +00:00
parent 71e092d1bb
commit 5fab96cfa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96807
3 changed files with 2 additions and 2 deletions

View file

@ -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/"

View file

@ -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"

View file

@ -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"