28 Oct
2009
28 Oct
'09
21:26
On Wed, 2009-10-28 at 20:28 +0100, Will Stephenson wrote:
See /etc/NetworkManager/dispatcher.d/.
Ahh. I think this is the thing I am looking for. I think a script like this might work: #! /bin/sh case "$2" in up) rcntp start ;; down) rcntp stop ;; *) exit 0 ;; esac Note, I have not tried it yet. But I will shortly -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org