summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2001-08-10 00:33:01 +0000
committerDavid McCullough <davidm@snapgear.com>2001-08-10 00:33:01 +0000
commit7e79b9d3abb86bc457607ff3405052092cbf0069 (patch)
treec962bba041a8cd329585ab878317c8861df8c760 /include
parentbf3591244c3dcb897b60fe23beef0e4ed235b736 (diff)
Make _PATH_VARRUN actually point to /var/run.
Diffstat (limited to 'include')
-rw-r--r--include/paths.h2
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 */