svn commit: r354951 - head/contrib/amd/amd

Ed Maste emaste at FreeBSD.org
Thu Nov 21 13:57:31 UTC 2019


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


More information about the svn-src-all mailing list