start, stop: avoid null list in concatenation witout arguments, use $user
This commit is contained in:
parent
c7fd8fe47a
commit
c8c5499d7f
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
U=`{cat /dev/user}
|
~ $#* 0 || ps | sed -n '/^'$user' .*Stopped.* '$1'$/s%[^ ]* *%~>/proc/%
|
||||||
ps | sed -n '/^'$U' .*Stopped.* '$1'$/s%[^ ]* *%~>/proc/%
|
|
||||||
s% *.*%/ctl%
|
s% *.*%/ctl%
|
||||||
s%~%echo start%p'
|
s%~%echo start%p'
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
U=`{cat /dev/user}
|
~ $#* 0 || ps | sed -n '/^'$user' .* '$1'$/s%[^ ]* *%~>/proc/%
|
||||||
ps | sed -n '/^'$U' .* '$1'$/s%[^ ]* *%~>/proc/%
|
|
||||||
s% *.*%/ctl%
|
s% *.*%/ctl%
|
||||||
s%~%echo stop%p'
|
s%~%echo stop%p'
|
||||||
|
|
Loading…
Reference in a new issue