- 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:
Thorsten Kukuk 2017-03-15 13:47:36 +00:00 committed by Git OBS Bridge
parent fd8e521416
commit 1a6cdb03b4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"`