summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLara Maia <dev@lara.click>2015-10-18 13:02:26 -0200
committerLara Maia <dev@lara.click>2015-10-20 20:38:22 -0200
commit41714291b8d9ae53c55d67011ac00fc0b95f3e10 (patch)
tree9c0c803321bd9e6e68e036402780d3061320d495 /mail-mta/netqmail/files
parentapp-shells/pdmenu: Drop only the old ebuild as patch is still needed (diff)
downloadgentoo-41714291b8d9ae53c55d67011ac00fc0b95f3e10.tar.gz
gentoo-41714291b8d9ae53c55d67011ac00fc0b95f3e10.tar.bz2
gentoo-41714291b8d9ae53c55d67011ac00fc0b95f3e10.zip
mail-mta/netqmail: Update mkservercert to use new path for functions.sh
https://bugs.gentoo.org/show_bug.cgi?id=504392
Diffstat (limited to 'mail-mta/netqmail/files')
-rw-r--r--mail-mta/netqmail/files/use-new-path-for-functions.sh.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch b/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch
new file mode 100644
index 000000000000..52f3d8e9a957
--- /dev/null
+++ b/mail-mta/netqmail/files/use-new-path-for-functions.sh.patch
@@ -0,0 +1,11 @@
+--- genqmail-20080406.orig/ssl/mkservercert.orig 2015-10-18 12:46:40.082559295 -0200
++++ genqmail-20080406/ssl/mkservercert 2015-10-18 12:49:03.749576181 -0200
+@@ -5,7 +5,7 @@
+ # Based on mkimapdcert from courier-imap.
+
+ test -x /usr/bin/openssl || exit 0
+-source /etc/init.d/functions.sh || exit 1
++source /lib/gentoo/functions.sh || exit 1
+
+ filedir="/var/qmail/control"
+ pemfile="${filedir}/servercert.pem"