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 8158ADC0C3C for ; Thu, 22 Oct 2015 06:21:33 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 64794DC013B for ; Thu, 22 Oct 2015 06:21:33 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 122355A80BC; Thu, 22 Oct 2015 06:11:02 +0000 (GMT) Date: Thu, 22 Oct 2015 08:21:29 +0200 From: Natanael Copa To: Daniele Coli Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] Added description to init.d script in order to make compliant with rc-system Message-ID: <20151022082129.587cf073@ncopa-desktop.alpinelinux.org> In-Reply-To: <1445451764-2554-1-git-send-email-danielsan.dani@gmail.com> References: <1445451764-2554-1-git-send-email-danielsan.dani@gmail.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, Commit message does not say what package the commit is about. On Wed, 21 Oct 2015 20:22:44 +0200 Daniele Coli wrote: > --- > 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" > you need update checksum in apkbuild when modifiying init.d script too. And since this change acutally modifies the content of the package, we also need bump pkgrel. I fixed all the above. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---