You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
457 B
12 lines
457 B
diff -up util-linux-2.23.2/login-utils/login.c.kzak util-linux-2.23.2/login-utils/login.c |
|
--- util-linux-2.23.2/login-utils/login.c.kzak 2013-07-30 10:39:26.222738397 +0200 |
|
+++ util-linux-2.23.2/login-utils/login.c 2013-09-09 09:01:39.923225757 +0200 |
|
@@ -502,7 +502,7 @@ static void log_lastlog(struct login_con |
|
if (!cxt->pwd) |
|
return; |
|
|
|
- fd = open(_PATH_LASTLOG, O_RDWR, 0); |
|
+ fd = open(_PATH_LASTLOG, O_RDWR | O_CREAT, 0); |
|
if (fd < 0) |
|
return; |
|
|
|
|