diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index bab7c5c61..2ad4b693c 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -257,7 +257,7 @@ exit 0 %if 0%{?_systemd} %systemd_preun %{systemd_svcs} %else -if [ $1 -eq 0 ] && [ -x /sbin/chkconfig ]; then +if [ "$1" = "0" ] && [ -x /sbin/chkconfig ]; then /sbin/chkconfig --del zfs-import /sbin/chkconfig --del zfs-mount /sbin/chkconfig --del zfs-share |