Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
#!/bin/rc
|
|
|
2 |
|
|
|
3 |
#/mail/fs is read-protected unless fs is mounted
|
|
|
4 |
test -r /mail/fs || {
|
|
|
5 |
if(test -d /mnt/term/mail/fs/mbox) bind /mnt/term/mail/fs /mail/fs
|
|
|
6 |
if not upas/fs
|
|
|
7 |
}
|
|
|
8 |
|
|
|
9 |
exec /acme/bin/$objtype/Mail $*
|