diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
commit | 6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch) | |
tree | 27e1c61cbc148cf62683fdece421db3e5df6864f /main/openssh/sshd.initd | |
parent | 50f344b7b0be41515051e8f31ecb979887c342af (diff) | |
download | aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2 aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz |
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/openssh/sshd.initd')
-rwxr-xr-x | main/openssh/sshd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openssh/sshd.initd b/main/openssh/sshd.initd index 937b60d7d4..9edeb06cba 100755 --- a/main/openssh/sshd.initd +++ b/main/openssh/sshd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6.3,v 1.2 2011/09/14 21:46:19 polynomial-c Exp $ |