summaryrefslogtreecommitdiff
path: root/www/campsite/files/patch-install_mailnotify
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:52:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 05:52:02 +0000
commit934221cca7ea9d0a328d996e66f3c8179cf06eeb (patch)
treeab05df3301e64dd79f9e5d5558253430a8570d8c /www/campsite/files/patch-install_mailnotify
parentDepend on expired sql_gui port (diff)
Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/Tee: Has expired: No more public distfile 2011-08-08 sysutils/curly: Has expired: No more public distfiles 2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles 2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream 2011-08-08 sysutils/xapply: Has expired: No more public distfiles 2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 www/campsite: Has expired: Does not work 2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware 2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
Notes
Notes: svn path=/head/; revision=278686
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