head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.12.24.20.38.55;	author miwi;	state dead;
branches;
next	1.1;

1.1
date	2004.10.12.03.17.31;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@misc/bsdiff||2009-12-24|Incorporated into base system long ago
security/freebsd-update||2009-12-24|Incorporated into base system long ago
sysutils/est||2009-12-24|Incorporated into base system long ago
sysutils/estctrl||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago
@
text
@--- freebsd-update	Sun Oct  3 21:08:21 2004
+++ freebsd-update	Sun Oct  3 21:12:04 2004
@@@@ -371,7 +371,7 @@@@
 
 # Fetch updates; send output to a file, and
 # append a message in case of error.
-  real-fetch-update > $WRKDIR/log ||
+  real-fetch-update > $WRKDIR/log 2>&1 ||
     echo "Error fetching updates" >> $WRKDIR/log
 
 # Send an email to root if $VERBOSE == yes, or
@


1.1
log
@[MAINTAINER UPDATE] security/freebsd-update

	If `freebsd-update cron` fails due to a lack of internet
	connection, two emails will be sent -- one with the error
	message from fetch(1), and the other from freebsd-update
	reporting that patches could not be downloaded.

	This patch corrects this mis-behaviour and causes a single
	email to be sent in such an event; this will be included
	in a future version of the distfile.

PR:		ports/72310
Submitted by:	Colin Percival <cperciva@@daemonology.net>
@
text
@@

