diff options
Diffstat (limited to 'filenames.sed.c')
-rw-r--r-- | filenames.sed.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filenames.sed.c b/filenames.sed.c index 9ce1dcd..b3bd13e 100644 --- a/filenames.sed.c +++ b/filenames.sed.c @@ -2,8 +2,10 @@ #ifdef UTMPX_FILE # define UTF UTMPX_FILE +# define UTM utmpx #else # define UTF UTMP_FILE +# define UTM utmp #endif #ifdef WTMPX_FILE @@ -16,6 +18,7 @@ # define TTYS_FILE "/etc/ttys" #endif +s|__utmp_manpage__|UTM|g s|__utmp_file__|UTF|g s|__wtmp_file__|WTF|g s|__ttys_file__|TTYS_FILE|g |