Skip to content

Commit 351220b

Browse files
committed
Changed default utmp and wtmp path (meson.build).
1 parent ffb6d30 commit 351220b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ if (bash_comp_path == '')
5858
endif
5959
our_utmp_file = get_option('OUR_UTMP_FILE')
6060
if (our_utmp_file == '')
61-
our_utmp_file = localstatedir/'run'/'utmp'
61+
our_utmp_file = '/run/utmp'
6262
endif
6363
our_wtmp_file = get_option('OUR_WTMP_FILE')
6464
if (our_wtmp_file == '')
65-
our_wtmp_file = localstatedir/'log'/'wtmp'
65+
our_wtmp_file = localstatedir/'log/wtmp'
6666
endif
6767

6868
# Configuration

0 commit comments

Comments
 (0)