summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/spiped/files/spiped.initd')
-rw-r--r--net-misc/spiped/files/spiped.initd14
1 files changed, 7 insertions, 7 deletions
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
}