]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update deprecation banners
authorSami Kerola <kerolasa@iki.fi>
Sun, 28 Sep 2014 19:51:35 +0000 (20:51 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 10:33:11 +0000 (12:33 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/mkfs.c
login-utils/newgrp.c
login-utils/vipw.c
sys-utils/tunelp.c
text-utils/col.c
text-utils/pg.c

index cb34951b207cbe9670c43d779d90598b291c7a7c..5bdb93180dcc3d2b8e63557b50615de52d71ccaa 100644 (file)
  *     
  */
 
+/*
+ * 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 <getopt.h>
 #include <limits.h>
 #include <stdio.h>
index 23904fe6db3c72b50499f5cb5321df42133f86b6..58c9078eb1c67d4d13d1223cdeeffae3b723c664 100644 (file)
@@ -6,15 +6,6 @@
  * - 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 6ca5f8c1078057b714a859be5a42c519cdff34c6..ca90f65fc4516b708dddce51aeb3e8cfa9819d35 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 f9c362c407ee94c499f112ef97d6426d849aa178..7beb8a721ab1573bd2445a53d67ccfea92a03097 100644 (file)
@@ -6,6 +6,15 @@
  * information on distribution conditions.
  */
 
+/*
+ * 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.
+ */
+
 /*
  * $Log: tunelp.c,v $
  * Revision 1.9  1998/06/08 19:37:11  janl
index 9aa6a414b3c4de8bb4b9933e320ac296d71fa955..997f87b9139e7f69f399058156c937395f94e451 100644 (file)
  *
  */
 
+/*
+ * 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 <stdlib.h>
 #include <errno.h>
 #include <ctype.h>
index e9156c3a1e356cab36951d2df7993f23484ad62b..9ada00c2691efcef886529e3772e4770a81c4812 100644 (file)
 
 /* Sccsid @(#)pg.c 1.44 (gritter) 2/8/02 - modified for util-linux */
 
+/*
+ * 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 <sys/types.h>
 #include <sys/wait.h>
 #include <sys/stat.h>