mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
renamed scr to align with new naming convention
This commit is contained in:
parent
d05b158959
commit
2f17fc8d01
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
/***************************************************************************/
|
||||
/* v_check_passwd.c */
|
||||
/* v_check_user_password.c */
|
||||
/* */
|
||||
/* This program compare user pasword from input with /etc/shadow */
|
||||
/* To compile run: */
|
||||
/* "gcc -lcrypt v_check_sys_user_password.c -o v_check_sys_user_password" */
|
||||
/* "gcc -lcrypt v_check_user_password.c -o v_check_user_password" */
|
||||
/* */
|
||||
/* Thanks to: bogolt, richie and burus */
|
||||
/* */
|
Loading…
Add table
Add a link
Reference in a new issue