From ceab2cdb73d5a87a6836acf40256ed2263548dc8 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 15 Feb 2015 13:48:35 +0100 Subject: [PATCH] nicer --- contrib/etc/conf.d/ebusd.gentoo | 3 +-- contrib/etc/init.d/ebusd.gentoo | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) mode change 100755 => 100644 contrib/etc/init.d/ebusd.gentoo 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