#!/bin/sh

ls -l /usr/bin/fping*
if which getcap > /dev/null; then
    getcap /usr/bin/fping*
fi
