blob: a9a3124c91cabc888315f9251d1f78e5ea30d60e [file] [log] [blame] [raw]
#!/bin/sh
if [ -f /etc/SuSE-release ] ; then
echo ipfilter-suse
fi
if [ -f /etc/redhat-release ] ; then
echo ipfilter-redhat
fi
exit 0