diff --git a/contrib/etc/conf.d/ebusd.gentoo b/contrib/etc/conf.d/ebusd.gentoo index 66ec000e..51b7f169 100644 --- a/contrib/etc/conf.d/ebusd.gentoo +++ b/contrib/etc/conf.d/ebusd.gentoo @@ -1,6 +1,5 @@ # /etc/conf.d/ebusd: config file for /etc/init.d/ebusd -# Options to pass to the ebusd. -# See the ebusd -h for more info. +# Options to pass to ebusd EBUSD_ARGS="" diff --git a/contrib/etc/init.d/ebusd.gentoo b/contrib/etc/init.d/ebusd.gentoo old mode 100755 new mode 100644 index 404125e0..9d601d1b --- a/contrib/etc/init.d/ebusd.gentoo +++ b/contrib/etc/init.d/ebusd.gentoo @@ -7,7 +7,7 @@ command="/usr/bin/ebusd" command_args="${EBUSD_ARGS}" start_stop_daemon_args="--quiet" -description="Daemon for ebus Communication" +description="Daemon for eBUS" depend() { need localmount