]> git.pld-linux.org Git - packages/pwdutils.git/blame - pwdutils-no_bash.patch
- rel 2
[packages/pwdutils.git] / pwdutils-no_bash.patch
CommitLineData
1aa61346 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.061848 seconds and 4 git commands to generate.