]> Zhao Yanbai Git Server - minix.git/commitdiff
Path config, so they're not hard-coded separately in commands
authorBen Gras <ben@minix3.org>
Fri, 26 Aug 2005 12:00:43 +0000 (12:00 +0000)
committerBen Gras <ben@minix3.org>
Fri, 26 Aug 2005 12:00:43 +0000 (12:00 +0000)
include/minix/paths.h [new file with mode: 0644]

diff --git a/include/minix/paths.h b/include/minix/paths.h
new file mode 100644 (file)
index 0000000..2ab0f57
--- /dev/null
@@ -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