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:
Michael Vetter 2020-05-27 20:51:02 +00:00 committed by Git OBS Bridge
parent 1600e1cd6f
commit 57f8487ce4
5 changed files with 12 additions and 4 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Here you can add your own stuff, that should be done for every user who
# was new created.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Here you can add your own stuff, that should be done for every user
# which we deleted.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Here you can add your own stuff, that should be done for every user
# who will be deleted.