Fixed a broken trigger

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2015-11-02 12:26:35 -05:00
parent f48d343ad8
commit c2455594ee

View File

@ -254,7 +254,7 @@ if /sbin/chkconfig --level 3 nfs ; then
/bin/systemctl enable nfs-server.service >/dev/null 2>&1 || : /bin/systemctl enable nfs-server.service >/dev/null 2>&1 || :
fi fi
%triggerin -- nfs-utils < 1:1.3.1-4.0 %triggerun -- nfs-utils < 1:1.3.1-4.0
# reset configuration files and running daemons # reset configuration files and running daemons
if [ $1 -eq 2 ] ; then if [ $1 -eq 2 ] ; then
/bin/systemctl enable nfs-client.target >/dev/null 2>&1 || : /bin/systemctl enable nfs-client.target >/dev/null 2>&1 || :