diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 131dd1fbc7b43d670bf31fe134d8db30acbe4025 (patch) | |
tree | 53d28e1af4300259edb7926959c408be497d2047 /sys-auth/munge | |
parent | sys-auth/keystone: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-131dd1fbc7b43d670bf31fe134d8db30acbe4025.tar.gz gentoo-131dd1fbc7b43d670bf31fe134d8db30acbe4025.tar.bz2 gentoo-131dd1fbc7b43d670bf31fe134d8db30acbe4025.zip |
sys-auth/munge: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-auth/munge')
-rw-r--r-- | sys-auth/munge/files/munged.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/munge/files/munged.initd b/sys-auth/munge/files/munged.initd index 7fee87e499ce..d1ac230c7642 100644 --- a/sys-auth/munge/files/munged.initd +++ b/sys-auth/munge/files/munged.initd @@ -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$ |