diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-22 20:53:33 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-22 20:53:33 +0000 |
commit | 43c6c7c39df1e26f9111ee659fcf2691de20f51c (patch) | |
tree | 2f70d546231c57cf5e251f84e2913b3c42e42421 | |
parent | 95102deb9af3765d8e10fe135e836ca4412d94d3 (diff) | |
download | ports-43c6c7c39df1e26f9111ee659fcf2691de20f51c.tar.gz ports-43c6c7c39df1e26f9111ee659fcf2691de20f51c.zip |
Typo fixes:
serurity -> security
enviroment -> environment
Notes
Notes:
svn path=/head/; revision=41807
-rw-r--r-- | x11/gdm/pkg-install | 2 | ||||
-rw-r--r-- | x11/gdm2/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/pkg-install b/x11/gdm/pkg-install index 410ed8543606..0b1f96f1f90c 100644 --- a/x11/gdm/pkg-install +++ b/x11/gdm/pkg-install @@ -4,4 +4,4 @@ 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 +/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 diff --git a/x11/gdm2/pkg-install b/x11/gdm2/pkg-install index 410ed8543606..0b1f96f1f90c 100644 --- a/x11/gdm2/pkg-install +++ b/x11/gdm2/pkg-install @@ -4,4 +4,4 @@ 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 +/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 |