From 1c1afb3e2a397eb906ff0b2884cadf2eb5e4fc02 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 24 Mar 2008 11:00:05 +0000 Subject: * renamed 'bootlog' plugin to 'syslog', as that is what it is going to become, soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1680 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh (limited to 'os-plugins/plugins/bootlog/init-hooks') diff --git a/os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh b/os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh deleted file mode 100644 index a1a07e8a..00000000 --- a/os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -e /initramfs/plugin-conf/bootlog.conf ]; then - . /initramfs/plugin-conf/bootlog.conf - if [ $bootlog_active -ne 0 ]; then - echo "syslogd -R $bootlog_target..." - syslogd -R $bootlog_target & >/dev/null 2>&1 - fi -fi -- cgit v1.2.3-55-g7522