Ignore:
Timestamp:
08/03/18 13:17:46 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
a384a97
Parents:
981dbbc (diff), 1163be4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'gcc484'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/commonservers/radius_conf/root/etc/postinst.d/post.radius

    r981dbbc rce9f9b3  
    33removepkg /var/log/packages/radius-2.2.9-i486-6526 &>/dev/null || true
    44
    5 
    6 
    75chmod 700 /home/system/radius
    86
     7#needed to create group
     8/sbin/postinst.sh post.openldap
     9svcstart /service/slapd/ 
    910
    1011if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then
     12 #some kind of racecondition makes the groupadd fail
     13 sleep 5
    1114 smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1;
    1215fi
Note: See TracChangeset for help on using the changeset viewer.