Discussion:
[PATCH] Lorica
Luis Correia
2009-04-07 10:07:48 UTC
Permalink
Add support for CentOS 5.3

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


Index: m4/platform_adapt.m4
===================================================================
--- m4/platform_adapt.m4 (revision 518)
+++ m4/platform_adapt.m4 (working copy)
@@ -162,6 +162,9 @@
x5.2)
LORICA_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ LORICA_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
Jules Colding
2009-04-07 10:17:37 UTC
Permalink
Applied.

Thanks,
jules
Post by Luis Correia
Add support for CentOS 5.3
Index: m4/platform_adapt.m4
===================================================================
--- m4/platform_adapt.m4 (revision 518)
+++ m4/platform_adapt.m4 (working copy)
@@ -162,6 +162,9 @@
x5.2)
LORICA_DIST_RELEASE="CentOS%205.2"
;;
+ x5.3)
+ LORICA_DIST_RELEASE="CentOS%205.3"
+ ;;
*)
AC_MSG_ERROR([[Unable to determine CentOS release]])
;;
_______________________________________________
brutus mailing list
http://www.42tools.com/mailman/listinfo/brutus
Loading...