#!/bin/sh
#
# getSetUIDSetting - Return "Y" if should install setuid to root
#
# generally the case, but can be overidden if installer chooses to.

echo "Y"
