# ================================================
APPNAME=`basename "$0"`
-MYVERSION=2.2.2+toward_2.2.3_20130119205828
+MYVERSION=2.2.2+toward_2.2.3_20130119230628
PREFIX=${PREFIX:-/usr/local}
CONFFILE=${PREFIX}/etc/${APPNAME}.conf
if [ $supress_self_upadte = yes -a `expr "$pkg" : "^${APPNAME}-[0-9].*"` -gt 0 ]
then
is_supressed=yes
+ elif [ $supress_pkgng_upadte = yes -a `expr "$pkg" : "^pkg-[0-9].*"` -gt 0 ]
+ then
+ is_supressed=yes
else
is_supressed=no
fi
-e '^keep_distfiles=' \
-e '^renew_options=' \
-e '^supress_self_upadte=' \
+ -e '^supress_pkgng_upadte=' \
-e '^supress_obsolete_db_clean=' \
> ${DBDIR}/saved_options.sh || :
touch "${DBDIR}/COMPLETE_SAVE_OPTIONS"