# # EXAMPLE MENU.INI CONF FILE # # No Warranty!!!!!! # # Version 0.1 Copyright Duncan Robertson duncan@linuxbandwagon.com # July 2001 # # This program is released under the Gnu General Public License # see http://www.gnu.org/licenses/gpl/ for further information. # # [DEFAULT] root = LinuxBandwagon Internet Gateway Admin Menu title = Options Available text = Please choose an option to run exit = 0 [top] label = check processer use command = top [disk] label = check disk space command = df ; read -p 'press enter to continue' [shutdown] prompt = yes label = halt the system properly command = /sbin/shutdown -h now [startnet] label = initiate internet connection command = wvdial > /dev/null 2>&1 & [stopnet] prompt = yes label = stop net connection command = killall wvdial [dialconfig] label = change dialup account details command = /usr/local/sbin/reconfigwvdial.py [time] label = change system time command = /usr/local/sbin/change_time.py [timezone] label = change time zone command = /usr/sbin/timeconfig [shell] label = run a command shell command = bash [exit] exit = 1