Last change
on this file was
ce9f9b3,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
Merge branch 'gcc484'
|
-
Property mode set to
100755
|
File size:
497 bytes
|
Rev | Line | |
---|
[995241a] | 1 | #remove old version (conflicting libs) |
---|
| 2 | removepkg /var/log/packages/radius-1.1.3-i586-4211 &>/dev/null || true |
---|
| 3 | removepkg /var/log/packages/radius-2.2.9-i486-6526 &>/dev/null || true |
---|
| 4 | |
---|
| 5 | chmod 700 /home/system/radius |
---|
| 6 | |
---|
[90f43e5] | 7 | #needed to create group |
---|
| 8 | /sbin/postinst.sh post.openldap |
---|
| 9 | svcstart /service/slapd/ |
---|
| 10 | |
---|
[995241a] | 11 | if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then |
---|
[20eb816] | 12 | #some kind of racecondition makes the groupadd fail |
---|
| 13 | sleep 5 |
---|
[995241a] | 14 | smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1; |
---|
| 15 | fi |
---|
| 16 | |
---|
| 17 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.