source: npl/commonservers/radius_conf/root/etc/postinst.d/post.radius @ 995241a

gcc484perl-5.22
Last change on this file since 995241a was 995241a, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

radius upgrade 2.2.10. seperate config package. remove old radius 1.x files

  • Property mode set to 100755
File size: 353 bytes
Line 
1#remove old version (conflicting libs)
2removepkg /var/log/packages/radius-1.1.3-i586-4211 &>/dev/null || true
3removepkg /var/log/packages/radius-2.2.9-i486-6526 &>/dev/null || true
4
5
6
7chmod 700 /home/system/radius
8
9if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then
10 smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1;
11fi
12
13exit 0
Note: See TracBrowser for help on using the repository browser.