diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 043a9892e70aa5929f5d5ea1eba42805c2915820 (patch) | |
tree | e79078f5f147354a6ca9ff5253e4265476f5c48a /net-misc | |
parent | net-misc/vtun: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-043a9892e70aa5929f5d5ea1eba42805c2915820.tar.gz gentoo-043a9892e70aa5929f5d5ea1eba42805c2915820.tar.bz2 gentoo-043a9892e70aa5929f5d5ea1eba42805c2915820.zip |
net-misc/wicd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wicd/files/wicd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wicd/files/wicd-init.d b/net-misc/wicd/files/wicd-init.d index 3f14f094624c..b61bf66a0491 100644 --- a/net-misc/wicd/files/wicd-init.d +++ b/net-misc/wicd/files/wicd-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |