[Pdns-users] Custom backend quit problem
abang at t-ipnet.net
abang at t-ipnet.net
Mon Jan 17 07:44:29 UTC 2011
> Can anyone give me any clues as to why this might happen? Is there a
> quit command (I'm already exiting on "QUIT" or empty line from stdin)
> that the pipe backend sends? Or maybe this is a bug?
I found this in our perl pipe backend:
LINE: while( <> ) {
exit if getppid() == 1; #Exit, cause my parent is dead!
...
}
Maybe this helps you.
Winfried
More information about the Pdns-users
mailing list