Blob Blame History Raw
#!/bin/sh

if [ "$2" = "up" ] || [ "$2" = "down" ]; then
   /sbin/service inadyn reload || :
fi