3 # Send notification through the taskd socket
5 # Beware, we MAY be running in a chroot!
9 sockpath
=/etc
/taskd.socket
10 if [ -x /usr
/bin
/perl
]; then
14 sockpath
="$cfg_chroot/$sockpath"
17 [ -S "$sockpath" ] ||
exit 0
20 echo "ref-change $line"
21 done |
/bin
/nc.openbsd
-w 1 -U "$sockpath"