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'

Location:
npl/commonservers/radius_conf
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • npl/commonservers/radius_conf/radius_conf.build

    r981dbbc rce9f9b3  
    1 3
     15
  • npl/commonservers/radius_conf/radius_conf.md5

    r981dbbc rce9f9b3  
    1 79128827f35f5db8c81bce21a8f14e91  ./radius_conf.pkg
     143db7a56575077a9a2b4bfca99e78edb  ./radius_conf.pkg
    22d0a1aa910d8789a30f169a5f8f97b5a1  ./radius_conf.SlackBuild
    3 949791155f2b1afad7080c8744ac6108  ./radius_conf.SlackBuild.log.gz
     334eb423d2a129cf89ac1598852e2e40d  ./radius_conf.SlackBuild.log.gz
    44e7c9c560c9355252dd5acf6da3c8c373  ./root/etc/logrotate.d/radius
    5 fc678c54379efd13620deb6e9862f2e3  ./root/etc/postinst.d/post.radius
     54fc0176be8e75d067464f4e6ab8b3bbf  ./root/etc/postinst.d/post.radius
    66602c3c8baf57abf04433843b251b21c9  ./root/home/system/radius/raddb/acct_users
    7724958dbed540952e6522a135ccf8f500  ./root/home/system/radius/raddb/attrs
  • npl/commonservers/radius_conf/radius_conf.pkg

    • Property mode changed from 100755 to 100644
  • 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.