From df7da4a13180f9f2d138a410d814853f55eac4ee Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Fri, 13 Sep 2002 16:05:02 +0000 Subject: [PATCH] Englisch police improvements. --- ksh/ksh.spec | 6 +++--- pdksh/pdksh.spec | 6 +++--- tcsh/tcsh.spec | 6 +++--- zsh/zsh.spec | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ksh/ksh.spec b/ksh/ksh.spec index 8624cb330a..d1468b36bf 100644 --- a/ksh/ksh.spec +++ b/ksh/ksh.spec @@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE] Group: Shell License: AT&T Version: %{V_pkg} -Release: 20020628 +Release: 20020913 # list of sources Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{V_ksh}.tgz @@ -88,8 +88,8 @@ AutoReqProv: no if [ ".$1" = .1 ]; then if [ -f /etc/shells ]; then if [ ".`grep $RPM_INSTALL_PREFIX/bin/ksh /etc/shells`" = . ]; then - ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/ksh as the login" - echo "shell for users you have to add this path to /etc/shells, please." + ( echo "Hint: To use $RPM_INSTALL_PREFIX/bin/ksh as the login" + echo "shell for users, please add this path to /etc/shells." ) | %{l_rpmtool} msg -b -t notice fi fi diff --git a/pdksh/pdksh.spec b/pdksh/pdksh.spec index 4b8606f609..4c8b8adb25 100644 --- a/pdksh/pdksh.spec +++ b/pdksh/pdksh.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Shell License: unknown Version: 5.2.14 -Release: 20020416 +Release: 20020913 # list of sources Source0: ftp://ftp.cs.mun.ca/pub/pdksh/pdksh-%{version}.tar.gz @@ -79,8 +79,8 @@ AutoReqProv: no if [ ".$1" = .1 ]; then if [ -f /etc/shells ]; then if [ ".`grep $RPM_INSTALL_PREFIX/bin/pdksh /etc/shells`" = . ]; then - ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/pdksh as the login" - echo "shell for users you have to add this path to /etc/shells, please." + ( echo "Hint: To use $RPM_INSTALL_PREFIX/bin/pdksh as the login" + echo "shell for users, please add this path to /etc/shells." ) | %{l_rpmtool} msg -b -t notice fi fi diff --git a/tcsh/tcsh.spec b/tcsh/tcsh.spec index 8ff09837a1..ccacebf51c 100644 --- a/tcsh/tcsh.spec +++ b/tcsh/tcsh.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Shell License: BSD Version: 6.12.00 -Release: 20020724 +Release: 20020913 # list of sources Source0: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz @@ -81,8 +81,8 @@ AutoReqProv: no if [ ".$1" = .1 ]; then if [ -f /etc/shells ]; then if [ ".`grep $RPM_INSTALL_PREFIX/bin/tcsh /etc/shells`" = . ]; then - ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/tcsh as the login" - echo "shell for users you have to add this path to /etc/shells, please." + ( echo "Hint: To use $RPM_INSTALL_PREFIX/bin/tcsh as the login" + echo "shell for users, please add this path to /etc/shells." ) | %{l_rpmtool} msg -b -t notice fi fi diff --git a/zsh/zsh.spec b/zsh/zsh.spec index 9f2c6e8295..d1a22d404f 100644 --- a/zsh/zsh.spec +++ b/zsh/zsh.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Shell License: BSD-style Version: 4.0.6 -Release: 20020814 +Release: 20020913 # list of sources Source0: ftp://ftp.zsh.org/pub/zsh/zsh-%{version}.tar.bz2 @@ -87,8 +87,8 @@ AutoReqProv: no if [ ".$1" = .1 ]; then if [ -f /etc/shells ]; then if [ ".`grep $RPM_INSTALL_PREFIX/bin/zsh /etc/shells`" = . ]; then - ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/zsh as the login" - echo "shell for users you have to add this path to /etc/shells, please." + ( echo "Hint: To use $RPM_INSTALL_PREFIX/bin/zsh as the login" + echo "shell for users, please add this path to /etc/shells." ) | %{l_rpmtool} msg -b -t notice fi fi