blob: e1ae5729efa64766803fd94bd503dfcd7c648af4 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/rc
#/mail/fs is read-protected unless fs is mounted
test -r /mail/fs || {
if(test -d /mnt/term/mail/fs/mbox) bind /mnt/term/mail/fs /mail/fs
if not upas/fs
}
exec /acme/bin/$objtype/Mail $*
|