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:
commit
aac94ad60f
@ -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
|
Fri Jan 20 13:04:51 CET 2017 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ cleanup()
|
|||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
|
|
||||||
for i in "$@"; do
|
for i in "$@"; do
|
||||||
grep -e '^[ug]' "$i" >> "$tmpfile"
|
grep -e '^[ugmr]' "$i" >> "$tmpfile"
|
||||||
done
|
done
|
||||||
|
|
||||||
lines=`wc -l < "$tmpfile"`
|
lines=`wc -l < "$tmpfile"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user