]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-fhs.patch
9c49193d85ed9c59c5e514103c5f2692 util-linux-2.10f-mount-tcp.patch
[packages/util-linux.git] / util-linux-fhs.patch
CommitLineData
14004719
AF
1--- util-linux-2.10a/lib/pathnames.h.wiget Fri Nov 12 00:24:49 1999
2+++ util-linux-2.10a/lib/pathnames.h Fri Nov 12 00:47:51 1999
3@@ -86,6 +86,10 @@
399add0a 4 #define LOGDIR "/var/log"
5 #endif
6
7+#ifndef DATAMISCDIR
8+#define DATAMISCDIR "/usr/share/misc"
9+#endif
10+
11 #ifndef VARPATH
12 #define VARPATH "/var"
13 #endif
14004719 14@@ -101,7 +105,7 @@
399add0a 15 #define SECURETTY "/etc/securetty"
16 #define _PATH_UTMP "/var/run/utmpx"
17 #define _PATH_WTMP LOGDIR "/wtmpx"
18-#define _PATH_WTMPLOCK "/etc/wtmplock"
14004719 19+#define _PATH_WTMPLOCK "/var/log/wtmpxlock"
399add0a 20
21 /* no more . in DEFPATH */
22 #define _PATH_DEFPATH "/usr/local/bin:/bin:/usr/bin"
14004719 23@@ -110,7 +114,7 @@
399add0a 24 #define _PATH_LASTLOG LOGDIR "/lastlog"
14004719
AF
25
26 #ifndef _PATH_MAILDIR
399add0a 27-#define _PATH_MAILDIR VARPATH "/spool/mail"
28+#define _PATH_MAILDIR VARPATH "/mail"
14004719 29 #endif
399add0a 30 #define _PATH_MOTDFILE "/etc/motd"
31 #define _PATH_NOLOGIN "/etc/nologin"
14004719 32@@ -142,5 +146,5 @@
399add0a 33 #define _PATH_GTMPTMP "/etc/gtmptmp"
34
14004719 35 /* used in misc-utils/look.c */
399add0a 36-#define _PATH_WORDS "/usr/dict/words"
37-#define _PATH_WORDS_ALT "/usr/dict/web2"
38+#define _PATH_WORDS "/usr/share/dict/words"
39+#define _PATH_WORDS_ALT "/usr/share/dict/web2"
This page took 0.028904 seconds and 4 git commands to generate.