diff options
author | David McCullough <davidm@snapgear.com> | 2001-08-10 00:33:01 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-08-10 00:33:01 +0000 |
commit | 7e79b9d3abb86bc457607ff3405052092cbf0069 (patch) | |
tree | c962bba041a8cd329585ab878317c8861df8c760 | |
parent | bf3591244c3dcb897b60fe23beef0e4ed235b736 (diff) |
Make _PATH_VARRUN actually point to /var/run.
-rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |