7 stat_busy
"Registering .NET IL binaries with mono"
8 if [ ! -d /proc
/sys
/fs
/binfmt_misc
]; then
9 stat_die
"You need support for \"misc binaries\" in your kernel!"
11 mount |
grep -q binfmt_misc
13 mount
-t binfmt_misc binfmt_misc
/proc
/sys
/fs
/binfmt_misc
18 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc
/sys
/fs
/binfmt_misc
/register
23 stat_busy
"Unregistering .NET IL binaries"
24 if [ -f /proc
/sys
/fs
/binfmt_misc
/CLR
]; then
25 echo '-1' > /proc
/sys
/fs
/binfmt_misc
/CLR
34 echo "usage: $0 {start|stop|restart}"