Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 13:57:30 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354951 - head/contrib/amd/amd
Message-ID:  <201911211357.xALDvUv0041606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Nov 21 13:57:30 2019
New Revision: 354951
URL: https://svnweb.freebsd.org/changeset/base/354951

Log:
  revert contrib/amd changes accidentally committed with r354950

Modified:
  head/contrib/amd/amd/amd.8
  head/contrib/amd/amd/amd.c

Modified: head/contrib/amd/amd/amd.8
==============================================================================
--- head/contrib/amd/amd/amd.8	Thu Nov 21 13:56:16 2019	(r354950)
+++ head/contrib/amd/amd/amd.8	Thu Nov 21 13:57:30 2019	(r354951)
@@ -72,8 +72,7 @@
 .Ar ...
 .Sh DESCRIPTION
 .Bf -symbolic
-This daemon is deprecated and will be removed before
-.Fx 13.0 .
+This daemon is obsolete.
 Users are advised to use
 .Xr autofs 5
 instead.

Modified: head/contrib/amd/amd/amd.c
==============================================================================
--- head/contrib/amd/amd/amd.c	Thu Nov 21 13:56:16 2019	(r354950)
+++ head/contrib/amd/amd/amd.c	Thu Nov 21 13:57:30 2019	(r354951)
@@ -414,8 +414,6 @@ main(int argc, char *argv[])
     progname = "amd";
   am_set_progname(progname);
 
-  plog(XLOG_WARNING, "built-in amd in FreeBSD is deprecated and will be removed before FreeBSD 13");
-
   /*
    * Initialize process id.  This is kept
    * cached since it is used for generating



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