Author: se
Date: Sat Feb  9 14:33:43 2019
New Revision: 343940
URL: https://svnweb.freebsd.org/changeset/base/343940

Log:
  Add notes regarding the deprecation and removal of timed and timedc in
  -CURRENT to binaries and man-pages.
  
  This is a direct commit to -STABLE, since the removal from -CURRENT has
  already been done.

Modified:
  stable/12/usr.sbin/timed/timed/timed.8
  stable/12/usr.sbin/timed/timed/timed.c
  stable/12/usr.sbin/timed/timedc/timedc.8
  stable/12/usr.sbin/timed/timedc/timedc.c

Modified: stable/12/usr.sbin/timed/timed/timed.8
==============================================================================
--- stable/12/usr.sbin/timed/timed/timed.8      Sat Feb  9 14:21:29 2019        
(r343939)
+++ stable/12/usr.sbin/timed/timed/timed.8      Sat Feb  9 14:33:43 2019        
(r343940)
@@ -286,3 +286,9 @@ The
 .Nm
 utility appeared in
 .Bx 4.3 .
+.Pp
+The latest
+.Nm
+code has been made available as a port (net/timed) in preparation of removal
+from base in
+.Fx 13.0 .

Modified: stable/12/usr.sbin/timed/timed/timed.c
==============================================================================
--- stable/12/usr.sbin/timed/timed/timed.c      Sat Feb  9 14:21:29 2019        
(r343939)
+++ stable/12/usr.sbin/timed/timed/timed.c      Sat Feb  9 14:33:43 2019        
(r343940)
@@ -192,6 +192,9 @@ main(int argc, char *argv[])
        if (optind < argc)
                usage();
 
+       fprintf(stderr, "TIMED will be removed from FreeBSD-13, and will be "
+           "provided as a port (net/timed) or package (timed).\n");
+
        /* If we care about which machine is the master, then we must
         *      be willing to be a master
         */

Modified: stable/12/usr.sbin/timed/timedc/timedc.8
==============================================================================
--- stable/12/usr.sbin/timed/timedc/timedc.8    Sat Feb  9 14:21:29 2019        
(r343939)
+++ stable/12/usr.sbin/timed/timedc/timedc.8    Sat Feb  9 14:33:43 2019        
(r343940)
@@ -139,3 +139,9 @@ The
 .Nm
 utility appeared in
 .Bx 4.3 .
+.Pp
+The latest
+.Nm
+code has been made available as a port (net/timed) in preparation of removal
+from base in
+.Fx 13.0 .

Modified: stable/12/usr.sbin/timed/timedc/timedc.c
==============================================================================
--- stable/12/usr.sbin/timed/timedc/timedc.c    Sat Feb  9 14:21:29 2019        
(r343939)
+++ stable/12/usr.sbin/timed/timedc/timedc.c    Sat Feb  9 14:33:43 2019        
(r343940)
@@ -97,6 +97,9 @@ main(int argc, char *argv[])
        }
 
        fromatty = isatty(fileno(stdin));
+       if (fromatty)
+               printf("TIMEDC will be removed from FreeBSD-13, and will be "
+                   "provided as a port (net/timed) or package (timed).\n");
        if (setjmp(toplevel))
                putchar('\n');
        (void) signal(SIGINT, intr);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to