]> git.pld-linux.org Git - packages/wine.git/commitdiff
- fixed wine.init (binfmt_misc is a filesystem and have to be mounted before use)
authorfilon <filon@sokrates.mimuw.edu.pl>
Fri, 1 Mar 2002 10:30:13 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4

Changed files:
    wine.spec -> 1.66

wine.spec

index c858422627e5ee7295699b99f55b11d13b524b07..eb7aa3b8034680bd7c34fb71ab2ba1a43e02c504 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -191,7 +191,9 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 /sbin/chkconfig --add wine
-echo "Run \"/etc/rc.d/init.d/wine start\" to start wine service." >&2
+if [ ! -f /var/lock/subsys/wine ]
+       echo "Run \"/etc/rc.d/init.d/wine start\" to start wine service." >&2
+fi
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.060135 seconds and 4 git commands to generate.