]> git.pld-linux.org Git - packages/pwdutils.git/blobdiff - pwdutils-no_bash.patch
- script fixes
[packages/pwdutils.git] / pwdutils-no_bash.patch
diff --git a/pwdutils-no_bash.patch b/pwdutils-no_bash.patch
new file mode 100644 (file)
index 0000000..c6f1016
--- /dev/null
@@ -0,0 +1,32 @@
+--- pwdutils-2.6.98/etc/groupadd.local~        2005-05-26 22:23:58.000000000 +0200
++++ pwdutils-2.6.98/etc/groupadd.local 2005-05-26 22:23:58.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ #
+ # Here you can add your own stuff, that should be done for every
+ # group which was new created.
+--- pwdutils-2.6.98/etc/useradd.local~ 2005-05-26 22:24:03.000000000 +0200
++++ pwdutils-2.6.98/etc/useradd.local  2005-05-26 22:24:03.000000000 +0200
+@@ -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.
+--- pwdutils-2.6.98/etc/userdel-post.local~    2005-05-26 22:24:13.000000000 +0200
++++ pwdutils-2.6.98/etc/userdel-post.local     2005-05-26 22:24:13.000000000 +0200
+@@ -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.
+--- pwdutils-2.6.98/etc/userdel-pre.local~     2005-05-26 22:31:19.000000000 +0200
++++ pwdutils-2.6.98/etc/userdel-pre.local      2005-05-26 22:31:19.000000000 +0200
+@@ -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.
This page took 0.035639 seconds and 4 git commands to generate.