-if [ "$PINGUS_SVN" == "y" ]; then
- config_query PINGUS_SVN_AUTOUPDATE \
- "Update to the latest SVN automatically on every cast?"
${PINGUS_CVS_AUTOUPDATE:-n}
+if [ "$PINGUS_GIT" == "y" ]; then
+ config_query PINGUS_GIT_AUTOUPDATE \
+ "Update to the latest GIT automatically on every cast?"
${PINGUS_SVN_AUTOUPDATE:-n}
fi