From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- dis/svc/registry | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dis/svc/registry (limited to 'dis/svc/registry') diff --git a/dis/svc/registry b/dis/svc/registry new file mode 100755 index 00000000..4d183cb3 --- /dev/null +++ b/dis/svc/registry @@ -0,0 +1,8 @@ +#!/dis/sh.dis -n +load std +or {ftest -f /mnt/registry/new} { + db=() + and {ftest -f /lib/ndb/registry} {db=(-f /lib/ndb/registry)} + mount -A -c {ndb/registry $db} /mnt/registry +} +listen -v 'tcp!*!registry' {export /mnt/registry&} # -n? -- cgit v1.2.3