* src/vipw.c: Harmonize messages.
This commit is contained in:
parent
bb00d1630a
commit
90cc7f0f1d
@ -1,3 +1,7 @@
|
|||||||
|
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/vipw.c: Harmonize messages.
|
||||||
|
|
||||||
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/lastlog.c: Replace atoi() by getulong().
|
* src/lastlog.c: Replace atoi() by getulong().
|
||||||
|
@ -284,7 +284,7 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void))
|
|||||||
/* unset the fscreatecon */
|
/* unset the fscreatecon */
|
||||||
if (is_selinux_enabled ()) {
|
if (is_selinux_enabled ()) {
|
||||||
if (setfscreatecon (NULL)) {
|
if (setfscreatecon (NULL)) {
|
||||||
vipwexit (_("setfscreatecon() failed"), errno, 1);
|
vipwexit (_("setfscreatecon () failed"), errno, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user