blob: b188bf5f37a4541f016f0b721cdf4c916302e5cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- implementation/search/install_search.orig Tue Sep 20 09:38:31 2005
+++ implementation/search/install_search Sat Nov 19 00:33:12 2005
@@ -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" "$BIN_DIR/gather" /etc/cron.d/campsite_gather -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" "$BIN_DIR/gather" /etc/cron.d/campsite_gather -c || exit 1
+#restart_cron || exit 1
exit 0
|