#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/vlc-log - display vlc log file # # Creation: 2004-07-28 jed # Last Update: $Id$ # # Copyright (c) 2011-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- # read configuration files . /etc/config.d/vlc . /etc/config.d/setup if [ "$MENU" = "/var/install/bin/show-menu.cui" ] then /var/install/bin/show-doc.cui --follow ${VLC_LOG_FILE} else /var/install/bin/show-doc.cui --noframe --nocolor --follow ${VLC_LOG_FILE} fi