liblastlog2 uses /var/lib/lastlog
You can verify it through man pam_lastlog2.
This commit is contained in:
parent
ba1905c6c7
commit
7ef16d92f7
1 changed files with 2 additions and 2 deletions
|
|
@ -395,7 +395,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/{pam.d,security/console.apps}
|
|||
# And a dirs that the makefiles don't create
|
||||
install -d %{buildroot}%{_rundir}/uuidd
|
||||
install -d %{buildroot}%{_sharedstatedir}/libuuid
|
||||
install -d %{buildroot}%{_sharedstatedir}/liblastlog
|
||||
install -d %{buildroot}%{_sharedstatedir}/lastlog
|
||||
|
||||
# /etc/adjtime
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/adjtime
|
||||
|
|
@ -969,7 +969,7 @@ fi
|
|||
|
||||
%files -n liblastlog2
|
||||
%license Documentation/licenses/COPYING.BSD-2-Clause
|
||||
%dir %{_sharedstatedir}/liblastlog
|
||||
%dir %{_sharedstatedir}/lastlog
|
||||
%{_libdir}/liblastlog2.so.*
|
||||
%{_pam_moduledir}/pam_lastlog2.so
|
||||
%{_tmpfilesdir}/lastlog2-tmpfiles.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue