~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] Added description to init.d script in order to make compliant with rc-system

Details
Message ID
<1445451764-2554-1-git-send-email-danielsan.dani@gmail.com>
Sender timestamp
1445451764
DKIM signature
missing
Download raw message
Patch: +4 -0
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20151022082129.587cf073@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1445451764-2554-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1445494889
DKIM signature
missing
Download raw message
Hi,

Commit message does not say what package the commit is about.

On Wed, 21 Oct 2015 20:22:44 +0200
Daniele Coli <danielsan.dani@gmail.com> 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
---
Reply to thread Export thread (mbox)