Changeset ce9f9b3 for npl/commonservers/radius_conf/root
- Timestamp:
- 08/03/18 13:17:46 (7 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/commonservers/radius_conf/root/etc/postinst.d/post.radius
r981dbbc rce9f9b3 3 3 removepkg /var/log/packages/radius-2.2.9-i486-6526 &>/dev/null || true 4 4 5 6 7 5 chmod 700 /home/system/radius 8 6 7 #needed to create group 8 /sbin/postinst.sh post.openldap 9 svcstart /service/slapd/ 9 10 10 11 if ! ( getent group | grep "Windows VPN - pptp" &> /dev/null ) ; then 12 #some kind of racecondition makes the groupadd fail 13 sleep 5 11 14 smbldap-groupadd -g 520 "Windows VPN - pptp" || exit 1; 12 15 fi
Note: See TracChangeset
for help on using the changeset viewer.