freebsd-ports/x11/gdm2/pkg-install
Jimmy Olgeni 43c6c7c39d Typo fixes:
serurity -> security
enviroment -> environment
2001-04-22 20:53:33 +00:00

8 lines
401 B
Bash

#!/bin/sh
if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
exit 0
fi
/usr/bin/dialog --yesno "GDM may contain vulnerabilities leading local root compromise, and it is reported widely with various security sites and groups. It is not recommended that this port be installed in public environment. Do you wish to accept the security risk and build GDM anyway?" 10 60 || /usr/bin/false