Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 893288 | Differences between
and this patch

Collapse All | Expand All

(-)accountsservice-22.08.8/meson.build (-2 / +1 lines)
Lines 101-108 Link Here
101
101
102
  config_h.set('PATH_WTMP', '_PATH_WTMPX')
102
  config_h.set('PATH_WTMP', '_PATH_WTMPX')
103
else
103
else
104
  path_wtmp = '/var/log/utx.log'
104
  path_wtmp = '/var/log/wtmp'
105
  assert(run_command('test', '-e', path_wtmp).returncode() == 0, 'Do not know which filename to watch for wtmp changes')
106
  config_h.set_quoted('PATH_WTMP', path_wtmp)
105
  config_h.set_quoted('PATH_WTMP', path_wtmp)
107
endif
106
endif

Return to bug 893288