summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-ftp/pure-ftpd/files/pure-ftpd.rc118
1 files changed, 3 insertions, 5 deletions
diff --git a/net-ftp/pure-ftpd/files/pure-ftpd.rc11 b/net-ftp/pure-ftpd/files/pure-ftpd.rc11
index fe200cfb0f1a..1e8722f88d75 100644
--- a/net-ftp/pure-ftpd/files/pure-ftpd.rc11
+++ b/net-ftp/pure-ftpd/files/pure-ftpd.rc11
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ depend() {
need net
}
-checkconfig() {
+start_pre() {
if [ -z "$IS_CONFIGURED" ] ; then
eerror "You need to setup /etc/conf.d/pure-ftpd first!"
return 1
@@ -21,8 +21,6 @@ checkconfig() {
}
start() {
- checkconfig || return 1
-
UPSCRIPT=""
if [ -n "$UPLOADSCRIPT" ] ; then
UPSCRIPT="--uploadscript"