spelling: locally

This commit is contained in:
Josh Soref 2017-10-22 20:28:46 +00:00
parent 74fcf6f28d
commit 0556fea593
6 changed files with 6 additions and 6 deletions

2
NEWS
View File

@ -1260,7 +1260,7 @@ shadow-4.0.4.1 -> shadow-4.0.5 27-10-2004
better for send directly via email for each users as message with account better for send directly via email for each users as message with account
status (for example as message with warning about account/password expiration), status (for example as message with warning about account/password expiration),
- login: fixed handle -f option: now it works correctly without specify "-h - login: fixed handle -f option: now it works correctly without specify "-h
<host>" if open login session localy is required (thanks for help <host>" if open login session locally is required (thanks for help
investigate bug for Krzysztof Kotlenga), investigate bug for Krzysztof Kotlenga),
- userdel: when removing a user with userdel, userdel was always exits with 1 (fixed). - userdel: when removing a user with userdel, userdel was always exits with 1 (fixed).
Based on http://bugs.gentoo.org/show_bug.cgi?id=66687, Based on http://bugs.gentoo.org/show_bug.cgi?id=66687,

View File

@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config change_config
echo -n "copy group and gshadow localy..." echo -n "copy group and gshadow locally..."
cp /etc/group /etc/gshadow tmp/ cp /etc/group /etc/gshadow tmp/
echo "OK" echo "OK"

View File

@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config change_config
echo -n "copy group and gshadow localy..." echo -n "copy group and gshadow locally..."
cp /etc/group /etc/gshadow tmp/ cp /etc/group /etc/gshadow tmp/
echo "OK" echo "OK"

View File

@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config change_config
echo -n "copy group and gshadow localy..." echo -n "copy group and gshadow locally..."
cp /etc/group tmp/ cp /etc/group tmp/
echo "OK" echo "OK"

View File

@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config change_config
echo -n "copy passwd and shadow localy..." echo -n "copy passwd and shadow locally..."
cp /etc/passwd /etc/shadow tmp/ cp /etc/passwd /etc/shadow tmp/
echo "OK" echo "OK"

View File

@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config change_config
echo -n "copy passwd and shadow localy..." echo -n "copy passwd and shadow locally..."
cp /etc/passwd /etc/shadow tmp/ cp /etc/passwd /etc/shadow tmp/
echo "OK" echo "OK"