]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-fhs.patch
- nicely stop, without error
[packages/util-linux.git] / util-linux-fhs.patch
CommitLineData
f212f39a 1--- util-linux-ng-2.17.2/include/pathnames.h.orig 2010-03-22 09:05:42.000000000 +0100
2+++ util-linux-ng-2.17.2/include/pathnames.h 2010-05-09 10:46:42.934937584 +0200
3@@ -20,12 +20,12 @@
4 #define _PATH_DEFPATH_ROOT "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"
5
6 #define _PATH_SECURETTY "/etc/securetty"
7-#define _PATH_WTMPLOCK "/etc/wtmplock"
8+#define _PATH_WTMPLOCK "/var/lock/wtmplock"
9
10 #define _PATH_HUSHLOGIN ".hushlogin"
11
12 #ifndef _PATH_MAILDIR
13-#define _PATH_MAILDIR "/var/spool/mail"
14+#define _PATH_MAILDIR "/var/mail"
15 #endif
16 #define _PATH_MOTDFILE "/etc/motd"
17 #define _PATH_NOLOGIN "/etc/nologin"
This page took 0.028653 seconds and 4 git commands to generate.