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
status (for example as message with warning about account/password expiration),
- 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),
- 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,

View File

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

View File

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

View File

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

View File

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

View File

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