#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/template-advancedconfig - # show menu Advanced configuration file handling # # Creation: 2003-12-23 $Id$ # Last Update: $Id$ # # Copyright (c) 2001-2003 Ansgar Püster, Ansgar.Puester(at)T-Online.de # Copyright (c) 2003-@@YEAR@@ the eisfair team, team(at)eisfair(dot)org # # 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. #---------------------------------------------------------------------------- cd /tmp # get package name from filename PACKAGE-advancedconfig # # with update 1.1.0 this function is deprecated mecho --warn " Use of 'template-advancedconfig' is deprecated" echo anykey filename=`basename $0` package=`echo $filename | sed "s|-advancedconfig$||"` /var/install/bin/show-menu /var/install/menu/setup.services.${package}.advancedconfig.menu