|
|
|
@ -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 |
|
|
|
|