From 753f42ab8d50f92e36d3b06a2a47630bed69f257 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 15 Feb 2008 15:17:23 +0000 Subject: adduser: optional support for long options. +110 bytes. closes bug 2134. --- loginutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'loginutils/Config.in') diff --git a/loginutils/Config.in b/loginutils/Config.in index 6f2702e..6ee154c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -88,6 +88,13 @@ config ADDUSER help Utility for creating a new user account. +config FEATURE_ADDUSER_LONG_OPTIONS + bool "Enable long options" + default n + depends on ADDUSER && GETOPT_LONG + help + Support long options for the adduser applet. + config DELUSER bool "deluser" default n -- cgit v1.1