From: Sami Kerola Date: Sun, 28 Sep 2014 19:51:35 +0000 (+0100) Subject: docs: update deprecation banners X-Git-Tag: v2.26-rc1~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d2600e2d03b77cf825294e166914e95860ee11e;p=thirdparty%2Futil-linux.git docs: update deprecation banners Signed-off-by: Sami Kerola --- diff --git a/disk-utils/mkfs.c b/disk-utils/mkfs.c index cb34951b20..5bdb93180d 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 #include #include diff --git a/login-utils/newgrp.c b/login-utils/newgrp.c index 23904fe6db..58c9078eb1 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 #include #include diff --git a/login-utils/vipw.c b/login-utils/vipw.c index 6ca5f8c107..ca90f65fc4 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 #include #include diff --git a/sys-utils/tunelp.c b/sys-utils/tunelp.c index f9c362c407..7beb8a721a 100644 --- a/sys-utils/tunelp.c +++ b/sys-utils/tunelp.c @@ -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 diff --git a/text-utils/col.c b/text-utils/col.c index 9aa6a414b3..997f87b913 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 #include #include diff --git a/text-utils/pg.c b/text-utils/pg.c index e9156c3a1e..9ada00c269 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 #include #include