Changed some applications to use strings for service names - 'port' is a little misleading in this case.
This commit is contained in:
parent
714e5244d7
commit
c6e3ff89f1
@ -1,4 +1,5 @@
|
|||||||
function nshc(evPP,nid)
|
function nshc(evPP,nid)
|
||||||
|
write("\f")
|
||||||
while true do
|
while true do
|
||||||
if ev[1] == "net_msg" then
|
if ev[1] == "net_msg" then
|
||||||
local V,msg=false,tostring(ev[4])
|
local V,msg=false,tostring(ev[4])
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
evPP,tEPs=4,{}
|
evPP,tEPs="nsh",{}
|
||||||
s("netsh daemon",function()
|
s("netsh daemon",function()
|
||||||
while true do
|
while true do
|
||||||
if ev[1] == "net_msg" then
|
if ev[1] == "net_msg" then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
reP,tREs=4,{}
|
reP,tREs="rexec",{}
|
||||||
s("rexec",function()
|
s("rexec",function()
|
||||||
while true do
|
while true do
|
||||||
if ev[1] == "net_msg" then
|
if ev[1] == "net_msg" then
|
||||||
|
Loading…
Reference in New Issue
Block a user