]> git.ipfire.org Git - people/ms/dma.git/commitdiff
drop 04-debian-setgid.patch: already present
authorSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 15:02:57 +0000 (17:02 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 15:02:57 +0000 (17:02 +0200)
debian/patches/04-debian-setgid.patch [deleted file]

diff --git a/debian/patches/04-debian-setgid.patch b/debian/patches/04-debian-setgid.patch
deleted file mode 100644 (file)
index 5ffd6f3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Install the dma binary with the correct permissions.
- The /usr/sbin/dma binary needs to run as set-group-id to properly access
- its own mail queue.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: not-needed
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
-
---- a/Makefile.plain
-+++ b/Makefile.plain
-@@ -30,7 +30,7 @@
- install: all
-       ${INSTALL} -d ${DESTDIR}${SBIN} ${DESTDIR}${CONFDIR}
-       ${INSTALL} -d ${DESTDIR}${MAN}/man8
--      ${INSTALL} -m 0755 dma ${DESTDIR}${SBIN}
-+      ${INSTALL} -g mail -m 2755 dma ${DESTDIR}${SBIN}
-       ${INSTALL} -m 0644 dma.8 ${DESTDIR}${MAN}/man8/
- aliases_parse.c: aliases_parse.y