diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 11:03:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 11:03:01 -0700 |
commit | 46646524a74c1834de103a2f469142ab50f6bfd6 (patch) | |
tree | 67cac2a69ef6873be52d5e1d2ff171eaa0ee7b99 /filenames.sed.c | |
parent | a594e318996d0e8c02018eef1837135b382076c5 (diff) |
Document -L option for lastlog files
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'filenames.sed.c')
-rw-r--r-- | filenames.sed.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/filenames.sed.c b/filenames.sed.c index b3bd13e..2db7845 100644 --- a/filenames.sed.c +++ b/filenames.sed.c @@ -18,7 +18,12 @@ # define TTYS_FILE "/etc/ttys" #endif +#ifndef LLOG_FILE +# define LLOG_FILE "/var/log/lastlog" +#endif + s|__utmp_manpage__|UTM|g s|__utmp_file__|UTF|g s|__wtmp_file__|WTF|g s|__ttys_file__|TTYS_FILE|g +s|__lastlog_file__|LLOG_FILE|g |