diff options
author | 2016-05-18 01:32:13 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 990c19bf490159e7f8848b250529c363b3264dcd (patch) | |
tree | 95da71582964bd34ef126664a979ea5f7f799266 /net-misc | |
parent | net-misc/openrdate: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-990c19bf490159e7f8848b250529c363b3264dcd.tar.gz gentoo-990c19bf490159e7f8848b250529c363b3264dcd.tar.bz2 gentoo-990c19bf490159e7f8848b250529c363b3264dcd.zip |
net-misc/openssh: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/files/sshd.rc6.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/files/sshd.rc6.4 b/net-misc/openssh/files/sshd.rc6.4 index 34e19706de07..a361401755cc 100644 --- a/net-misc/openssh/files/sshd.rc6.4 +++ b/net-misc/openssh/files/sshd.rc6.4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |