Changed some applications to use strings for service names - 'port' is a little misleading in this case.

This commit is contained in:
Izaya 2017-05-04 00:51:44 +10:00
parent 714e5244d7
commit c6e3ff89f1
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
function nshc(evPP,nid)
write("\f")
while true do
if ev[1] == "net_msg" then
local V,msg=false,tostring(ev[4])

View File

@ -1,4 +1,4 @@
evPP,tEPs=4,{}
evPP,tEPs="nsh",{}
s("netsh daemon",function()
while true do
if ev[1] == "net_msg" then

View File

@ -1,4 +1,4 @@
reP,tREs=4,{}
reP,tREs="rexec",{}
s("rexec",function()
while true do
if ev[1] == "net_msg" then