Browse Source

Re-add `-e' to default daemon_flags like the previous identd did.

ok dlg@
OPENBSD_5_5
ajacoutot 11 years ago
parent
commit
8138fdf4b6
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.5 2013/08/07 22:07:35 dlg Exp $
# $OpenBSD: identd,v 1.6 2013/08/08 15:41:28 ajacoutot Exp $
daemon="/usr/sbin/identd"
daemon_flags=""
daemon_flags="-e"
. /etc/rc.d/rc.subr


Loading…
Cancel
Save