From 8679e7fb642f425778b8dbf40a2e23499509f420 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Dec 2011 13:18:48 +0100 Subject: first shot for postfix --- package/postfix/patches/patch-makedefs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/postfix/patches/patch-makedefs (limited to 'package/postfix/patches/patch-makedefs') diff --git a/package/postfix/patches/patch-makedefs b/package/postfix/patches/patch-makedefs new file mode 100644 index 000000000..385150c0c --- /dev/null +++ b/package/postfix/patches/patch-makedefs @@ -0,0 +1,13 @@ +--- postfix-2.8.7.orig/makedefs 2011-11-03 00:46:22.000000000 +0100 ++++ postfix-2.8.7/makedefs 2011-12-03 13:06:00.000000000 +0100 +@@ -97,8 +97,8 @@ error() { + + case $# in + # Officially supported usage. +- 0) SYSTEM=`(uname -s) 2>/dev/null` +- RELEASE=`(uname -r) 2>/dev/null` ++ 0) SYSTEM=Linux ++ RELEASE=3.1.4 + VERSION=`(uname -v) 2>/dev/null` + case "$VERSION" in + dcosx*) SYSTEM=$VERSION;; -- cgit v1.2.3