diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
commit | 5fab96cfa446429edc98c2ee99b1fca16c4064cb (patch) | |
tree | b7b908ac0d85797bd439de2537bf6ff6a08c1aa6 /sbin/shutdown | |
parent | 71e092d1bb0edcc0f911b39350809d70169ac418 (diff) | |
download | src-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
Diffstat (limited to 'sbin/shutdown')
-rw-r--r-- | sbin/shutdown/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |