From 57f8487ce4407e146ce164d9cba34dd78fc63aa572d3f5e71f4ef4a44ea48d1f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 27 May 2020 20:51:02 +0000 Subject: [PATCH] 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 --- shadow.changes | 8 ++++++++ shadow.spec | 2 +- useradd.local | 2 +- userdel-post.local | 2 +- userdel-pre.local | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/shadow.changes b/shadow.changes index db84aad..62c706d 100644 --- a/shadow.changes +++ b/shadow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 22 11:21:15 UTC 2020 - Fabian Vogt + +- Use pure #!/bin/sh in: + * useradd.local + * userdel-post.local + * userdel-pre.local + ------------------------------------------------------------------- Fri Jan 24 08:09:23 UTC 2020 - Michael Vetter diff --git a/shadow.spec b/shadow.spec index 35303d5..9c73f09 100644 --- a/shadow.spec +++ b/shadow.spec @@ -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 diff --git a/useradd.local b/useradd.local index 2caf444..06bbc2d 100644 --- a/useradd.local +++ b/useradd.local @@ -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. diff --git a/userdel-post.local b/userdel-post.local index 6f780a1..7b8478e 100644 --- a/userdel-post.local +++ b/userdel-post.local @@ -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. diff --git a/userdel-pre.local b/userdel-pre.local index 7fa5272..d47e046 100644 --- a/userdel-pre.local +++ b/userdel-pre.local @@ -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.