summaryrefslogtreecommitdiff
path: root/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch')
-rw-r--r--net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch b/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch
deleted file mode 100644
index 050de30b86b0..000000000000
--- a/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Don't install utils as suid root
-Author: Bastian Blank <waldi@debian.org>
-Bug-Debian: http://bugs.debian.org/692929
-
---- ncpfs-2.2.6.orig/sutil/Makefile.in
-+++ ncpfs-2.2.6/sutil/Makefile.in
-@@ -51,7 +51,7 @@ all: $(UTILS)
- install: all
- ${INSTALL} -d $(DESTDIR)$(bindir)
- ${INSTALL} -d $(DESTDIR)/sbin
-- ${INSTALL} -m 4755 $(UTILS) $(DESTDIR)$(bindir)
-+ ${INSTALL} $(UTILS) $(DESTDIR)$(bindir)
- ifeq ($(USE_KERNEL),1)
- ln -sf $(bindir)/ncpmount $(DESTDIR)/sbin/mount.ncp
- ln -sf $(bindir)/ncpmount $(DESTDIR)/sbin/mount.ncpfs
-