Date: Sun, 14 Apr 2002 21:01:04 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: gnome@FreeBSD.org Subject: gdm's pkg-install... Message-ID: <20020414205810.D54904-100000@olgeni.olgeni>
next in thread | raw e-mail | index | archive | help
... kills unattended installations with sysinstall :o) Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/x11/gdm/pkg-install,v retrieving revision 1.4 diff -u -r1.4 pkg-install --- pkg-install 28 Jan 2002 17:50:11 -0000 1.4 +++ pkg-install 14 Apr 2002 18:57:23 -0000 @@ -37,4 +37,6 @@ 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 +if [ -z "${BATCH}" ]; then + /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 +fi -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020414205810.D54904-100000>