summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 12:44:49 +0000
committerRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 12:44:49 +0000
commit22f5f852e0681fb35ee94cd73ec44458ac360e29 (patch)
treeeabaff764915a0a243c7635eabb78011f84b7d78
parentbb12916bc73211cfa966ee18826f9b93baefa9ad (diff)
downloadmgaonline-22f5f852e0681fb35ee94cd73ec44458ac360e29.tar
mgaonline-22f5f852e0681fb35ee94cd73ec44458ac360e29.tar.gz
mgaonline-22f5f852e0681fb35ee94cd73ec44458ac360e29.tar.bz2
mgaonline-22f5f852e0681fb35ee94cd73ec44458ac360e29.tar.xz
mgaonline-22f5f852e0681fb35ee94cd73ec44458ac360e29.zip
"working test version"
-rw-r--r--Makefile4
-rwxr-xr-xmdkonline4
-rw-r--r--mdkonline.spec6
-rwxr-xr-xscpcall.exp2
-rwxr-xr-xsshlogin.exp2
5 files changed, 12 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c23a71e8..9a3fadf5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: mdkonline
clean:
$(MAKE) -C po $@
- rm -f mdkonline core .#*[0-9]
+ rm -f core .#*[0-9]
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
install: all
@@ -33,7 +33,7 @@ dis: clean
rm -rf $(NAME)-$(VERSION)
rpm: dis
- ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
+ ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
cp -f *.xpm.bz2 $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
diff --git a/mdkonline b/mdkonline
index b4965814..f84316d7 100755
--- a/mdkonline
+++ b/mdkonline
@@ -2,7 +2,9 @@
################################################################################
# Mandrake Online #
# #
-# Copyright (C) 2001 MandrakeSoft - Daouda Lo <daouda@mandrakesoft.com> #
+# Copyright (C) 2001 MandrakeSoft #
+# Daouda Lo <daouda@mandrakesoft.com> #
+# Renaud Chaillat <rchaillat@mandrakesoft.com> #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License Version 2 as #
diff --git a/mdkonline.spec b/mdkonline.spec
index 913c0bf1..7a0d81a5 100644
--- a/mdkonline.spec
+++ b/mdkonline.spec
@@ -5,7 +5,7 @@
Summary: The Mandrake Online Tool
Name: %{name}
Version: %{version}
-Release: 1mdk
+Release: 2mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0: %{name}-%{version}.tar.bz2
@@ -73,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
%{_liconsdir}/*.xpm
%changelog
+* Fri Aug 31 2001 Renaud Chaillat <rchaillat@mandrakesoft.com> 0.15-2mdk
+- added ssh/scp backend with expect scripts
+- improved ui
+
* Mon Aug 27 2001 Daouda LO <daouda@mandrakesoft.com> 0.15-1mdk
- First mandrake package
diff --git a/scpcall.exp b/scpcall.exp
index 0add445c..fd8226e8 100755
--- a/scpcall.exp
+++ b/scpcall.exp
@@ -1,7 +1,7 @@
#!/usr/bin/expect -f
# Expect script to run a secure connection non-interactively
#
-# Copyright (C) 2001 MandrakeSoft Renaud Chaillat (rchaillat@mandrakesoft.com)
+# Copyright (C) 2001 MandrakeSoft - Renaud Chaillat (rchaillat@mandrakesoft.com)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/sshlogin.exp b/sshlogin.exp
index def2d9e0..05c964c5 100755
--- a/sshlogin.exp
+++ b/sshlogin.exp
@@ -1,7 +1,7 @@
#!/usr/bin/expect -f
# Expect script to run a secure connection non-interactively
#
-# Copyright (C) 2001 MandrakeSoft Renaud Chaillat (rchaillat@mandrakesoft.com)
+# Copyright (C) 2001 MandrakeSoft - Renaud Chaillat (rchaillat@mandrakesoft.com)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by