hi,
i tried to compile postfix 2.8.3 running a 3.0_rc2 kernel (on gentoo),
and it failed with the error:
ATTENTION: Unknown system type: Linux 3.0.0-rc2
however, when i edited the makedefs file, everything compiled just fine.
not sure if this is good fix, but either way here's my quick-and-dirty
patch ;)
--- makedefs.orig 2011-06-14 20:37:45.357441277 +0200
+++ makedefs 2011-06-14 20:42:29.657437782 +0200
@@ -260,7 +260,7 @@
Linux.1*) SYSTYPE=LINUX1
SYSLIBS="-ldb"
;;
- Linux.2*) SYSTYPE=LINUX2
+ Linux.2*|Linux.3*) SYSTYPE=LINUX2
# Postfix no longer needs DB 1.85 compatibility
if [ -f /usr/include/db.h ]
then
i only did a quick search in the mailinglist's archive so if someone has
already reported this please ignore.
take care
ron