]> git.pld-linux.org Git - packages/util-linux.git/blobdiff - util-linux-fhs.patch
- rel 8; versioned O
[packages/util-linux.git] / util-linux-fhs.patch
index 24efd45765a937e90fd1ce31a49ec979b55d0822..7435782345e38ba528cd8330ee4f48389a3d2688 100644 (file)
@@ -1,12 +1,17 @@
-diff -urN util-linux-2.11d.org/include/pathnames.h util-linux-2.11d/include/pathnames.h
---- util-linux-2.11d.org/include/pathnames.h   Sun Jun  3 21:48:00 2001
-+++ util-linux-2.11d/include/pathnames.h       Sun Jun  3 21:48:47 2001
-@@ -101,7 +105,7 @@
- #define SECURETTY             "/etc/securetty"
- #define _PATH_UTMP            "/var/run/utmp"
- #define _PATH_WTMP            LOGDIR "/wtmp"
+--- util-linux-ng-2.17.2/include/pathnames.h.orig      2010-03-22 09:05:42.000000000 +0100
++++ util-linux-ng-2.17.2/include/pathnames.h   2010-05-09 10:46:42.934937584 +0200
+@@ -20,12 +20,12 @@
+ #define       _PATH_DEFPATH_ROOT      "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"
+ #define _PATH_SECURETTY               "/etc/securetty"
 -#define _PATH_WTMPLOCK                "/etc/wtmplock"
-+#define _PATH_WTMPLOCK                VARPATH "/lock/wtmplock"
++#define _PATH_WTMPLOCK                "/var/lock/wtmplock"
+ #define       _PATH_HUSHLOGIN         ".hushlogin"
  
- /* no more . in DEFPATH */
- #define       _PATH_DEFPATH           "/usr/local/bin:/bin:/usr/bin"
+ #ifndef _PATH_MAILDIR
+-#define       _PATH_MAILDIR           "/var/spool/mail"
++#define       _PATH_MAILDIR           "/var/mail"
+ #endif
+ #define       _PATH_MOTDFILE          "/etc/motd"
+ #define       _PATH_NOLOGIN           "/etc/nologin"
This page took 0.076963 seconds and 4 git commands to generate.