diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:25 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | dc1c3cb15fe61d6764e105116d21b29eadd3bfd9 (patch) | |
tree | 20dc812089bb966f522cae282287fca15ca893b3 /dev-vcs | |
parent | dev-util/schroot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-dc1c3cb15fe61d6764e105116d21b29eadd3bfd9.tar.gz gentoo-dc1c3cb15fe61d6764e105116d21b29eadd3bfd9.tar.bz2 gentoo-dc1c3cb15fe61d6764e105116d21b29eadd3bfd9.zip |
dev-vcs/cvsd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsd/files/cvsd.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/cvsd/files/cvsd.rc6 b/dev-vcs/cvsd/files/cvsd.rc6 index b300b3562904..a245ea491b36 100644 --- a/dev-vcs/cvsd/files/cvsd.rc6 +++ b/dev-vcs/cvsd/files/cvsd.rc6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |