diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:08 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d7c1d44ea5fe907b155b835c5f8eb0a58a29b6b4 (patch) | |
tree | 0ba9f9a87012a06a484442af246af25dbafa6121 /dev-libs/openct | |
parent | dev-libs/opencryptoki: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d7c1d44ea5fe907b155b835c5f8eb0a58a29b6b4.tar.gz gentoo-d7c1d44ea5fe907b155b835c5f8eb0a58a29b6b4.tar.bz2 gentoo-d7c1d44ea5fe907b155b835c5f8eb0a58a29b6b4.zip |
dev-libs/openct: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-libs/openct')
-rw-r--r-- | dev-libs/openct/files/openct.rc | 2 | ||||
-rw-r--r-- | dev-libs/openct/files/openct.rc.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openct/files/openct.rc b/dev-libs/openct/files/openct.rc index b6a9a5ea9174..1f305ae3c313 100644 --- a/dev-libs/openct/files/openct.rc +++ b/dev-libs/openct/files/openct.rc @@ -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$ diff --git a/dev-libs/openct/files/openct.rc.2 b/dev-libs/openct/files/openct.rc.2 index 8c970395ac22..585a8b765e43 100644 --- a/dev-libs/openct/files/openct.rc.2 +++ b/dev-libs/openct/files/openct.rc.2 @@ -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 # $Id$ |