add entries for il rcpu
This commit is contained in:
parent
c6d4cd09a3
commit
96b1debbf8
2 changed files with 12 additions and 0 deletions
11
rc/bin/service/!il17019
Executable file
11
rc/bin/service/!il17019
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/rc
|
||||
if(~ $#* 3){
|
||||
netdir=$3
|
||||
remote=$2!`{cat $3/remote}
|
||||
}
|
||||
fn server {
|
||||
~ $#remote 0 || echo -n $netdir $remote >/proc/$pid/args
|
||||
rm -f /env/'fn#server'
|
||||
. <{n=`{read} && ! ~ $#n 0 && read -c $n} >[2=1]
|
||||
}
|
||||
exec tlssrv -a /bin/rc -c server
|
1
sys/lib/dist/ndb/common
vendored
1
sys/lib/dist/ndb/common
vendored
|
@ -325,6 +325,7 @@ il=ncpu port=17010
|
|||
il=ncpunote port=17011
|
||||
il=tcpu port=17012
|
||||
il=cpu port=17013
|
||||
il=rcpu port=17019
|
||||
il=fsauth port=17020
|
||||
il=rexauth port=17021
|
||||
il=changekey port=17022
|
||||
|
|
Loading…
Reference in a new issue