Accepting request 808197 from home:favogt:branches:Base:System
- Use pure #!/bin/sh in: * useradd.local * userdel-post.local * userdel-pre.local OBS-URL: https://build.opensuse.org/request/show/808197 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=88
This commit is contained in:
parent
1600e1cd6f
commit
57f8487ce4
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 22 11:21:15 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Use pure #!/bin/sh in:
|
||||||
|
* useradd.local
|
||||||
|
* userdel-post.local
|
||||||
|
* userdel-pre.local
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 24 08:09:23 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
Fri Jan 24 08:09:23 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package shadow
|
# spec file for package shadow
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Here you can add your own stuff, that should be done for every user who
|
# Here you can add your own stuff, that should be done for every user who
|
||||||
# was new created.
|
# was new created.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Here you can add your own stuff, that should be done for every user
|
# Here you can add your own stuff, that should be done for every user
|
||||||
# which we deleted.
|
# which we deleted.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Here you can add your own stuff, that should be done for every user
|
# Here you can add your own stuff, that should be done for every user
|
||||||
# who will be deleted.
|
# who will be deleted.
|
||||||
|
Loading…
Reference in New Issue
Block a user