diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-13 20:51:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-13 20:51:40 +0200 |
commit | 67ff6134592205ea7d39a826bb3e6420d82d1ceb (patch) | |
tree | add443731643f9c4255b34143282f00321f8ca50 /man | |
parent | e702c2c07df401a3cf5f7e107b3b2560a8c35af1 (diff) |
man: s/triggerin/triggerun/ for rpm upgrades
https://bugzilla.redhat.com/show_bug.cgi?id=626966
Diffstat (limited to 'man')
-rw-r--r-- | man/daemon.xml | 2 |
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 < 0.47.11-1 + <programlisting>%triggerun -- foobar < 0.47.11-1 if /sbin/chkconfig foobar ; then /bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&1 || : fi</programlisting> |