Skip to content

Commit 2f17fc8

Browse files
committed
renamed scr to align with new naming convention
1 parent d05b158 commit 2f17fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/***************************************************************************/
2-
/* v_check_passwd.c */
2+
/* v_check_user_password.c */
33
/* */
44
/* This program compare user pasword from input with /etc/shadow */
55
/* To compile run: */
6-
/* "gcc -lcrypt v_check_sys_user_password.c -o v_check_sys_user_password" */
6+
/* "gcc -lcrypt v_check_user_password.c -o v_check_user_password" */
77
/* */
88
/* Thanks to: bogolt, richie and burus */
99
/* */

0 commit comments

Comments
 (0)