mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
This commit is contained in:
parent
71e092d1bb
commit
5fab96cfa4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96807
@ -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/"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user