From c401f2963bebfc91544d15d2f4053149d9015791 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 30 Jul 2020 16:38:55 +0200 Subject: [PATCH] Fix gentoo init --- in/init=gentoo=wicd.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/in/init=gentoo=wicd.in b/in/init=gentoo=wicd.in index c8fcede..1c94a55 100755 --- a/in/init=gentoo=wicd.in +++ b/in/init=gentoo=wicd.in @@ -1,9 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -opts="start stop restart" - WICD_DAEMON=%SBIN%wicd WICD_PIDFILE=%PIDFILE% @@ -36,5 +34,5 @@ force_kill() { restart() { force_kill - start + sve_start }