diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b8ad18346141ade6909cd4a06bfac097be87e6c5 (patch) | |
tree | 105de900e4299acc93a39d46c4efd2ba2d40366c /net-misc/oidentd | |
parent | net-misc/ofono: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b8ad18346141ade6909cd4a06bfac097be87e6c5.tar.gz gentoo-b8ad18346141ade6909cd4a06bfac097be87e6c5.tar.bz2 gentoo-b8ad18346141ade6909cd4a06bfac097be87e6c5.zip |
net-misc/oidentd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/oidentd')
-rw-r--r-- | net-misc/oidentd/files/oidentd-2.0.7-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/oidentd/files/oidentd-2.0.7-init b/net-misc/oidentd/files/oidentd-2.0.7-init index 7d501b985df8..f86e2d4743bf 100644 --- a/net-misc/oidentd/files/oidentd-2.0.7-init +++ b/net-misc/oidentd/files/oidentd-2.0.7-init @@ -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$ |