summaryrefslogtreecommitdiffstats
path: root/login-utils/newgrp.c
diff options
context:
space:
mode:
authorSami Kerola2014-09-28 21:51:35 +0200
committerKarel Zak2014-10-01 12:33:11 +0200
commit7d2600e2d03b77cf825294e166914e95860ee11e (patch)
tree6340cf9310bddc84cba842ee0b5dbef8249912f8 /login-utils/newgrp.c
parentswapon: align available columns section in usage() (diff)
downloadkernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.tar.gz
kernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.tar.xz
kernel-qcow2-util-linux-7d2600e2d03b77cf825294e166914e95860ee11e.zip
docs: update deprecation banners
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'login-utils/newgrp.c')
-rw-r--r--login-utils/newgrp.c9
1 files changed, 0 insertions, 9 deletions
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>