Revert "Fixed a broken trigger"

This reverts commit c2455594ee.
This commit is contained in:
Steve Dickson 2015-11-03 10:12:57 -05:00
parent c2455594ee
commit a297aaafa9

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
%triggerun -- nfs-utils < 1:1.3.1-4.0 %triggerin -- 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 || :