Changeset d6ed36a for npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild
- Timestamp:
- 11/21/17 15:41:07 (7 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild
re248cf2 rd6ed36a 1 1 #!/bin/sh 2 #DEP:p optop_ppp2 #DEP:ppp 3 3 #DEP:openldap 4 4 CWD=`pwd` … … 27 27 chmod +x $PKG/etc/postinst.d/post.pppd_ldap 28 28 29 #LDAP schema file voor Radius 29 #LDAP schema file voor Radius 30 30 mkdir -p $PKG/etc/openldap/schema 31 31 cp RADIUS-LDAPv3.schema $PKG/etc/openldap/schema || exit 1 … … 36 36 makepkg -l y -c n $CWD/$NAME.pkg > /dev/null && 37 37 echo $VERSION > $CWD/$NAME.version && 38 arch > $CWD/$NAME.arch 38 arch > $CWD/$NAME.arch
Note: See TracChangeset
for help on using the changeset viewer.