commit: dd56a2682f13d63345386183d8840dbc1b6201dc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 20:29:19 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 20:29:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd56a268
net-misc/spiped: indent initd file.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
net-misc/spiped/files/spiped.initd | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-misc/spiped/files/spiped.initd
b/net-misc/spiped/files/spiped.initd
index ccc95ac80ad..80a164c6499 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
}