Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: linux-ha by alan from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sat, 10 Jun 2006 13:10:20 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in
Log Message:
Changed some errors to warnings...
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -3 -r1.529 -r1.530
--- configure.in 10 Jun 2006 17:04:32 -0000 1.529
+++ configure.in 10 Jun 2006 19:10:20 -0000 1.530
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.529 $) dnl cvs revision
+AC_REVISION($Revision: 1.530 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -220,7 +220,7 @@
if
test ! -d "$dirname"
then
- AC_MSG_ERROR([$j directory ($dirname) does not exist!])
+ AC_MSG_WARN([$j directory ($dirname) does not exist!])
fi
done
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 31, Issue 35
********************************************