diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d92bde268f7104340ae43cee14a76d6cddff07a6 (patch) | |
tree | 5ab93e5844075e850c1e01c3b0fc2e423c4141c2 /dev-vcs | |
parent | dev-vcs/monotone: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d92bde268f7104340ae43cee14a76d6cddff07a6.tar.gz gentoo-d92bde268f7104340ae43cee14a76d6cddff07a6.tar.bz2 gentoo-d92bde268f7104340ae43cee14a76d6cddff07a6.zip |
dev-vcs/subversion: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/files/svnserve.initd2 | 2 | ||||
-rw-r--r-- | dev-vcs/subversion/files/svnserve.initd3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/subversion/files/svnserve.initd2 b/dev-vcs/subversion/files/svnserve.initd2 index 79f1411070b2..0e7956c316e9 100644 --- a/dev-vcs/subversion/files/svnserve.initd2 +++ b/dev-vcs/subversion/files/svnserve.initd2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/dev-vcs/subversion/files/svnserve.initd3 b/dev-vcs/subversion/files/svnserve.initd3 index 1236cf56b1c9..28a69f3d02ef 100644 --- a/dev-vcs/subversion/files/svnserve.initd3 +++ b/dev-vcs/subversion/files/svnserve.initd3 @@ -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 or later # $Id$ |