summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 14:37:05 +0000
committerRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 14:37:05 +0000
commit72b1ece4cf289126af6b6e0e56f46056bf3b5bb0 (patch)
tree87adeaebed0acbb69d4cbcdcddd2a52eb2f017d0
parentb3a506e9fa1bfbca01aa7ba0e0ee972137e75065 (diff)
downloadmgaonline-72b1ece4cf289126af6b6e0e56f46056bf3b5bb0.tar
mgaonline-72b1ece4cf289126af6b6e0e56f46056bf3b5bb0.tar.gz
mgaonline-72b1ece4cf289126af6b6e0e56f46056bf3b5bb0.tar.bz2
mgaonline-72b1ece4cf289126af6b6e0e56f46056bf3b5bb0.tar.xz
mgaonline-72b1ece4cf289126af6b6e0e56f46056bf3b5bb0.zip
updated release
-rw-r--r--mdkonline.spec5
-rwxr-xr-xscpcall.exp4
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
-
-
-