From 6fde69b7d17726e5071e0aeb2f166836ab07b949 Mon Sep 17 00:00:00 2001 From: iedowse Date: Sun, 4 Jan 2004 17:17:46 +0000 Subject: Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming that mksnap_ffs(8) can be found using the current $PATH. Reviewed by: mckusick --- include/paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/paths.h') diff --git a/include/paths.h b/include/paths.h index 043e61c..55fc21e 100644 --- a/include/paths.h +++ b/include/paths.h @@ -71,6 +71,7 @@ #define _PATH_MAN "/usr/share/man" #define _PATH_MDCONFIG "/sbin/mdconfig" #define _PATH_MEM "/dev/mem" +#define _PATH_MKSNAP_FFS "/sbin/mksnap_ffs" #define _PATH_MOUNT "/sbin/mount" #define _PATH_NEWFS "/sbin/newfs" #define _PATH_NOLOGIN "/var/run/nologin" -- cgit v1.1