diff options
Diffstat (limited to 'www/campsite/files/patch-install_search')
-rw-r--r-- | www/campsite/files/patch-install_search | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/campsite/files/patch-install_search b/www/campsite/files/patch-install_search deleted file mode 100644 index 646cdbc52a7c..000000000000 --- a/www/campsite/files/patch-install_search +++ /dev/null @@ -1,29 +0,0 @@ ---- implementation/search/install_search.orig Tue Mar 21 16:06:05 2006 -+++ implementation/search/install_search Tue Apr 18 08:54:16 2006 -@@ -8,18 +8,18 @@ - install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_indexer "$SBIN_DIR" - [ $? -ne 0 ] && exit 1 - --if $USER_INSTALL; then exit 0; fi -+#if $USER_INSTALL; then exit 0; fi - --. ${INSTALL_CONF}/cron_functions -+#. ${INSTALL_CONF}/cron_functions - - # remove cron tasks from older versions --uninstall_cron_task "$BIN_DIR/gather" /etc/cron.d/campsite_gather &> /dev/null --if [ -f /etc/crontab ]; then -- uninstall_cron_task "$BIN_DIR/gather" /etc/crontab &> /dev/null --fi -+#uninstall_cron_task "$BIN_DIR/gather" /etc/cron.d/campsite_gather &> /dev/null -+#if [ -f /etc/crontab ]; then -+# uninstall_cron_task "$BIN_DIR/gather" /etc/crontab &> /dev/null -+#fi - - # install our cron task --install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1 --restart_cron || exit 1 -+#install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1 -+#restart_cron || exit 1 - - exit 0 |