Changeset ddea341 for npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild
- Timestamp:
- 10/26/17 13:00:42 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 21dd3b8
- Parents:
- d7191d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/pppd_ldap/pppd_ldap.SlackBuild
rd7191d1 rddea341 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.