diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:08 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4ecbd8f1e79b1b77dc87cf4d058f27b37a4bca06 (patch) | |
tree | eb0d0f897292e833733c1cf72f4191203ede5222 | |
parent | sys-cluster/csync2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4ecbd8f1e79b1b77dc87cf4d058f27b37a4bca06.tar.gz gentoo-4ecbd8f1e79b1b77dc87cf4d058f27b37a4bca06.tar.bz2 gentoo-4ecbd8f1e79b1b77dc87cf4d058f27b37a4bca06.zip |
sys-cluster/dlm: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | sys-cluster/dlm/files/dlm.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/dlm/files/dlm.rc b/sys-cluster/dlm/files/dlm.rc index 120e5adfb2e7..3882cd1675ac 100644 --- a/sys-cluster/dlm/files/dlm.rc +++ b/sys-cluster/dlm/files/dlm.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |