diff options
author | 2016-05-18 01:34:30 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 22b3555022a44fd7f3d552f1eb1a1d2d81409111 (patch) | |
tree | 5912866d085a2b6efc352db98dc8d1a303c08b36 /sys-fs/cachefilesd | |
parent | sys-freebsd/freebsd-usbin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-22b3555022a44fd7f3d552f1eb1a1d2d81409111.tar.gz gentoo-22b3555022a44fd7f3d552f1eb1a1d2d81409111.tar.bz2 gentoo-22b3555022a44fd7f3d552f1eb1a1d2d81409111.zip |
sys-fs/cachefilesd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/cachefilesd')
-rw-r--r-- | sys-fs/cachefilesd/files/cachefilesd-2.init | 2 | ||||
-rw-r--r-- | sys-fs/cachefilesd/files/cachefilesd-3.init | 2 | ||||
-rw-r--r-- | sys-fs/cachefilesd/files/cachefilesd.init | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/cachefilesd/files/cachefilesd-2.init b/sys-fs/cachefilesd/files/cachefilesd-2.init index afc7fc5a0ab6..420c0e8518d8 100644 --- a/sys-fs/cachefilesd/files/cachefilesd-2.init +++ b/sys-fs/cachefilesd/files/cachefilesd-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/cachefilesd/files/cachefilesd-3.init b/sys-fs/cachefilesd/files/cachefilesd-3.init index b21c56e6e9ab..2c49bf3fde33 100644 --- a/sys-fs/cachefilesd/files/cachefilesd-3.init +++ b/sys-fs/cachefilesd/files/cachefilesd-3.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/cachefilesd/files/cachefilesd.init b/sys-fs/cachefilesd/files/cachefilesd.init index 93090ef2afbc..c972aea695ff 100644 --- a/sys-fs/cachefilesd/files/cachefilesd.init +++ b/sys-fs/cachefilesd/files/cachefilesd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |