Accepting request 233241 from home:a_jaeger:FactoryFix
Use /run/ instead of /var/run. OBS-URL: https://build.opensuse.org/request/show/233241 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=67
This commit is contained in:
parent
da6077e639
commit
c8289a687c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 9 11:59:21 UTC 2014 - aj@suse.com
|
||||||
|
|
||||||
|
- Use /run/ instead of /var/run.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 24 12:01:16 UTC 2014 - sndirsch@suse.com
|
Mon Mar 24 12:01:16 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
4
xdm.spec
4
xdm.spec
@ -208,7 +208,11 @@ chmod 0755 %{buildroot}%{_sbindir}/rcxdm
|
|||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager
|
%{_localstatedir}/adm/fillup-templates/sysconfig.displaymanager
|
||||||
%{_localstatedir}/lib/xdm/authdir/
|
%{_localstatedir}/lib/xdm/authdir/
|
||||||
%ghost %{_localstatedir}/log/xdm.errors
|
%ghost %{_localstatedir}/log/xdm.errors
|
||||||
|
%if %with_systemd
|
||||||
|
%ghost /run/xdm.pid
|
||||||
|
%else
|
||||||
%ghost %{_localstatedir}/run/xdm.pid
|
%ghost %{_localstatedir}/run/xdm.pid
|
||||||
|
%endif
|
||||||
%{_bindir}/chooser
|
%{_bindir}/chooser
|
||||||
%{_bindir}/xdm
|
%{_bindir}/xdm
|
||||||
%{_bindir}/xdmshell
|
%{_bindir}/xdmshell
|
||||||
|
Loading…
Reference in New Issue
Block a user