ALT Linux Bugzilla
– Attachment 6064 Details for
Bug 29895
Failed to replace specifiers (v209~955)
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
systemd-tmpfiles.filetrigger.patch
systemd-tmpfiles.filetrigger.patch (text/plain), 457 bytes, created by
Gleb F-Malinovskiy
on 2014-03-19 15:01:27 MSK
(
hide
)
Description:
systemd-tmpfiles.filetrigger.patch
Filename:
MIME Type:
Creator:
Gleb F-Malinovskiy
Created:
2014-03-19 15:01:27 MSK
Size:
457 bytes
patch
obsolete
>diff --git a/systemd-tmpfiles.filetrigger b/systemd-tmpfiles.filetrigger >index 14b7fc1..e6f97a0 100755 >--- a/systemd-tmpfiles.filetrigger >+++ b/systemd-tmpfiles.filetrigger >@@ -1,8 +1,12 @@ > #!/bin/sh -e > >+[ -L /proc/1/root ] || exit 0 >+ >+rc=0 > LC_ALL=C egrep -s '^/(lib|etc)/tmpfiles.d/.+\.conf' | sort -u | > while read -r file; do > if [ -f $file ]; then >- systemd-tmpfiles --create $file >+ systemd-tmpfiles --create $file || rc=1 > fi > done >+exit $rc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29895
:
6063
| 6064