diff options
Diffstat (limited to 'sbin/shutdown/pathnames.h')
-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 9d05838..a1afc18 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" |