Searched defs:make_backup (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c190 static int make_backup(const char *target, const char *x) { function
698 r = make_backup("/etc/group", group_path);
703 r = make_backup("/etc/gshadow", gshadow_path);
710 r = make_backup("/etc/passwd", passwd_path);
715 r = make_backup("/etc/shadow", shadow_path);

Completed in 11 milliseconds