--- asterisk-1.2.27.ebuild.orig 2009-02-23 06:44:37.376229515 +0000 +++ asterisk-1.2.27.ebuild 2009-02-23 06:46:26.972378086 +0000 @@ -278,13 +278,12 @@ if is_ast10update; then elog "Updating from old (pre-1.2) asterisk version, new configuration files have been installed" elog "into "${ROOT}"etc/asterisk, use etc-update or dispatch-conf to update them" - elif has_version "net-misc/asterisk"; then - elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf" - insinto /usr/share/doc/${PF}/conf - doins "${D}"etc/asterisk/*.conf* - rm -f "${D}"etc/asterisk/*.conf* 2>/dev/null fi + elog "Configuration samples have been moved to: $ROOT/usr/share/doc/${PF}/conf" + insinto /usr/share/doc/${PF}/conf + doins "${D}"etc/asterisk/*.conf* + # don't delete these directories, even if they are empty for x in voicemail meetme system dictate monitor tmp; do keepdir /var/spool/asterisk/${x}