Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104035728
D30892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
316 B
Referenced Files
None
Subscribers
None
D30892.diff
View Options
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c
--- a/usr.bin/login/login.c
+++ b/usr.bin/login/login.c
@@ -199,7 +199,7 @@
(void)alarm(timeout);
(void)setpriority(PRIO_PROCESS, 0, 0);
- openlog("login", 0, LOG_AUTH);
+ openlog("login", LOG_CONS, LOG_AUTH);
uid = getuid();
euid = geteuid();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 5:21 PM (19 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15010397
Default Alt Text
D30892.diff (316 B)
Attached To
Mode
D30892: usr.bin/login: send errors to console if syslog isn't running
Attached
Detach File
Event Timeline
Log In to Comment