| Weblog: | Advertising Rendezvous services in Linux | |
| Subject: | Stopping the service | |
| Date: | 2003-05-12 08:41:20 | |
| From: | rflicken | |
|
Response to: why not use mDNSResponder instead of mdNSProxyResponder?
|
||
| The quickest way is to just run killall mDNSProxyResponder to kill the job by name. You could also do something like kill `ps ax|grep mDNSProxyResponder|grep -v grep|awk '{print $1}'` (although the first one is much simpler...) | ||
Showing messages 1 through 1 of 1.
| Showing messages 1 through 1 of 1. |




These functions handle all pid details for you, and more. Find more info on them at:
http://www.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/iniscrptfunc.html
Steven Boger
sboger@hotmail.com