summaryrefslogtreecommitdiffstats
path: root/extra/ppp/pre-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-31 14:23:47 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-31 14:23:47 +0100
commitbebe528b80d12b4931d86f41f258041b71a8ffed (patch)
tree6dd7b40cd354ce267172e84cca954651c65ed6c7 /extra/ppp/pre-install
parent2df1e3e698eb6dcf9167102194dddebed49c6ca7 (diff)
downloadnutyx-extra-bebe528b80d12b4931d86f41f258041b71a8ffed.tar.gz
nutyx-extra-bebe528b80d12b4931d86f41f258041b71a8ffed.tar.bz2
nutyx-extra-bebe528b80d12b4931d86f41f258041b71a8ffed.tar.xz
nutyx-extra-bebe528b80d12b4931d86f41f258041b71a8ffed.zip
ppp, ajout du pre-install
Diffstat (limited to 'extra/ppp/pre-install')
-rwxr-xr-xextra/ppp/pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/ppp/pre-install b/extra/ppp/pre-install
new file mode 100755
index 000000000..387dcf54d
--- /dev/null
+++ b/extra/ppp/pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -z "`grep '^pppusers:' /etc/group`" ]
+then
+ /usr/sbin/groupadd -g 52 pppusers
+fi