]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-fhs.patch
dir attribute for dirs
[packages/util-linux.git] / util-linux-fhs.patch
CommitLineData
a7980c08
ER
1--- util-linux-2.21/include/pathnames.h~ 2011-12-18 22:28:28.000000000 +0200
2+++ util-linux-2.21/include/pathnames.h 2012-03-05 17:32:49.986673893 +0200
e7e771c5
AM
3@@ -35,7 +35,7 @@
4 # define _PATH_DEFPATH_ROOT "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"
5 #endif
f212f39a 6
f212f39a 7-#define _PATH_WTMPLOCK "/etc/wtmplock"
8+#define _PATH_WTMPLOCK "/var/lock/wtmplock"
9
10 #define _PATH_HUSHLOGIN ".hushlogin"
a7980c08 11 #define _PATH_HUSHLOGINS "/etc/hushlogins"
971f9098
AM
12@@ -34,7 +34,7 @@
13 #define _PATH_NOLOGIN_TXT "/etc/nologin.txt"
f212f39a 14
15 #ifndef _PATH_MAILDIR
16-#define _PATH_MAILDIR "/var/spool/mail"
17+#define _PATH_MAILDIR "/var/mail"
18 #endif
19 #define _PATH_MOTDFILE "/etc/motd"
20 #define _PATH_NOLOGIN "/etc/nologin"
a7980c08
ER
21--- util-linux-2.21/login-utils/login.1~ 2012-02-10 15:45:52.000000000 +0200
22+++ util-linux-2.21/login-utils/login.1 2012-03-05 18:07:04.386917212 +0200
23@@ -223,7 +223,7 @@
24 .I /var/run/utmp
25 .I /var/log/wtmp
26 .I /var/log/lastlog
27-.I /var/spool/mail/*
28+.I /var/mail/*
29 .I /etc/motd
30 .I /etc/passwd
31 .I /etc/nologin
This page took 0.079664 seconds and 4 git commands to generate.