#! /bin/sh #---------------------------------------------------------------------------- # /var/install/config.d/qos.eis-config.sh # # Creation: 01.01.2004 fw # Last Update: $Id$ # # Copyright (c) 2004 Fabian Wolter # # 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. #---------------------------------------------------------------------------- clrhome colecho "Edit QoS configuration" gn echo configfile='/etc/config.d/qos' if /var/install/bin/edit $configfile then if /var/install/bin/ask "Activate QoS-Configuration now" then sh /var/install/config.d/qos.sh . /etc/config.d/qos if [ "$START_QOS" = "yes" ] then /etc/init.d/qos restart fi fi fi /var/install/bin/anykey