Browse Source

Match documented rc.conf(5) flags.

ok deraadt@
OPENBSD_5_4
ajacoutot 11 years ago
parent
commit
8f05be18c0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/identd

+ 2
- 2
src/etc/rc.d/identd View File

@ -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


Loading…
Cancel
Save