summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/freepops/files/freepops-0.0.27-initd.patch')
-rw-r--r--net-mail/freepops/files/freepops-0.0.27-initd.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mail/freepops/files/freepops-0.0.27-initd.patch b/net-mail/freepops/files/freepops-0.0.27-initd.patch
deleted file mode 100644
index 589bc88718cd..000000000000
--- a/net-mail/freepops/files/freepops-0.0.27-initd.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Drop root privs by default.
-
---- buildfactory/freePOPsd.initd
-+++ buildfactory/freePOPsd.initd
-@@ -35,6 +35,9 @@
- if [ ${USER_NAME} ] && [ ${USER_PASSWD} ]; then
- ARGS="${ARGS} -A ${USER_NAME}:${USER_PASSWD}"
- fi
-+ if [ ${SUID_USER} ] && [ ${SUID_GROUP} ]; then
-+ ARGS="${ARGS} -s ${SUID_USER}.${SUID_GROUP}"
-+ fi
- start-stop-daemon --start --exec /usr/bin/freepopsd \
- -- -d ${ARGS}
- eend ${?}
---- buildfactory/freePOPsd.confd
-+++ buildfactory/freePOPsd.confd
-@@ -24,3 +24,6 @@
- # USER_NAME=""
- # USER_PASSWD=""
-
-+# You can drop root privs by changing to this username/group
-+SUID_USER="nobody"
-+SUID_GROUP="nogroup"