diff options
author | Ruediger Meier | 2016-12-01 09:52:10 +0100 |
---|---|---|
committer | Karel Zak | 2016-12-07 12:35:24 +0100 |
commit | 81580f79fa4b96b24a7db67815e7ffa7d3e2d42c (patch) | |
tree | 7824683ffefe186b18f570c4131151b324d802a4 /include | |
parent | login: re-add lastlog.h header (diff) | |
download | kernel-qcow2-util-linux-81580f79fa4b96b24a7db67815e7ffa7d3e2d42c.tar.gz kernel-qcow2-util-linux-81580f79fa4b96b24a7db67815e7ffa7d3e2d42c.tar.xz kernel-qcow2-util-linux-81580f79fa4b96b24a7db67815e7ffa7d3e2d42c.zip |
agetty: remove obsolete HAVE_UPDWTMP fallback
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/pathnames.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pathnames.h b/include/pathnames.h index 05fb082ea..a5e8507e0 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -35,8 +35,6 @@ # define _PATH_DEFPATH_ROOT "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" #endif -#define _PATH_WTMPLOCK "/etc/wtmplock" - #define _PATH_HUSHLOGIN ".hushlogin" #define _PATH_HUSHLOGINS "/etc/hushlogins" |