diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:19:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:59:32 -0500 |
commit | 15b2f7e60003b468a57af486278c7a396b9ca4a2 (patch) | |
tree | 377a6c37101b6efd5c227a6f1b4c8c87ca6435e2 /net-dialup/dwun/files | |
parent | net-dialup/diald: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-15b2f7e60003b468a57af486278c7a396b9ca4a2.tar.gz gentoo-15b2f7e60003b468a57af486278c7a396b9ca4a2.tar.bz2 gentoo-15b2f7e60003b468a57af486278c7a396b9ca4a2.zip |
net-dialup/dwun: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-dialup/dwun/files')
-rw-r--r-- | net-dialup/dwun/files/dwun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/dwun/files/dwun b/net-dialup/dwun/files/dwun index a645220c7e1d..d076f9e80a1a 100644 --- a/net-dialup/dwun/files/dwun +++ b/net-dialup/dwun/files/dwun @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |