From d48770fcb5c545da4f1242927a94b437e2372332 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 26 Aug 2005 12:00:43 +0000 Subject: [PATCH] Path config, so they're not hard-coded separately in commands --- include/minix/paths.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/minix/paths.h diff --git a/include/minix/paths.h b/include/minix/paths.h new file mode 100644 index 000000000..2ab0f57ea --- /dev/null +++ b/include/minix/paths.h @@ -0,0 +1,12 @@ +#ifndef _MINIX_PATHS_H +#define _MINIX_PATHS_H 1 + +#define _PATH_DHCPCONF "/etc/dhcp.conf" +#define _PATH_DHCPPID "/usr/run/dhcpd.pid" +#define _PATH_DHCPCACHE "/usr/adm/dhcp.cache" +#define _PATH_DHCPPOOL "/usr/adm/dhcp.pool" + +#define _PATH_WTMP "/usr/adm/wtmp" +#define _PATH_LASTLOG "/usr/adm/lastlog" + +#endif -- 2.44.0