From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f171.google.com ([209.85.214.171]) by ewsd; Sun Mar 8 18:56:30 EDT 2020 Received: by mail-pl1-f171.google.com with SMTP id ay11so3214336plb.0 for <9front@9front.org>; Sun, 08 Mar 2020 15:56:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=q6kKLf6Q/2LiNMNaSB0/6rNCCC0t3oYpimgI4VlbKmk=; b=EjrSMjC2X/raCaH2xsr5TiKOjP84b7wpbZe1fP9KwPpfv4ZAgBt4OsCB2nLmXx9FiS 9Y/stHgMFbXql/mv47VFDQuP6fV0w9XPOemdYkNlj1YdAmuTmy1qekv//qtlrF4eeW71 ePdEYkE4uGVrzQYPgiTOUUunKEe4vxZutpHJhSzyIuOWbUimDZrIroFAKQkDIR8wkiHe I6n3TItnl5WUQKk8Zt7YRkzkLtcPAOAhaqdc6KqZZrwDXtIfXqJjPNF/coWYwj0o4r9R z2bDycS3JpN3bPKt/8silElZ/4/4UY7wb1m0uUBxVCd9mIax7bdagLwr23NtdzCjaReH tpJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=q6kKLf6Q/2LiNMNaSB0/6rNCCC0t3oYpimgI4VlbKmk=; b=cg06xFQD1FKoH42+3fGRPTc2ARbqzKH3JOWV27BtOT51oJOlDVJpwcBOcF4uNE+KS2 KFUV2eDylsGh8NOmstx6PJ/mjGAFA64cXYr44rB2H7rz0ESIgbyuFdEyjNJJGVrbJ81x VKV7VJOynpKikquE3MKFhyLxNsR0TR+vIVlGdFzpyYE6B96Nf8QOqZfO0MgSCVkbqLMW l9OwIYuwJzNdV1S5c61dhQkIna1Xe99kWosMFK2kRG01e+LwZI/z30R6Nm0ouP2KTy2U Ao2+/OogyFTSVSVkDlZzXGIs2bJiiRGqg0Tz5Dg2HJHY5l5JIKm5YJYD9HewrUmja2G0 2dRA== X-Gm-Message-State: ANhLgQ2upcX1xZJTUQQB4DOJCKe9L6lV0yjfLf5l54bfNwRa5uuhLrSV Ni/ugQvGjarVgD0DcfFb8pDH/OnR X-Google-Smtp-Source: ADFU+vu75tpdFL9l96MtxdXCt+kynE+tlkgVNdQwW29CAilFWck2iM5bN1YBopZb4AabZKdxYjN0FA== X-Received: by 2002:a17:90b:2344:: with SMTP id ms4mr15689105pjb.72.1583708187804; Sun, 08 Mar 2020 15:56:27 -0700 (PDT) Return-Path: Received: from [104.192.204.15] ([104.192.204.15]) by smtp.googlemail.com with ESMTPSA id k14sm5525843pje.3.2020.03.08.15.56.27 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 08 Mar 2020 15:56:27 -0700 (PDT) Subject: Re: [9front] quality of life patch for auth/(enable disable status) From: Sean Hinchee To: 9front@9front.org References: Message-ID: Date: Sun, 8 Mar 2020 15:56:26 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: API cache realtime NoSQL frontend I forgot to attach the patch ☺ http://okturing.com/src/7947/body On 3/8/20 3:51 PM, Sean Hinchee wrote: > A small patch to add usage messages to auth/(enable disable status). > > I feel that while this is a minor change and usage is documented in the > manual, rc scripts should check argument count regardless rather than > spewing null list in concatenation errors ☺. > > Cheers, > Sean