forked from pool/systemd
Accepting request 352395 from home:olh:branches:Base:System
- Create groups adm,input,tape in fixed order (boo#944660) OBS-URL: https://build.opensuse.org/request/show/352395 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=926
This commit is contained in:
parent
fb3e80f93d
commit
0326b30aa6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 7 08:01:07 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Create groups adm,input,tape in fixed order (boo#944660)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com
|
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd-mini
|
# spec file for package systemd-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -905,6 +905,11 @@ do
|
|||||||
getent group systemd-$name >/dev/null && continue
|
getent group systemd-$name >/dev/null && continue
|
||||||
groupadd -r systemd-$name || :
|
groupadd -r systemd-$name || :
|
||||||
done
|
done
|
||||||
|
for name in adm input tape
|
||||||
|
do
|
||||||
|
getent group $name >/dev/null && continue
|
||||||
|
groupadd -r $name || :
|
||||||
|
done
|
||||||
for name in timesync network resolve bus-proxy
|
for name in timesync network resolve bus-proxy
|
||||||
do
|
do
|
||||||
getent passwd systemd-$name >/dev/null && continue
|
getent passwd systemd-$name >/dev/null && continue
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 7 08:01:07 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Create groups adm,input,tape in fixed order (boo#944660)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com
|
Mon Dec 21 16:25:44 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd
|
# spec file for package systemd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -903,6 +903,11 @@ do
|
|||||||
getent group systemd-$name >/dev/null && continue
|
getent group systemd-$name >/dev/null && continue
|
||||||
groupadd -r systemd-$name || :
|
groupadd -r systemd-$name || :
|
||||||
done
|
done
|
||||||
|
for name in adm input tape
|
||||||
|
do
|
||||||
|
getent group $name >/dev/null && continue
|
||||||
|
groupadd -r $name || :
|
||||||
|
done
|
||||||
for name in timesync network resolve bus-proxy
|
for name in timesync network resolve bus-proxy
|
||||||
do
|
do
|
||||||
getent passwd systemd-$name >/dev/null && continue
|
getent passwd systemd-$name >/dev/null && continue
|
||||||
|
Loading…
Reference in New Issue
Block a user