projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0713b17
)
systemd.eclass: Add missing ||die on ntp file writes
author
Michał Górny
<mgorny@gentoo.org>
Fri, 27 Nov 2015 14:38:18 +0000
(15:38 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 1 Dec 2015 22:07:17 +0000
(23:07 +0100)
eclass/systemd.eclass
patch
|
blob
|
history
diff --git
a/eclass/systemd.eclass
b/eclass/systemd.eclass
index e4349bc69ba5c644e67f5742e1ca083650c7590c..8ec0c5d81384a8eb5384d05c01ba29e495e7baa5 100644
(file)
--- a/
eclass/systemd.eclass
+++ b/
eclass/systemd.eclass
@@
-296,7
+296,7
@@
systemd_enable_ntpunit() {
if [[ ! -f "${D}${unitdir}/${s}" ]]; then
die "ntp-units.d provider ${s} not installed (yet?) in \${D}."
fi
- echo "${s}" >> "${T}"/${ntpunit_name}.list
+ echo "${s}" >> "${T}"/${ntpunit_name}.list
|| die
done
(