Screen installs content to /var/run (#1053195)

epel9
Petr Hracek 11 years ago
parent 0a027d6b94
commit 08645c557e

@ -4,7 +4,7 @@
Summary: A screen manager that supports multiple logins on one terminal
Name: screen
Version: 4.1.0
Release: 0.18.20120314git3c2946%{?dist}
Release: 0.19.20120314git3c2946%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://www.gnu.org/software/screen
@ -146,13 +146,16 @@ fi
%{_sysconfdir}/tmpfiles.d/screen.conf
%if %{with multiuser}
%attr(4755,root,root) %{_bindir}/screen
%attr(755,root,root) %{_localstatedir}/run/screen
%ghost %attr(755,root,root) %{_localstatedir}/run/screen
%else
%attr(2755,root,screen) %{_bindir}/screen
%attr(775,root,screen) %{_localstatedir}/run/screen
%ghost %attr(775,root,screen) %{_localstatedir}/run/screen
%endif
%changelog
* Fri Apr 18 2014 Petr Hracek <phracek@redhat.com> - 4.1.0-0.19.20120314git3c2946
- Screen installs content to /var/run (#1053195)
* Tue Apr 08 2014 Petr Hracek <phracek@redhat.com> - 4.1.0-0.18.20120314git3c2946
- Man page update (#1023953)

Loading…
Cancel
Save