]> git.pld-linux.org Git - packages/pwdutils.git/blob - pwdutils-no_bash.patch
- build fix
[packages/pwdutils.git] / pwdutils-no_bash.patch
1 --- pwdutils-2.6.98/etc/groupadd.local~ 2005-05-26 22:23:58.000000000 +0200
2 +++ pwdutils-2.6.98/etc/groupadd.local  2005-05-26 22:23:58.000000000 +0200
3 @@ -1,4 +1,4 @@
4 -#!/bin/bash
5 +#!/bin/sh
6  #
7  # Here you can add your own stuff, that should be done for every
8  # group which was new created.
9 --- pwdutils-2.6.98/etc/useradd.local~  2005-05-26 22:24:03.000000000 +0200
10 +++ pwdutils-2.6.98/etc/useradd.local   2005-05-26 22:24:03.000000000 +0200
11 @@ -1,4 +1,4 @@
12 -#!/bin/bash
13 +#!/bin/sh
14  #
15  # Here you can add your own stuff, that should be done for every user who
16  # was new created.
17 --- pwdutils-2.6.98/etc/userdel-post.local~     2005-05-26 22:24:13.000000000 +0200
18 +++ pwdutils-2.6.98/etc/userdel-post.local      2005-05-26 22:24:13.000000000 +0200
19 @@ -1,4 +1,4 @@
20 -#!/bin/bash
21 +#!/bin/sh
22  #
23  # Here you can add your own stuff, that should be done for every user
24  # which we deleted.
25 --- pwdutils-2.6.98/etc/userdel-pre.local~      2005-05-26 22:31:19.000000000 +0200
26 +++ pwdutils-2.6.98/etc/userdel-pre.local       2005-05-26 22:31:19.000000000 +0200
27 @@ -1,4 +1,4 @@
28 -#!/bin/bash
29 +#!/bin/sh
30  #
31  # Here you can add your own stuff, that should be done for every user
32  # who will be deleted.
This page took 0.038437 seconds and 3 git commands to generate.