From 7e79b9d3abb86bc457607ff3405052092cbf0069 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Fri, 10 Aug 2001 00:33:01 +0000 Subject: Make _PATH_VARRUN actually point to /var/run. --- include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/paths.h') diff --git a/include/paths.h b/include/paths.h index 2af8a5749..95b63c58b 100644 --- a/include/paths.h +++ b/include/paths.h @@ -17,6 +17,6 @@ #define _PATH_TMP "/tmp/" #define _PATH_LASTLOG "/var/log/lastlog" #define _PATH_LOCALE "/usr/lib/locale" -#define _PATH_VARRUN "/var/log/" +#define _PATH_VARRUN "/var/run/" #endif /* __PATHS_H */ -- cgit v1.2.3