#!/bin/sh #---------------------------------------------------------------------------- # eisfax-status # # Copyright (c) 2002-2004 Stefan Krister # Copyright (c) 2005 Frank Meyer # # Last Update: $Id$ # # 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. #---------------------------------------------------------------------------- startfile=/etc/init.d/eisfax clrhome colecho "Eisfax-Status" gn echo if [ -f $startfile ] then $startfile status else colecho "$startfile does not exist!" rd fi echo /var/install/bin/anykey