mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-30 13:34:21 +08:00
spelling: locally
This commit is contained in:
parent
74fcf6f28d
commit
0556fea593
2
NEWS
2
NEWS
@ -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,
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user