Browse Source

Make _PATH_VARRUN actually point to /var/run.

David McCullough 23 years ago
parent
commit
7e79b9d3ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/paths.h

+ 1 - 1
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 */