]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- add /var/lib/systemd/coredump dir:
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Mar 2012 09:28:24 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  [17271.546636] systemd-journal[1464]: segfault at ac30a5a8 ip 08056547 sp bf997b20 error 4 in systemd-journald (deleted)[8048000+21000]
  [17271.548116]: systemd-coredump[26515]: Detected coredump of the journal daemon itself, diverting coredump to /var/lib/systemd/coredump/.

Changed files:
    systemd.spec -> 1.131

systemd.spec

index 3f4c4d14667bb250e97daad7584e1f9dc1c88bfc..bf598921c925de84b715631807c8949c6f8f4928 100644 (file)
@@ -348,6 +348,7 @@ cp -p %{SOURCE2} src/systemd_booted.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -575,6 +576,8 @@ rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service
 %{_mandir}/man7/sd-login.7*
 %{_mandir}/man7/sd-readahead.7*
 %{_mandir}/man7/systemd.special.7*
+%dir /var/lib/%{name}
+%dir /var/lib/%{name}/coredump
 %attr(640,root,root) %ghost /var/log/btmp
 %attr(664,root,utmp) %ghost /var/log/wtmp
 
This page took 0.051915 seconds and 4 git commands to generate.