summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-13 18:01:27 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-13 18:01:27 +0000
commit9ecb8ef3dce8d445605e29cbef94a5e014baf5ab (patch)
tree5a0779e56293fe7121667db09aa42233d2d81584
parent85b30c88dd705fec9bc6e07f1b41c223c34eef74 (diff)
downloadurpmi-9ecb8ef3dce8d445605e29cbef94a5e014baf5ab.tar
urpmi-9ecb8ef3dce8d445605e29cbef94a5e014baf5ab.tar.gz
urpmi-9ecb8ef3dce8d445605e29cbef94a5e014baf5ab.tar.bz2
urpmi-9ecb8ef3dce8d445605e29cbef94a5e014baf5ab.tar.xz
urpmi-9ecb8ef3dce8d445605e29cbef94a5e014baf5ab.zip
*** empty log message ***
-rw-r--r--Makefile2
-rw-r--r--urpmi.spec1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36c9c2fa..2e58b2ea 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ install: autoirpm.update-all
$(MAKE) -C po $@
install -d $(BINDIR) $(SBINDIR) $(XBINDIR) $(URPMIDIR) $(URPMIDIR2) $(MANDIR)/man8
install -m 4755 urpmi $(BINDIR)
- install -m 4755 urpmq $(BINDIR)
+ install -m 0755 urpmq $(BINDIR)
install _irpm rpm-find-leaves urpmf $(BINDIR)
install -m 644 autoirpm.deny $(URPMIDIR2)
install -m 644 *.8 $(MANDIR)/man8
diff --git a/urpmi.spec b/urpmi.spec
index 58999f58..4826e33b 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -107,6 +107,7 @@ autoirpm.uninstall
* Wed Sep 13 2000 François Pons <fpons@mandrakesoft.com> 1.3-7mdk
- trusting root only readable file list.*, fixes gurpmi with
mutlitple media examination.
+- removed setuid root on urpmq.
* Tue Sep 05 2000 François Pons <fpons@mandrakesoft.com> 1.3-6mdk
- split query mode of urpmi into new tools urpmq.