diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 28c0ce39ead2f249fd8b17ebf96afee73f3979d0 (patch) | |
tree | d87a1fcb631462f62f0e12e5866382bbab698ad6 /dev-vcs | |
parent | dev-vcs/cvsd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-28c0ce39ead2f249fd8b17ebf96afee73f3979d0.tar.gz gentoo-28c0ce39ead2f249fd8b17ebf96afee73f3979d0.tar.bz2 gentoo-28c0ce39ead2f249fd8b17ebf96afee73f3979d0.zip |
dev-vcs/monotone: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/monotone/files/monotone-0.36.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/monotone/files/monotone-0.36.initd b/dev-vcs/monotone/files/monotone-0.36.initd index 1718fd2c4416..4bb10499e8f4 100644 --- a/dev-vcs/monotone/files/monotone-0.36.initd +++ b/dev-vcs/monotone/files/monotone-0.36.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2006-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |