#!/bin/sh #------------------------------------------------------------------------------ #/var/install/bin/hylafax-edit-list-controller # # Creation: 2005-12-09 hb # Last Update: $Id$ # # Copyright (c) 2005-2006 Holger Bruenjes # # 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 eislib . /var/install/include/eislib clrhome mecho -info "List installed controller(s)" mecho mecho "Detecting ISDN-Devices ..." cat /proc/capi/controller mecho anykey exit 0 #----------------------------------------------------------------------------- # end #-----------------------------------------------------------------------------