diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | urpmi | 3 | ||||
-rw-r--r-- | urpmi.addmedia.8 | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
4 files changed, 11 insertions, 3 deletions
@@ -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). @@ -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 @@ -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 |