#!/bin/sh #------------------------------------------------------------------------------ # /var/install/bin/-edit - edit configuration for # # Copyright (c) 2004 # # Creation: # Last Update: # # 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='' service='' clrhome colecho "Edit $service configuration" gn echo if /var/install/bin/edit /etc/config.d/$package then echo if /var/install/bin/ask \ "Activate $service configuration now" then # activating changes sh /var/install/config.d/$package.sh fi fi /var/install/bin/anykey