1
0
forked from pool/sysuser-tools

Accepting request 479665 from Base:System

- Don't remove 'm' and 'r' entries from sysusers configuration

OBS-URL: https://build.opensuse.org/request/show/479665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysuser-tools?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-03-16 08:43:27 +00:00 committed by Git OBS Bridge
commit aac94ad60f
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"`