27a83106f4
The initial protocol handling in exportfs for cpu and import services is a huge mess. Saparate the code out into its own program with its own oexportfs(4) manpage.
3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#!/bin/rc
|
|
netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'}
|
|
exec /bin/oexportfs -a -A $netdir
|