aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm2/pkg-install
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-09-13 16:36:15 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-09-13 16:36:15 +0000
commit10cc764522cc65d3a153740f6a7ee181b0a1f23d (patch)
treecba70a3409b23cf8ef6c1b4bf457b6b83e6933a6 /x11/gdm2/pkg-install
parente7a6be5700fb204d4b90864ab0d709226f9f1c05 (diff)
downloadports-10cc764522cc65d3a153740f6a7ee181b0a1f23d.tar.gz
ports-10cc764522cc65d3a153740f6a7ee181b0a1f23d.zip
Notes
Diffstat (limited to 'x11/gdm2/pkg-install')
-rw-r--r--x11/gdm2/pkg-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/gdm2/pkg-install b/x11/gdm2/pkg-install
new file mode 100644
index 000000000000..410ed8543606
--- /dev/null
+++ b/x11/gdm2/pkg-install
@@ -0,0 +1,7 @@
+#!/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 serurity sites and groups. It is not recommended that this port be installed in public enviroment. Do you wish to accept the serurity risk and build GDM anyway?" 10 60 || /usr/bin/false