Fix typo in uninstall script (turn off gfs2 instead of gfs)

This commit is contained in:
Chris Feist 2006-09-07 17:43:40 +00:00
parent 37a7913037
commit f632d2b08f
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@
Name: gfs2-utils
Version: 0.1.6
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Group: System Environment/Kernel
Summary: Utilities for managing the global filesystem (GFS)
@ -54,7 +54,7 @@ make
%preun
if [ "$1" = 0 ]; then
/sbin/chkconfig --del gfs
/sbin/chkconfig --del gfs2
fi
exit 0
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
* Thu Sep 07 2006 Chris Feist <cfeist@redhat.com> 0.1.6-2
- Fix typo in uninstall script (turn off gfs2 instead of gfs)
* Mon Aug 28 2006 Chris Feist <cfeist@redhat.com> 0.1.6-1
- New Upstream sources.