SPECS: wine.spec - don't try to stop wine service in trigger, binf...
qboosh
qboosh at pld-linux.org
Thu Aug 10 07:25:59 CEST 2006
Author: qboosh Date: Thu Aug 10 05:25:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't try to stop wine service in trigger, binfmt-detector just overrides it
---- Files affected:
SPECS:
wine.spec (1.244 -> 1.245)
---- Diffs:
================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.244 SPECS/wine.spec:1.245
--- SPECS/wine.spec:1.244 Fri Jul 28 11:50:32 2006
+++ SPECS/wine.spec Thu Aug 10 07:25:54 2006
@@ -342,7 +342,7 @@
%triggerpostun -- wine < 1:0.9.12-1.9
if [ -f /var/lock/subsys/wine ]; then
- /etc/rc.d/init.d/wine stop >&2
+ rm -f /var/lock/subsys/wine
fi
if [ -x /sbin/chkconfig ]; then
/sbin/chkconfig --del wine
@@ -471,6 +471,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.245 2006/08/10 05:25:54 qboosh
+- don't try to stop wine service in trigger, binfmt-detector just overrides it
+
Revision 1.244 2006/07/28 09:50:32 charles
- updated to 0.9.18
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wine.spec?r1=1.244&r2=1.245&f=u
More information about the pld-cvs-commit
mailing list