From 763660dc9db581c3261b6a7a4e87fa5ece663d64 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 May 2000 17:03:22 +0000 Subject: no_comment --- ChangeLog | 4 ++++ urpmi | 3 +-- urpmi.addmedia.8 | 2 ++ urpmi.spec | 5 ++++- 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 + + * urpmi: unset IFS + 2000-04-07 Chmouel Boudjnah * 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 1.1-6mdk +- urpmi: unset IFS + * Tue Apr 4 2000 Pixel 1.1-5mdk - urpmi: add option --force to ignore errors -- cgit v1.2.1