diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:09:03 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-13 20:09:03 +0100 |
commit | 27a83106f4b5b68d77afa8f800d92398163a7043 (patch) | |
tree | 885db879a8f73d6436cdc3510d5eae430cb4df28 /rc | |
parent | 0b33b3b8adf95bcf6cf0764fe425169ee0b8be0e (diff) | |
download | plan9front-27a83106f4b5b68d77afa8f800d92398163a7043.tar.xz |
oexportfs: move legacy code for cpu and import to separate program
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.
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/service/!tcp17007 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/service/!tcp17007 b/rc/bin/service/!tcp17007 index 915d78ae7..3b18002b6 100755 --- a/rc/bin/service/!tcp17007 +++ b/rc/bin/service/!tcp17007 @@ -1,3 +1,3 @@ #!/bin/rc netdir=`{echo $3 | sed 's;/[0-9]+$;!*!0;'} -exec /bin/exportfs -a -A $netdir +exec /bin/oexportfs -a -A $netdir |