Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
This commit is contained in:
parent
71e092d1bb
commit
5fab96cfa4
@ -73,6 +73,7 @@
|
|||||||
#define _PATH_TTY "/dev/tty"
|
#define _PATH_TTY "/dev/tty"
|
||||||
#define _PATH_UNIX "don't use _PATH_UNIX"
|
#define _PATH_UNIX "don't use _PATH_UNIX"
|
||||||
#define _PATH_VI "/usr/bin/vi"
|
#define _PATH_VI "/usr/bin/vi"
|
||||||
|
#define _PATH_WALL "/usr/bin/wall"
|
||||||
|
|
||||||
/* Provide trailing slash, since mostly used for building pathnames. */
|
/* Provide trailing slash, since mostly used for building pathnames. */
|
||||||
#define _PATH_DEV "/dev/"
|
#define _PATH_DEV "/dev/"
|
||||||
|
@ -41,4 +41,3 @@
|
|||||||
#define _PATH_DUMPDATES "/etc/dumpdates"
|
#define _PATH_DUMPDATES "/etc/dumpdates"
|
||||||
#define _PATH_LOCK "/tmp/dumplockXXXXXX"
|
#define _PATH_LOCK "/tmp/dumplockXXXXXX"
|
||||||
#define _PATH_RMT "/etc/rmt" /* path on remote host */
|
#define _PATH_RMT "/etc/rmt" /* path on remote host */
|
||||||
#define _PATH_WALL "/usr/bin/wall"
|
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)pathnames.h 8.1 (Berkeley) 6/5/93
|
* @(#)pathnames.h 8.1 (Berkeley) 6/5/93
|
||||||
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
@ -38,4 +39,3 @@
|
|||||||
#define _PATH_FASTBOOT "/fastboot"
|
#define _PATH_FASTBOOT "/fastboot"
|
||||||
#define _PATH_HALT "/sbin/halt"
|
#define _PATH_HALT "/sbin/halt"
|
||||||
#define _PATH_REBOOT "/sbin/reboot"
|
#define _PATH_REBOOT "/sbin/reboot"
|
||||||
#define _PATH_WALL "/usr/bin/wall"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user