]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add deprecation comments
authorSami Kerola <kerolasa@iki.fi>
Tue, 28 Feb 2012 22:05:59 +0000 (23:05 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 18 Mar 2012 13:28:03 +0000 (14:28 +0100)
Markup deprecation to command header to avoid people wasting time in
fixing these utilities.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/elvtune.c
login-utils/last.c
login-utils/newgrp.c
login-utils/vipw.c
sys-utils/arch.c
text-utils/line.c

index 7c3caedcce935001718132f72aa96f09fa683ac0..7c074ffa62fd722c476181dd8e2c62b73babd0d1 100644 (file)
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
index 734730b3a0509a9da21c13a057fd8515cb53b4d4..417314ee596a0f7d12a75e96c4799d7325541f3c 100644 (file)
   * - using mmap() on Linux - great speed improvement
   */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 /*
  * last
  */
index 98399341695f0890a4127b7b7a73088e382dad8c..707c5893a88220941e05fe84c0ab7d79c841d7e5 100644 (file)
@@ -6,6 +6,15 @@
  * - added Native Language Support
  */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 #include <errno.h>
 #include <getopt.h>
 #include <grp.h>
index 92b42313f3ad524106c453debbe61705c538881b..c0ed0b3fb366cf74805d7c51346eb67968d0a2ae 100644 (file)
  * - fixed strerr(errno) in gettext calls
  */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 #include <errno.h>
 #include <fcntl.h>
 #include <paths.h>
index 0c29c3e0cbb5bd08b225a2a20d1df6809081ef39..470b12b9aa29760ebffeed6df550cae7033cb5fd 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 #include <err.h>
 #include <errno.h>
 #include <getopt.h>
index 826e5a25928a3a3fdb614e641fde99100192849f..636122e0151e65b36ae8f31bb334d013ade66cee 100644 (file)
@@ -6,6 +6,15 @@
  * Public Domain.
  */
 
+/*
+ * This command is deprecated.  The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only.  Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
 #include       <stdio.h>
 #include       <unistd.h>