SOURCES: binfmt-detector.init - cosmetics
glen
glen at pld-linux.org
Tue Sep 26 21:00:59 CEST 2006
Author: glen Date: Tue Sep 26 19:00:59 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- cosmetics
---- Files affected:
SOURCES:
binfmt-detector.init (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/binfmt-detector.init
diff -u SOURCES/binfmt-detector.init:1.2 SOURCES/binfmt-detector.init:1.3
--- SOURCES/binfmt-detector.init:1.2 Tue Sep 26 20:56:26 2006
+++ SOURCES/binfmt-detector.init Tue Sep 26 21:00:54 2006
@@ -3,13 +3,13 @@
#
# binfmt-detector: Microsoft PE executable type detector. User can run
# programs using Wine or Mono simply by clicking on them
-# or typing /file.exe
+# or typing ./file.exe
#
# chkconfig: 2345 95 10
#
# description: Microsoft PE executable type detector. User can run
# programs using Wine or Mono simply by clicking on them
-# or typing /file.exe
+# or typing ./file.exe
#
# Source function library
@@ -23,25 +23,25 @@
if ! /bin/mount | grep -q "${BINFMT_DIR} type binfmt_misc"; then
/bin/mount none -t binfmt_misc /proc/sys/fs/binfmt_misc
fi
- msg_starting "binfmt-detector"
+ msg_starting 'binfmt-detector'
echo ':windows:M::MZ::/usr/bin/binfmt-detector.sh:' > ${BINFMT_DIR}/register
echo ':windowsPE:M::PE::/usr/bin/binfmt-detector.sh:' > ${BINFMT_DIR}/register
ok
touch /var/lock/subsys/binfmt-detector
else
- msg_already_running "binfmt-detector"
+ msg_already_running 'binfmt-detector'
fi
}
stop() {
if [ -f /var/lock/subsys/binfmt-detector ]; then
- msg_stopping "binfmt-detector"
+ msg_stopping 'binfmt-detector'
echo '-1' > ${BINFMT_DIR}/windows
echo '-1' > ${BINFMT_DIR}/windowsPE
rm -f /var/lock/subsys/binfmt-detector
ok
else
- msg_not_running "binfmt-detector"
+ msg_not_running 'binfmt-detector'
fi
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/binfmt-detector.init?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list