#! /bin/sh #---------------------------------------------------------------------------- # Copyright (c) 2003-2005 Sebastian Scholze # # Creation: 2003-03-14 schlotze # 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. #------------------------------------------------------------------------------ # include eislib . /var/install/include/eislib /var/install/bin/edit -apply /etc/tomcat/tomcat-users.xml if [ "$?" eq 0 ] then ask "Activate Tomcat configuration now?" if [ "$?" eq 0 ] then /etc/init.d/tomcat restart fi fi anykey