diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5f30acb26e4ecca3c784f6fcdf7641af0322d653 (patch) | |
tree | 0637ec56b332747f213bd907051c870c68d0e848 /app-admin/clsync | |
parent | app-admin/cancd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5f30acb26e4ecca3c784f6fcdf7641af0322d653.tar.gz gentoo-5f30acb26e4ecca3c784f6fcdf7641af0322d653.tar.bz2 gentoo-5f30acb26e4ecca3c784f6fcdf7641af0322d653.zip |
app-admin/clsync: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/clsync')
-rw-r--r-- | app-admin/clsync/files/clsync.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/clsync/files/clsync.initd b/app-admin/clsync/files/clsync.initd index d350f3ddb40b..011163bbc08d 100644 --- a/app-admin/clsync/files/clsync.initd +++ b/app-admin/clsync/files/clsync.initd @@ -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$ |