# $Header: /alx-cvs/smage-eglibc/bash/alx/bash.custom,v 1.1 2008/02/27 09:51:46 niro Exp $ # rename old functions if [[ ! -z $(typeset -f preinstall) ]] then old_preinstall=old_$(typeset -f preinstall) eval ${old_preinstall} fi # functions to include in the mage file SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} old_preinstall" # mask some /etc/ files preinstall() { old_preinstall add_conf_prot_mask /etc/bash /etc/skel }