~alpine/aports

Added description to init.d script in order to make compliant with rc-system v1 PROPOSED

Daniele Coli: 1
 Added description to init.d script in order to make compliant with rc-system

 1 files changed, 4 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1534/mbox | git am -3
Learn more about email & git

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

---
 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
---
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: