summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2014-08-17 19:06:26 +0000
committerneel <neel@FreeBSD.org>2014-08-17 19:06:26 +0000
commiteb80e5e63b6c7558bbfb33b043e56823c2fc31a6 (patch)
tree7e58aebade248c200461ba181e0138f63211b976 /sbin/init
parenta62a72ce2b1413d8856c3ceefe40c0e9f7696a76 (diff)
downloadFreeBSD-src-eb80e5e63b6c7558bbfb33b043e56823c2fc31a6.zip
FreeBSD-src-eb80e5e63b6c7558bbfb33b043e56823c2fc31a6.tar.gz
Remove LOG_ODELAY because it does nothing.
Reviewed by: jilles CR: https://reviews.freebsd.org/D611
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 8583ba5..5ab3527 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -242,7 +242,7 @@ invalid:
* Note that this does NOT open a file...
* Does 'init' deserve its own facility number?
*/
- openlog("init", LOG_CONS|LOG_ODELAY, LOG_AUTH);
+ openlog("init", LOG_CONS, LOG_AUTH);
/*
* Create an initial session.
OpenPOWER on IntegriCloud