svn commit: r228346 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Thu Dec 8 05:37:59 UTC 2011


Author: linimon (doc,ports committer)
Date: Thu Dec  8 05:37:58 2011
New Revision: 228346
URL: http://svn.freebsd.org/changeset/base/228346

Log:
  Remove debug line.

Modified:
  projects/portbuild/scripts/zexpire

Modified: projects/portbuild/scripts/zexpire
==============================================================================
--- projects/portbuild/scripts/zexpire	Thu Dec  8 05:24:26 2011	(r228345)
+++ projects/portbuild/scripts/zexpire	Thu Dec  8 05:37:58 2011	(r228346)
@@ -42,7 +42,6 @@ for (fs, maxage) in expirelist:
     if VERBOSE:
         print "fs: " + str(fs)
     try:
-        # XXX MCL 20111205 produces nothing!
         snapdata = zfs.getallsnaps(fs)
         if VERBOSE:
             print "snapdata: " + str(snapdata)


More information about the svn-src-projects mailing list