3 # wine Allow users to run Windows(tm) applications by just clicking on them
4 # (or typing ./file.exe)
7 # description: Allow users to run Windows(tm) applications by just clicking \
8 # on them (or typing ./file.exe)
18 stat_busy
"Start Unifiedkernel"
19 /sbin
/insmod
/lib
/modules
/$KERNEL_VER/kernel
/unifiedkernel
/unifiedkernel.ko rootdir
=`cat /etc/unifiedkernel/home`/.wine
> /dev
/null
2>&1 && \
20 # if /sbin/start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/unifiedkerneld -- start; then
25 chown
`cat /etc/unifiedkernel/user`:`cat /etc/unifiedkernel/user` `cat /etc/unifiedkernel/home`/.wine
-R
30 stat_busy
"Stop Unifiedkernel"
31 /sbin
/rmmod unifiedkernel
&> /dev
/null
2>&1 && \
32 # if /sbin/start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/unifiedkerneld -- stop; then
46 if [ -e /proc
/unifiedkernel
/builtin_dll
]; then
47 echo $
"Unifiedkernel are started."
50 echo $
"Unifiedkernel art stoped."
71 if [ -e /proc
/unifiedkernel
/builtin_dll
]; then
77 echo $
"Usage: $prog {start|stop|status|restart|condrestart}"