From 27a83106f4b5b68d77afa8f800d92398163a7043 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 13 Dec 2020 20:09:03 +0100 Subject: 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. --- rc/bin/service/!tcp17007 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/service') 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 -- cgit v1.2.3