bump to version 0.99.18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# Configure Rsyslog
|
||||
# This file is part of the init.sh project
|
||||
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
|
||||
# Copyright (c) 2019-2022 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
|
||||
# ------------------------------------------------------------------------------
|
||||
# This file is distributed under 3-clause BSD license.
|
||||
# The complete license agreement can be obtained at:
|
||||
@@ -11,12 +11,12 @@
|
||||
# * SYSLOG_SRV: the syslog server name
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export VER_conf_syslog="0.0.4"
|
||||
export VER_conf_syslog="0.0.5"
|
||||
|
||||
conf_syslog()
|
||||
{
|
||||
local syslogconf=/etc/rsyslog.conf
|
||||
prnt I "Configuration de rsyslog..."
|
||||
prnt I "Configuring rsyslog..."
|
||||
backup_dist $syslogconf
|
||||
install_file rsyslog.conf $syslogconf
|
||||
tag_file $syslogconf
|
||||
@@ -27,7 +27,7 @@ conf_syslog()
|
||||
precheck_conf_syslog()
|
||||
{
|
||||
if [[ -z $SYSLOG_SRV ]]; then
|
||||
prnt E "Undeclared syslog server name !"
|
||||
prnt E "Undeclared syslog server name!"
|
||||
die 181
|
||||
else
|
||||
file_must_exists rsyslog.conf
|
||||
|
||||
Reference in New Issue
Block a user