Displaying 2 results from an estimated 2 matches for "notificaton".
Did you mean:
  notification
  
2016 Jan 08
0
yum-cron / email sending problem
I want to use yum-cron with email notificaton.
The upgrade runs, but i get no message. yum-cron aborted with this 
message:
[root at h1 yum]# yum-cron
Traceback (most recent call last):
   File "/usr/sbin/yum-cron", line 711, in <module>
     main()
   File "/usr/sbin/yum-cron", line 708, in main
     base.updatesCh...
2005 Dec 15
2
Patch: More of kqueue() support.
...lable])
+    notify=""
+  elif test "$ac_cv_func_kevent" != yes ; then
+    AC_MSG_WARN([kqueue notify requested but kevent() is not available])
+    notify=""
+  else
+    have_notify=kqueue
+    AC_DEFINE(IOLOOP_NOTIFY_KQUEUE,,
+      Use BSD kqueue directory changes notificaton)
+  fi
 else
   AC_MSG_ERROR([Unknown notify method: $notify])
 fi
@@ -1494,6 +1512,7 @@ AC_DEFINE_UNQUOTED(CAPABILITY_STRING, "$
 
 CFLAGS="$CFLAGS $EXTRA_CFLAGS"
 
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([
 Makefile
 doc/Makefile
Index: src/lib/ioloop-kqueue.c
=============...