diff options
-rw-r--r-- | mdkonline.spec | 5 | ||||
-rwxr-xr-x | scpcall.exp | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mdkonline.spec b/mdkonline.spec index 56da28f6..fa1933f5 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -5,7 +5,7 @@ Summary: The Mandrake Online Tool Name: %{name} Version: %{version} -Release: 3mdk +Release: 4mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %{name}-%{version}.tar.bz2 @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT #%{_liconsdir}/*.xpm %changelog +* Fri Aug 31 2001 Renaud Chaillat <rchaillat@mandrakesoft.com> 0.15-4mdk +- fixed exit code from sshlogin script when giving wrong number of args + * Fri Aug 31 2001 Daouda LO <daouda@mandrakesoft.com> 0.15-3mdk - De po fix. - No external authentification at this moment. Servers are not ready. diff --git a/scpcall.exp b/scpcall.exp index fd8226e8..bea02662 100755 --- a/scpcall.exp +++ b/scpcall.exp @@ -44,7 +44,3 @@ expect { eof { exit 0 } # OK } -exit 0 - - - |