[Bug 225792] Merge Review: gfs2-utils

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 29 14:39:00 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: gfs2-utils


https://bugzilla.redhat.com/show_bug.cgi?id=225792





------- Additional Comments From kevin at tummy.com  2008-04-29 10:39 EST -------
Simply make your preun: 

%preun
if [ $1 = 0 ]; then
        /sbin/service gfs2 stop >/dev/null 2>&1
        /sbin/chkconfig --del <script>
fi

Ie, stop the service before removing the init script and package... 


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list