c9e53fd0d4
This system is "off" by default and only operates upon specific directive for selection of a notifier component. At the moment, the only available component will write an error message to the syslog. This commit was SVN r19209.
14 строки
349 B
Bash
14 строки
349 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2007 Sandia National Laboratories. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# MCA_notifier_syslog_CONFIG([action-if-found], [action-if-not-found])
|
|
# -----------------------------------------------------------
|
|
AC_DEFUN([MCA_notifier_syslog_CONFIG], [$1])
|