#!/bin/sh #---------------------------------------------------------------------------- #/var/install/bin/hylafax-edit-list-controller # # Creation: 2005-12-09 hb # Last Update: $Id$ # # Copyright (c) 2005-@@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. #---------------------------------------------------------------------------- list_file=/var/install/bin/capi-server-list-controller if [ -f "${list_file}" ] then ${list_file} else . /var/install/include/eislib clrhome mecho --info "List installed controller(s)" echo mecho --warn "Capi not installed" echo anykey fi exit 0 # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------