summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-04 17:03:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-04 17:03:22 +0000
commit763660dc9db581c3261b6a7a4e87fa5ece663d64 (patch)
treed6116ad95082bdb8f42bbbb550d949a1eec3b554
parent05fcacf2c5542cdb21faf931a63db9a1923164d6 (diff)
downloadurpmi-763660dc9db581c3261b6a7a4e87fa5ece663d64.tar
urpmi-763660dc9db581c3261b6a7a4e87fa5ece663d64.tar.gz
urpmi-763660dc9db581c3261b6a7a4e87fa5ece663d64.tar.bz2
urpmi-763660dc9db581c3261b6a7a4e87fa5ece663d64.tar.xz
urpmi-763660dc9db581c3261b6a7a4e87fa5ece663d64.zip
no_comment
-rw-r--r--ChangeLog4
-rwxr-xr-xurpmi3
-rw-r--r--urpmi.addmedia.82
-rw-r--r--urpmi.spec5
4 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f07af65c..5da0e723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-04 Pixel <pixel@mandrakesoft.com>
+
+ * urpmi: unset IFS
+
2000-04-07 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* urpmf: unalias ls before using it (or we get wrong thing).
diff --git a/urpmi b/urpmi
index 2cc8a2b4..6ed8b99c 100755
--- a/urpmi
+++ b/urpmi
@@ -3,8 +3,7 @@
load_po();
$ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin";
-delete $ENV{ENV};
-delete $ENV{BASH_ENV};
+delete @ENV{qw(ENV BASH_ENV IFS)};
($<, $uid) = ($>, $<);
if (@ARGV and $ARGV[0] =~ /^-?-h/) {
diff --git a/urpmi.addmedia.8 b/urpmi.addmedia.8
index ebe72550..87bc28db 100644
--- a/urpmi.addmedia.8
+++ b/urpmi.addmedia.8
@@ -39,6 +39,8 @@ Removable device:
<\fIdevice\fP> is the name of your media as specified in the /dev/ directory (e.g. cdrom, floppy, zip, ...).
.br
<\fInumber\fP> is used urpmi to choose in what order medias are inserted in case of multiple medias install with dependencies. '1' is reserved for the origin install medias.
+.br
+<\fIpath\fP> is the location of the rpm directory on your machine when media is mounted.
.PP
.SH FILES
diff --git a/urpmi.spec b/urpmi.spec
index 4511bef7..702a68a8 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 1.1
-Release: 5mdk
+Release: 6mdk
License: GPL
Source0: %{name}.tar.bz2
Summary: User mode rpm install
@@ -89,6 +89,9 @@ autoirpm.uninstall
%changelog
+* Thu May 4 2000 Pixel <pixel@mandrakesoft.com> 1.1-6mdk
+- urpmi: unset IFS
+
* Tue Apr 4 2000 Pixel <pixel@mandrakesoft.com> 1.1-5mdk
- urpmi: add option --force to ignore errors