#! /bin/sh #---------------------------------------------------------------------------- # system-base-edit-environment - edit base environment # # Copyright (c) 2003-2004 Frank Meyer # # Creation: 19.07.2003 fm # 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. #---------------------------------------------------------------------------- package='environment' service='Environment' clrhome colecho "Edit $service" gn echo if /var/install/bin/edit /etc/config.d/$package then echo if /var/install/bin/ask \ "Activate $service now" then # activating changes sh /var/install/config.d/$package.sh echo echo echo echo "To take changes effect please login again." fi fi /var/install/bin/anykey