#!/bin/sh
# we need to make pnatd setuid root
# if you feel that this is a security hole, you may come up with a
# better solution :)
chmod +s /usr/bin/pnatd
