summaryrefslogtreecommitdiff
path: root/www/campsite/files/patch-install_mailnotify
diff options
context:
space:
mode:
Diffstat (limited to 'www/campsite/files/patch-install_mailnotify')
-rw-r--r--www/campsite/files/patch-install_mailnotify34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/campsite/files/patch-install_mailnotify b/www/campsite/files/patch-install_mailnotify
deleted file mode 100644
index cef755222637..000000000000
--- a/www/campsite/files/patch-install_mailnotify
+++ /dev/null
@@ -1,34 +0,0 @@
---- implementation/mailnotify/install_mailnotify.orig Tue Mar 21 16:06:05 2006
-+++ implementation/mailnotify/install_mailnotify Tue Apr 18 08:51:35 2006
-@@ -8,20 +8,20 @@
- install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_notifyendsubs "$SBIN_DIR"
- install -o $ROOT_USER -g $APACHE_GROUP -m 750 campsite_notifyevents "$SBIN_DIR"
-
--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/notifyendsubs" "/etc/cron.d/notifyendsubs" &> /dev/null
--uninstall_cron_task "$BIN_DIR/notifyevents" "/etc/cron.d/notifyevents" &> /dev/null
--if [ -f /etc/crontab ]; then
-- uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab &> /dev/null
-- uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab &> /dev/null
--fi
-+#uninstall_cron_task "$BIN_DIR/notifyendsubs" "/etc/cron.d/notifyendsubs" &> /dev/null
-+#uninstall_cron_task "$BIN_DIR/notifyevents" "/etc/cron.d/notifyevents" &> /dev/null
-+#if [ -f /etc/crontab ]; then
-+# uninstall_cron_task "$BIN_DIR/notifyendsubs" /etc/crontab &> /dev/null
-+# uninstall_cron_task "$BIN_DIR/notifyevents" /etc/crontab &> /dev/null
-+#fi
-
- # install our cron tasks
--install_cron_task "0" "*/8" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyendsubs" "/etc/cron.d/campsite_notifyendsubs" || exit 1
--install_cron_task "*/2" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyevents" "/etc/cron.d/campsite_notifyevents" || exit 1
--restart_cron || exit 1
-+#install_cron_task "0" "*/8" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyendsubs" "/etc/cron.d/campsite_notifyendsubs" || exit 1
-+#install_cron_task "*/2" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_notifyevents" "/etc/cron.d/campsite_notifyevents" || exit 1
-+#restart_cron || exit 1
- exit 0