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