freebsd-ports/www/campsite/files/patch-install_autopublish
Pav Lucistnik 1635e28160 - Update to 2.5.1
PR:		ports/95985
Submitted by:	Ondra Koutek <koutek@o-k.cz> (maintainer)
2006-05-03 09:04:03 +00:00

19 lines
848 B
Text

--- implementation/management/bin/install_autopublish.orig Fri Nov 11 19:34:40 2005
+++ implementation/management/bin/install_autopublish Tue Apr 18 08:56:05 2006
@@ -3,10 +3,10 @@
[ "$USER_INSTALL" = "" ] && USER_INSTALL=false
if $USER_INSTALL; then exit 0; fi
-. ${INSTALL_CONF}/cron_functions
-if [ -f /etc/crontab ]; then
- uninstall_cron_task "$BIN_DIR/autopublish" /etc/crontab
-fi
-install_cron_task "*" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_autopublish" /etc/cron.d/campsite_autopublish -c || exit 1
-restart_cron || exit 1
+#. ${INSTALL_CONF}/cron_functions
+#if [ -f /etc/crontab ]; then
+# uninstall_cron_task "$BIN_DIR/autopublish" /etc/crontab
+#fi
+#install_cron_task "*" "*" "*" "*" "*" "$ROOT_USER" "$SBIN_DIR/campsite_autopublish" /etc/cron.d/campsite_autopublish -c || exit 1
+#restart_cron || exit 1
exit 0