Discussion:
[PATCH] Evolution Brutus
Luis Correia
2009-04-07 09:13:53 UTC
Permalink
Add CentOS 5.3 support

Signed-Off-By Luis Correia <luis.f.correia-***@public.gmane.org>

Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 334)
+++ acinclude.m4 (working copy)
@@ -163,6 +163,9 @@
x5.2)
BRUTUS_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ BRUTUS_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
Jules Colding
2009-04-07 09:16:46 UTC
Permalink
Hi Luis,

I admire your steadfastness, but this has already been applied ;-)

Best,
jules
Post by Luis Correia
Add CentOS 5.3 support
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 334)
+++ acinclude.m4 (working copy)
@@ -163,6 +163,9 @@
x5.2)
BRUTUS_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ BRUTUS_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Jules Colding
2009-04-07 09:18:52 UTC
Permalink
Post by Jules Colding
Hi Luis,
I admire your steadfastness, but this has already been applied ;-)
Ups, no it wasn't. That was b-k not e-b. Well, it's in now.

Thanks a lot,
jules
Post by Jules Colding
Best,
jules
Post by Luis Correia
Add CentOS 5.3 support
Index: acinclude.m4
===================================================================
--- acinclude.m4 (revision 334)
+++ acinclude.m4 (working copy)
@@ -163,6 +163,9 @@
x5.2)
BRUTUS_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ BRUTUS_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Loading...