X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-init-multitail;fp=usr_bin%2Fgrml-init-multitail;h=0000000000000000000000000000000000000000;hb=cdbec268696c1a0f91ed02d42ec56abbe3ef78e9;hp=20494faae9201747c4f8c33300402d67c494ba81;hpb=80e422b789147a8706e450722c6e45bd42b3a5d1;p=grml-scripts-core.git diff --git a/usr_bin/grml-init-multitail b/usr_bin/grml-init-multitail deleted file mode 100755 index 20494fa..0000000 --- a/usr_bin/grml-init-multitail +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/dash -# Filename: grml-init-multitail -# Purpose: fix tty permissions and run multitail -# Authors: grml-team (grml.org), (c) Michael Prokop , -# (c) Michael Gebetsroither -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -################################################################################ - -# export variable USER for use withing GNU screen: - export USER=`id -un` - -# fix rungetty: - TTY=`tty` - sudo chown $USER.$USER $TTY - -# now start the shell: - exec /usr/bin/multitail -o 'check_mail:0' /var/log/syslog - -## END OF FILE #################################################################