diff options
author | 2013-08-08 15:41:28 +0000 | |
---|---|---|
committer | 2013-08-08 15:41:28 +0000 | |
commit | 10764fdba9315a0a5613b577b96a960d0b2a325c (patch) | |
tree | 4f587a934099d40015541e6f47c8645603c65a9a | |
parent | Constify the table of common MTUs and use nitems(), no functional change. (diff) | |
download | wireguard-openbsd-10764fdba9315a0a5613b577b96a960d0b2a325c.tar.xz wireguard-openbsd-10764fdba9315a0a5613b577b96a960d0b2a325c.zip |
Re-add `-e' to default daemon_flags like the previous identd did.
ok dlg@
-rw-r--r-- | etc/rc.d/identd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/identd b/etc/rc.d/identd index 8c2913bf2eb..7ce30eab546 100644 --- a/etc/rc.d/identd +++ b/etc/rc.d/identd @@ -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 |