X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id BE9BEDC1168 for ; Wed, 21 Oct 2015 18:22:50 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6EA98DC053F for ; Wed, 21 Oct 2015 18:22:50 +0000 (UTC) Received: by wicll6 with SMTP id ll6so86995256wic.1 for ; Wed, 21 Oct 2015 11:22:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=IvyipIOrku3mMHgsScOoRuE4+qPt2matVdLGN3e6BzM=; b=MjrQyUxTUQnibJJ8pyHbtJQt3X6MdMUQIS/tBW8tB4x8qeCYBIeStpcrtGHKxwukCW pSWhwSo+04u6dgW089ODcYwHsw71HFtcliDK0winzaTyWtwdQLij9TGJLL7/pxQgIEvE bvOuAVoOJkErOAGmXTuRVVJi+DvKpkjVftjLT16+1g88eLqpr3XpQ+B1HqreNpVwXPFs /FyJb3P3dAifwIbKKuhUt8Gd/D814xllU53Jwgi202a8gST3ZmEHF446KKX2qDXo2CPq oNCYErWHm4q7NiYzygZMDNOjHdb2naQHYpi2OenFHJRm2r392A1aZCtEyvRhEblEu7Vg QiYw== X-Received: by 10.180.8.226 with SMTP id u2mr19288094wia.90.1445451768541; Wed, 21 Oct 2015 11:22:48 -0700 (PDT) Received: from router-dev.coli (host196-93-dynamic.1-87-r.retail.telecomitalia.it. [87.1.93.196]) by smtp.gmail.com with ESMTPSA id gl9sm11938895wjb.10.2015.10.21.11.22.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 21 Oct 2015 11:22:47 -0700 (PDT) From: Daniele Coli To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] Added description to init.d script in order to make compliant with rc-system Date: Wed, 21 Oct 2015 20:22:44 +0200 Message-Id: <1445451764-2554-1-git-send-email-danielsan.dani@gmail.com> X-Mailer: git-send-email 2.6.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/openssh/sshd.initd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/openssh/sshd.initd b/main/openssh/sshd.initd index ae116f0..8fb94d1 100755 --- a/main/openssh/sshd.initd +++ b/main/openssh/sshd.initd @@ -3,6 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.4,v 1.5 2015/05/04 02:56:25 vapier Exp $ +description="OpenBSD Secure Shell server" +description_checkconfig="Verify configuration file" +description_reload="Reload configuration" + extra_commands="checkconfig" extra_started_commands="reload" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---