Kaynağa Gözat

Make _PATH_VARRUN actually point to /var/run.

David McCullough 23 yıl önce
ebeveyn
işleme
7e79b9d3ab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/paths.h

+ 1 - 1
include/paths.h

@@ -17,6 +17,6 @@
 #define	_PATH_TMP	"/tmp/"
 #define	_PATH_TMP	"/tmp/"
 #define _PATH_LASTLOG	"/var/log/lastlog"
 #define _PATH_LASTLOG	"/var/log/lastlog"
 #define _PATH_LOCALE	"/usr/lib/locale"
 #define _PATH_LOCALE	"/usr/lib/locale"
-#define _PATH_VARRUN	"/var/log/"
+#define _PATH_VARRUN	"/var/run/"
 
 
 #endif /* __PATHS_H */
 #endif /* __PATHS_H */