summaryrefslogtreecommitdiff
path: root/man/daemon.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-13 20:51:40 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-13 20:51:40 +0200
commit67ff6134592205ea7d39a826bb3e6420d82d1ceb (patch)
treeadd443731643f9c4255b34143282f00321f8ca50 /man/daemon.xml
parente702c2c07df401a3cf5f7e107b3b2560a8c35af1 (diff)
man: s/triggerin/triggerun/ for rpm upgrades
https://bugzilla.redhat.com/show_bug.cgi?id=626966
Diffstat (limited to 'man/daemon.xml')
-rw-r--r--man/daemon.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/daemon.xml b/man/daemon.xml
index edf8e52b88..dac244ca4e 100644
--- a/man/daemon.xml
+++ b/man/daemon.xml
@@ -863,7 +863,7 @@ fi</programlisting>
script and a native systemd service file, use
a fragment like the following:</para>
- <programlisting>%triggerin -- foobar &lt; 0.47.11-1
+ <programlisting>%triggerun -- foobar &lt; 0.47.11-1
if /sbin/chkconfig foobar ; then
/bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
fi</programlisting>