summaryrefslogtreecommitdiff
path: root/man/filenames.sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'man/filenames.sed.c')
-rw-r--r--man/filenames.sed.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/filenames.sed.c b/man/filenames.sed.c
index 2db7845..2ca7f1d 100644
--- a/man/filenames.sed.c
+++ b/man/filenames.sed.c
@@ -3,15 +3,21 @@
#ifdef UTMPX_FILE
# define UTF UTMPX_FILE
# define UTM utmpx
+/* delete utmp-only content */
+/__BEGIN_UTMP_ONLY__/,/__END_UTMP_ONLY__/ d
#else
# define UTF UTMP_FILE
# define UTM utmp
+/* delete utmpx-only content */
+/__BEGIN_UTMPX_ONLY__/,/__END_UTMPX_ONLY__/ d
#endif
#ifdef WTMPX_FILE
# define WTF WTMPX_FILE
+# define WTM wtmpx
#else
# define WTF WTMP_FILE
+# define WTM wtmp
#endif
#ifndef TTYS_FILE
@@ -24,6 +30,7 @@
s|__utmp_manpage__|UTM|g
s|__utmp_file__|UTF|g
+s|__wtmp_manpage__|WTM|g
s|__wtmp_file__|WTF|g
s|__ttys_file__|TTYS_FILE|g
s|__lastlog_file__|LLOG_FILE|g