#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/template-advancedconfig - # show menu Advanced configuration file handling # # Copyright (c) 2001-2003 Ansgar Püster # # Creation: 23.12.2003 $Id$ # 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. #---------------------------------------------------------------------------- cd /tmp # get package name from filename PACKAGE-advancedconfig # filename=`basename $0` package=`echo $filename | sed "s|-advancedconfig$||"` /var/install/bin/show-menu /var/install/menu/setup.services.${package}.advancedconfig.menu