forked from pool/sysuser-tools
Accepting request 499622 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/499622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysuser-tools?expand=0&rev=3
This commit is contained in:
commit
9f94fae801
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 10:07:45 CEST 2017 - kukuk@suse.de
|
||||
|
||||
- Don't ignore errors of systemd-sysusers [bsc#1039708]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 14:46:43 CET 2017 - kukuk@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ done
|
||||
lines=`wc -l < "$tmpfile"`
|
||||
|
||||
echo '#!/bin/bash'
|
||||
echo "tail -n $lines \$0 | /usr/bin/systemd-sysusers - || :"
|
||||
echo "tail -n $lines \$0 | /usr/bin/systemd-sysusers -"
|
||||
echo "exit 0"
|
||||
echo '######## data below ########'
|
||||
cat "$tmpfile"
|
||||
|
Loading…
Reference in New Issue
Block a user