[24118] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23720 - trunk/debathena/config/auto-update/debian

daemon@ATHENA.MIT.EDU (Gregory Nathan Price)
Wed Apr 8 00:25:32 2009

Date: Wed, 8 Apr 2009 00:25:18 -0400
From: Gregory Nathan Price <price@MIT.EDU>
Message-Id: <200904080425.n384PIPt030037@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: price
Date: 2009-04-08 00:25:18 -0400 (Wed, 08 Apr 2009)
New Revision: 23720

Modified:
   trunk/debathena/config/auto-update/debian/athena-auto-update
Log:
auto-update: match exactly

Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-update	2009-04-08 04:07:52 UTC (rev 23719)
+++ trunk/debathena/config/auto-update/debian/athena-auto-update	2009-04-08 04:25:18 UTC (rev 23720)
@@ -73,7 +73,7 @@
 slist=/etc/apt/sources.list.d/debathena.clusterinfo.list
 if [ -r "$cinfo" ] && ( [ ! -e "$slist" ] || [ -w "$slist" ] ); then
   echo "** Updating debathena.clusterinfo.list"
-  dsource="$(egrep -h '^deb(-src)? http://debathena.mit.edu/apt' /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null | sort -u)"
+  dsource="$(egrep -h '^deb(-src)? http://debathena\.mit\.edu/apt ' /etc/apt/sources.list /etc/apt/sources.list.d/*.list 2>/dev/null | sort -u)"
   if [ -n "$dsource" ]; then
     (. $cinfo
      echo "# This file is automatically updated by debathena-auto-update"


home help back first fref pref prev next nref lref last post