diff options
| author | Oliver Tappe | 2008-03-24 12:00:05 +0100 |
|---|---|---|
| committer | Oliver Tappe | 2008-03-24 12:00:05 +0100 |
| commit | 1c1afb3e2a397eb906ff0b2884cadf2eb5e4fc02 (patch) | |
| tree | 1227b49d779e1784f42a9681baebcb88605d6fdf /os-plugins/plugins/bootlog/init-hooks | |
| parent | * Adjusted OSSetup::Distro implementations to apply necessary fixes as part o... (diff) | |
| download | core-1c1afb3e2a397eb906ff0b2884cadf2eb5e4fc02.tar.gz core-1c1afb3e2a397eb906ff0b2884cadf2eb5e4fc02.tar.xz core-1c1afb3e2a397eb906ff0b2884cadf2eb5e4fc02.zip | |
* 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
Diffstat (limited to 'os-plugins/plugins/bootlog/init-hooks')
| -rw-r--r-- | os-plugins/plugins/bootlog/init-hooks/15-have-ip-config/bootlog.sh | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
