3 sed -e '/^swat.*swat$/d' $dest >/tmp/$$swat || exit 2
4 # Use cp;rm; instead of mv because $dest might be a symlink
5 cp -f /tmp/$$swat $dest || exit 2
9 if [ "$1" = ENDOFCLASS ]
11 if [ -z "$PKG_INSTALL_ROOT" ]
13 kill -HUP `ps -e -o pid,comm | grep inetd | awk '{print $1}'`