SHA256
1
0
forked from pool/shadow

Accepting request 809695 from Base:System

OBS-URL: https://build.opensuse.org/request/show/809695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadow?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-06-11 12:37:08 +00:00 committed by Git OBS Bridge
commit 165d60dff5
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.