From owner-p4-projects@FreeBSD.ORG Sun May 27 00:00:36 2007 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1293916A46C; Sun, 27 May 2007 00:00:36 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFA8016A41F for ; Sun, 27 May 2007 00:00:35 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B7A2613C457 for ; Sun, 27 May 2007 00:00:35 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4R00ZSW082891 for ; Sun, 27 May 2007 00:00:35 GMT (envelope-from andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4R00Z5v082882 for perforce@freebsd.org; Sun, 27 May 2007 00:00:35 GMT (envelope-from andrew@freebsd.org) Date: Sun, 27 May 2007 00:00:35 GMT Message-Id: <200705270000.l4R00Z5v082882@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andrew@freebsd.org using -f From: andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 120437 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2007 00:00:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=120437 Change 120437 by andrew@andrew_hermies on 2007/05/26 23:59:55 Add the start of the FreeBSD Update Frontend code. It waits for filesystem activity on /var/db/freebsd-update then looks to see if the `sha256("/")`-install link in that directory is present meaning there are updates avaliable. Affected files ... .. //depot/projects/soc2007/andrew-update/Makefile#1 add .. //depot/projects/soc2007/andrew-update/backend/Makefile#1 add .. //depot/projects/soc2007/andrew-update/backend/facund-be.c#1 add Differences ...