summaryrefslogtreecommitdiff
path: root/package/postfix/patches/patch-makedefs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-03 13:18:48 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-03 13:18:48 +0100
commit8679e7fb642f425778b8dbf40a2e23499509f420 (patch)
tree0ae72271df9f0d66fb473d97fbec989ba441f614 /package/postfix/patches/patch-makedefs
parente64cf6787f58bdba5f68ad66ac1e77745315947b (diff)
first shot for postfix
Diffstat (limited to 'package/postfix/patches/patch-makedefs')
-rw-r--r--package/postfix/patches/patch-makedefs13
1 files changed, 13 insertions, 0 deletions
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;;