renamed scr to align with new naming convention

This commit is contained in:
Serghey Rodin 2011-12-21 12:28:05 +02:00
commit 2f17fc8d01

View file

@ -1,9 +1,9 @@
/***************************************************************************/ /***************************************************************************/
/* v_check_passwd.c */ /* v_check_user_password.c */
/* */ /* */
/* This program compare user pasword from input with /etc/shadow */ /* This program compare user pasword from input with /etc/shadow */
/* To compile run: */ /* 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 */ /* Thanks to: bogolt, richie and burus */
/* */ /* */