projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943df3b
)
Minor fix regarding "update-alternatives --remove systemd-shutdown.."
author
Hyotaek Shim
<hyotaek.shim@samsung.com>
Fri, 25 Jan 2019 08:50:42 +0000
(17:50 +0900)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Thu, 14 Mar 2024 23:06:27 +0000
(
00:06
+0100)
Change-Id: I33510d36510a468c9fa67265f3ba3e73934080a0
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/systemd.spec
patch
|
blob
|
history
diff --git
a/packaging/systemd.spec
b/packaging/systemd.spec
index
164b41e
..
758701b
100644
(file)
--- a/
packaging/systemd.spec
+++ b/
packaging/systemd.spec
@@
-374,7
+374,7
@@
if [ $1 -eq 0 ] ; then
systemd-readahead-replay.service \
systemd-readahead-collect.service >/dev/null 2>&1 || :
- update-alternatives --remove
%{_prefix}/lib/systemd/systemd-shutdown
systemd-shutdown %{_prefix}/lib/systemd/systemd-shutdown-original
+ update-alternatives --remove systemd-shutdown %{_prefix}/lib/systemd/systemd-shutdown-original
fi
%posttrans