- Don't remove 'm' and 'r' entries from sysusers configuration
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysuser-tools?expand=0&rev=3
This commit is contained in:
parent
fd8e521416
commit
1a6cdb03b4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 14:46:43 CET 2017 - kukuk@suse.de
|
||||
|
||||
- Don't remove 'm' and 'r' entries from sysusers configuration
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 13:04:51 CET 2017 - kukuk@suse.de
|
||||
|
||||
|
@ -12,7 +12,7 @@ cleanup()
|
||||
trap cleanup EXIT
|
||||
|
||||
for i in "$@"; do
|
||||
grep -e '^[ug]' "$i" >> "$tmpfile"
|
||||
grep -e '^[ugmr]' "$i" >> "$tmpfile"
|
||||
done
|
||||
|
||||
lines=`wc -l < "$tmpfile"`
|
||||
|
Loading…
Reference in New Issue
Block a user