add mtfs to the programs.cfg

This commit is contained in:
Izaya 2020-10-12 18:15:08 +11:00
parent ba9c9a3dd7
commit dd3f922d5c
1 changed files with 14 additions and 0 deletions

View File

@ -203,4 +203,18 @@
authors = "Izaya",
repo = "tree/master/"
},
["mtfs"] = {
files = {
["master/MTFS/OpenOS/usr/bin/importfs.lua"] = "/bin",
["master/MTFS/OpenOS/usr/bin/exportfs.lua"] = "/bin",
["master/MTFS/OpenOS/usr/lib/fsproxy.lua"] = "/lib",
},
dependencies = {
["mtrpc"] = ""
},
name = "Minitel Remote Filesystem",
description = "Utilities for accessing filesystems over Minitel RPC",
authors = "Izaya",
repo = "tree/master/"
},
}