summaryrefslogtreecommitdiff
path: root/etc/rc.d/ftpd
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-12-21 09:26:30 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-12-21 09:26:30 +0000
commit9715807cbb5a628a22512ece28a138ea02569ea0 (patch)
tree637fbde922acafe3659f42f768ea76a2459ff4c2 /etc/rc.d/ftpd
parent5211a46a412e049874e314958d8dfff695fa9be3 (diff)
Move mandatory flags from daemon_flags to daemon.
ok sthen@
Diffstat (limited to 'etc/rc.d/ftpd')
-rw-r--r--etc/rc.d/ftpd5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.d/ftpd b/etc/rc.d/ftpd
index d998345b155..449bc6d9d5b 100644
--- a/etc/rc.d/ftpd
+++ b/etc/rc.d/ftpd
@@ -1,9 +1,8 @@
#!/bin/sh
#
-# $OpenBSD: ftpd,v 1.2 2011/09/19 20:42:24 ajacoutot Exp $
+# $OpenBSD: ftpd,v 1.3 2011/12/21 09:26:29 ajacoutot Exp $
-daemon="/usr/libexec/ftpd"
-daemon_flags="-D"
+daemon="/usr/libexec/ftpd -D"
. /etc/rc.d/rc.subr