|
|
@@ -107,8 +107,8 @@ AutoReqProv: no
|
|
|
if [ ".$1" = .1 ]; then
|
|
|
if [ -f /etc/shells ]; then
|
|
|
if [ ".`grep $RPM_INSTALL_PREFIX/bin/bash /etc/shells`" = . ]; then
|
|
|
- ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/bash 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/bash as the login"
|
|
|
+ echo "shell for users, please add this path to /etc/shells."
|
|
|
) | %{l_rpmtool} msg -b -t notice
|
|
|
fi
|
|
|
fi
|