Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 19:50:43 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r329182 - stable/11
Message-ID:  <201802121950.w1CJohFV038785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Feb 12 19:50:43 2018
New Revision: 329182
URL: https://svnweb.freebsd.org/changeset/base/329182

Log:
  Correct date in ObsoleteFiles
  
  Getting a little ahead of myself here- correct the date to today.

Modified:
  stable/11/ObsoleteFiles.inc

Modified: stable/11/ObsoleteFiles.inc
==============================================================================
--- stable/11/ObsoleteFiles.inc	Mon Feb 12 19:49:20 2018	(r329181)
+++ stable/11/ObsoleteFiles.inc	Mon Feb 12 19:50:43 2018	(r329182)
@@ -38,7 +38,7 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20180222: Remove libstand
+# 20180212: Remove libstand
 OLD_FILES+=usr/lib/libstand.a
 OLD_FILES+=usr/lib/libstand_p.a
 OLD_FILES+=usr/include/stand.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802121950.w1CJohFV038785>