]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
fixed utmpx path
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 1 Jun 1999 16:39:11 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-utmpx.patch -> 1.1

util-linux-utmpx.patch [new file with mode: 0644]

diff --git a/util-linux-utmpx.patch b/util-linux-utmpx.patch
new file mode 100644 (file)
index 0000000..a05d882
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur util-linux-2.9r.orig/lib/pathnames.h util-linux-2.9r/lib/pathnames.h
+--- util-linux-2.9r.orig/lib/pathnames.h       Sun Oct 11 21:19:16 1998
++++ util-linux-2.9r/lib/pathnames.h    Tue Jun  1 19:07:58 1999
+@@ -64,8 +64,8 @@
+ #define _PATH_TTY             "/dev/tty"
+ #define TTYTYPES              "/etc/ttytype"
+ #define SECURETTY             "/etc/securetty"
+-#define _PATH_UTMP            "/var/run/utmp"
+-#define _PATH_WTMP            LOGDIR "/wtmp"
++#define _PATH_UTMP            "/var/run/utmpx"
++#define _PATH_WTMP            LOGDIR "/wtmpx"
+ #define _PATH_WTMPLOCK                "/etc/wtmplock"
+ /* no more . in DEFPATH */
+Only in util-linux-2.9r/lib: pathnames.h~
This page took 0.060441 seconds and 4 git commands to generate.