summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--disk-utils/mkfs.c9
-rw-r--r--login-utils/newgrp.c9
-rw-r--r--login-utils/vipw.c9
-rw-r--r--sys-utils/tunelp.c9
-rw-r--r--text-utils/col.c9
-rw-r--r--text-utils/pg.c9
6 files changed, 36 insertions, 18 deletions
diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c
index cb34951b2..5bdb93180 100644
--- a/disk-utils/mkfs.c
+++ b/disk-utils/mkfs.c
@@ -13,6 +13,15 @@
*
*/
+/*
+ * 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>
diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c
index 23904fe6d..58c9078eb 100644
--- a/login-utils/newgrp.c
+++ b/login-utils/newgrp.c
@@ -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>
diff --git a/login-utils/vipw.c b/login-utils/vipw.c
index 6ca5f8c10..ca90f65fc 100644
--- a/login-utils/vipw.c
+++ b/login-utils/vipw.c
@@ -44,15 +44,6 @@
* - 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>
diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c
index f9c362c40..7beb8a721 100644
--- a/sys-utils/tunelp.c
+++ b/sys-utils/tunelp.c
@@ -7,6 +7,15 @@
*/
/*
+ * 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
* Thus compiles tunelp with 2.1.103 kernels
diff --git a/text-utils/col.c b/text-utils/col.c
index 9aa6a414b..997f87b91 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -44,6 +44,15 @@
*
*/
+/*
+ * 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>
diff --git a/text-utils/pg.c b/text-utils/pg.c
index e9156c3a1..9ada00c26 100644
--- a/text-utils/pg.c
+++ b/text-utils/pg.c
@@ -31,6 +31,15 @@
/* 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>