summaryrefslogblamecommitdiffstats
path: root/os-plugins/plugins/syslog/XX_syslog.sh
blob: ccd27bbf44c43d755aedbc822cf4d3d685cc60bb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                         
#! /bin/ash
#
# stage3 part of 'syslog' plugin - the runlevel script
#
. /etc/functions
. /etc/distro-functions
. /etc/sysconfig/config
if [ -e /initramfs/plugin-conf/syslog.conf ]; then
  . /initramfs/plugin-conf/syslog.conf
  if [ $syslog_active -ne 0 ]; then
    [ $DEBUGLEVEL -gt 0 ] && echo "executing the 'syslog' os-plugin ...";
  
    . /mnt/opt/openslx/plugin-repo/syslog/syslog.sh

    [ $DEBUGLEVEL -gt 0 ] && echo "done with 'syslog' os-plugin ...";

  fi
fi