Ignore:
Timestamp:
05/25/18 13:20:35 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
d36701a
Parents:
1568e4c
Message:

bug fix. recompile against new ssl

File:
1 edited

Legend:

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

    r1568e4c r20eb816  
    22removepkg /var/log/packages/radius-1.1.3-i586-4211 &>/dev/null || true
    33removepkg /var/log/packages/radius-2.2.9-i486-6526 &>/dev/null || true
    4 
    5 
    64
    75chmod 700 /home/system/radius
     
    119svcstart /service/slapd/ 
    1210
     11
    1312if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then
     13 #some kind of racecondition makes the groupadd fail
     14 sleep 5
    1415 smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1;
    1516fi
Note: See TracChangeset for help on using the changeset viewer.