summaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-03-24 07:43:33 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-03-24 07:43:33 +0000
commitd377344a54cf882b09ec17edeb48694cddadafcf (patch)
treea44a2dd25d8b44bb75faf46a5eff28b143519080 /etc/rc.d
parentfe097ea815bdad6d66c750f4ba23bae221d73bd1 (diff)
Match documented rc.conf(5) flags.
ok deraadt@
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/identd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/identd b/etc/rc.d/identd
index e9c4305ebfe..7ae5a89ed32 100644
--- a/etc/rc.d/identd
+++ b/etc/rc.d/identd
@@ -1,9 +1,9 @@
#!/bin/sh
#
-# $OpenBSD: identd,v 1.3 2011/12/21 09:26:29 ajacoutot Exp $
+# $OpenBSD: identd,v 1.4 2013/03/24 07:43:32 ajacoutot Exp $
daemon="/usr/libexec/identd -b"
-daemon_flags="-elo"
+daemon_flags="-el"
. /etc/rc.d/rc.subr