From: Patrice Clement Date: Sun, 17 Sep 2017 20:29:19 +0000 (+0200) Subject: net-misc/spiped: indent initd file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd56a2682f13d63345386183d8840dbc1b6201dc;p=gentoo.git net-misc/spiped: indent initd file. Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/net-misc/spiped/files/spiped.initd b/net-misc/spiped/files/spiped.initd index ccc95ac80add..80a164c64999 100644 --- a/net-misc/spiped/files/spiped.initd +++ b/net-misc/spiped/files/spiped.initd @@ -16,17 +16,17 @@ command_user="${SPIPED_USER}" pidfile="/run/${RC_SVCNAME}.pid" depend() { - use net - before logger + use net + before logger } checkconfig() { - if [[ ! "$IS_CONFIGURED" == "yes" ]]; then - eerror "You need to setup /etc/conf.d/spiped first!" - return 1 - fi + if [[ ! "$IS_CONFIGURED" == "yes" ]]; then + eerror "You need to setup /etc/conf.d/spiped first!" + return 1 + fi } start_pre() { - checkconfig || return 1 + checkconfig || return 1 }