Ignore:
Timestamp:
11/21/17 15:41:07 (7 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
f560c0b
Parents:
e248cf2 (diff), 21dd3b8 (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 commit '21dd3b89978a441302efa0a2c7d9a6cc59ec177a'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild

    re248cf2 rd6ed36a  
    11#!/bin/sh
    2 #DEP:poptop_ppp
     2#DEP:ppp
    33#DEP:openldap
    44CWD=`pwd`
     
    2727chmod +x $PKG/etc/postinst.d/post.pppd_ldap
    2828
    29 #LDAP schema file voor Radius 
     29#LDAP schema file voor Radius
    3030mkdir -p $PKG/etc/openldap/schema
    3131cp RADIUS-LDAPv3.schema $PKG/etc/openldap/schema || exit 1
     
    3636makepkg -l y -c n $CWD/$NAME.pkg > /dev/null &&
    3737echo $VERSION > $CWD/$NAME.version &&
    38 arch > $CWD/$NAME.arch 
     38arch > $CWD/$NAME.arch
Note: See TracChangeset for help on using the changeset viewer.