From patchwork Tue Oct 21 14:26:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 401524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 081E414007B for ; Wed, 22 Oct 2014 01:28:13 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 32E1E33173; Tue, 21 Oct 2014 14:28:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xpaT9w7z2Fjt; Tue, 21 Oct 2014 14:28:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2EACA33209; Tue, 21 Oct 2014 14:28:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 184BF1BFA35 for ; Tue, 21 Oct 2014 14:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 130D291991 for ; Tue, 21 Oct 2014 14:28:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HCzstA7m92W8 for ; Tue, 21 Oct 2014 14:28:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7A17291973 for ; Tue, 21 Oct 2014 14:28:08 +0000 (UTC) Received: from asgard (cpe-186-23-17-245.telecentro-reversos.com.ar [186.23.17.245] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s9LES2wm027278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 21 Oct 2014 14:28:04 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1413901686; bh=74K+01KzywAj8ASA2bNVuwJgYVMC/74wl1Jjhngj+0g=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kVwmQUAyXmocVB0Nv96/8tTryrvhhJVoEgiUWQJDktM5LBcZnXhxfQ2gI35v80RWD scqHwzc80c7xhQ1SmI2NUEy2S3+aCbkS8CzV95Y9MR5N+FfkIRRh0f7eYq4Xs5iQjb /Jkkuz/m6YsqVE+CWlijW9yKEzn1wS8mkUi4FSyQ= Received: by asgard (sSMTP sendmail emulation); Tue, 21 Oct 2014 11:26:50 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 21 Oct 2014 11:26:37 -0300 Message-Id: <1413901599-27312-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1413901599-27312-1-git-send-email-gustavo@zacarias.com.ar> References: <1413901599-27312-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/4] docs/manual: document makeusers group-only creation X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias Reviewed-by: "Yann E. MORIN" --- docs/manual/makeusers-syntax.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/makeusers-syntax.txt b/docs/manual/makeusers-syntax.txt index 5b3f347..8e64a0e 100644 --- a/docs/manual/makeusers-syntax.txt +++ b/docs/manual/makeusers-syntax.txt @@ -51,6 +51,8 @@ There are a few restrictions on the content of each field: If +home+ is not +-+, then the home directory, and all files below, will belong to the user and its main group. +If +username+ is +-+, then just a group will be created. + Examples: ----