aboutsummaryrefslogtreecommitdiffstats
path: root/www/campsite/files/patch-install_search
blob: 632665eeace191db5a77a49b37612f9a59e766f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- implementation/search/install_search.orig   Fri Nov 11 19:34:40 2005
+++ implementation/search/install_search    Fri Jan 13 15:17:55 2006
@@ -6,10 +6,10 @@
 
 if $USER_INSTALL; then exit 0; fi
 
-. ${INSTALL_CONF}/cron_functions
-if [ -f /etc/crontab ]; then
-    uninstall_cron_task "$BIN_DIR/gather" /etc/crontab
-fi
-install_cron_task "0" "*/4" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_indexer" /etc/cron.d/campsite_indexer -c || exit 1
-restart_cron || exit 1
+#. ${INSTALL_CONF}/cron_functions
+#if [ -f /etc/crontab ]; then
+#    uninstall_cron_task "$BIN_DIR/gather" /etc/crontab
+#fi
+#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