summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.