Changeset ddea341
- Timestamp:
- 10/26/17 13:00:42 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 21dd3b8
- Parents:
- d7191d1
- Location:
- npl/internetserver
- Files:
-
- 27 added
- 51 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/internetserver/poptop_pptpd/poptop_pptpd.SlackBuild
rd7191d1 rddea341 1 1 #!/bin/sh 2 #DEP:ppp 3 2 4 3 5 CWD=`pwd` … … 7 9 mkdir -p $PKG 8 10 9 VERSION=1. 3.411 VERSION=1.4.0 10 12 ARCH=${ARCH:-i486} 11 13 BUILD=1DatuX … … 14 16 rm -rf * 15 17 16 tar xzvf $CWD/pptpd- 1.3.4.tar.gz17 cd pptpd- 1.3.418 tar xzvf $CWD/pptpd-$VERSION.tar.gz 19 cd pptpd-$VERSION 18 20 ./configure --with-libwrap \ 19 21 --enable-bcrelay \ … … 24 26 --libdir=/usr/lib \ 25 27 --libexecdir=/usr/sbin || exit 1 26 28 27 29 make -j 1 || exit 1 28 30 make -j 1 install DESTDIR=$PKG || exit 1 … … 43 45 cat << EOF > $PKG/service/pptpd/run 44 46 #!/bin/bash 47 modprobe pptp 45 48 exec pptpd -f -c /home/system/pptpd/pptpd.conf 46 49 EOF 47 chmod +x $PKG/service/pptpd/run 50 chmod +x $PKG/service/pptpd/run 48 51 49 52 #etc config files fixxen … … 60 63 makepkg -l y -c n $CWD/$NAME.pkg > /dev/null && 61 64 echo $VERSION > $CWD/$NAME.version && 62 arch > $CWD/$NAME.arch 65 arch > $CWD/$NAME.arch -
npl/internetserver/poptop_pptpd/poptop_pptpd.build
rd7191d1 rddea341 1 611 11 6116 -
npl/internetserver/poptop_pptpd/poptop_pptpd.md5
rd7191d1 rddea341 1 034e83f734e7972f5df3dfa2fa607416./poptop_pptpd.pkg2 37b3bb7342f0b780d2a48fe32ef4355c./poptop_pptpd.SlackBuild3 ec84c4d192d30dcf594af4f934159543./poptop_pptpd.SlackBuild.log.gz1 6d2bb46234794572721edc5243861c1f ./poptop_pptpd.pkg 2 a4030ec4d35af9d5320452c87f87b9d8 ./poptop_pptpd.SlackBuild 3 6a99e6cb2629e01c00382dc75127c4c5 ./poptop_pptpd.SlackBuild.log.gz 4 4 fc5af1e56891b41a248510da94f000e8 ./post.poptop_pptpd 5 5 0f4a089991cc119410f638f1e79cc0c6 ./ppp/chap-secrets 6 57cc9aa552bb90cc59ff4e61ab2801e5./ppp/options.pptpd6 7dcd4595bb7bbf005723773e184a1410 ./ppp/options.pptpd 7 7 67d71b58aebd10cafe3931b6a6870ab9 ./ppp/pptpd.conf 8 b38df9c431041922c997c1148bedf591 ./pptpd-1.3.4.tar.gz 9 d5b059e1ad448fd8d7ff0e226b17619f ./readme.txt 8 36f9f45c6ffa92bc3b6e24ae2d053505 ./pptpd-1.4.0.tar.gz -
npl/internetserver/poptop_pptpd/poptop_pptpd.version
rd7191d1 rddea341 1 1. 3.41 1.4.0 -
npl/internetserver/poptop_pptpd/ppp/options.pptpd
rd7191d1 rddea341 14 14 # Authentication 15 15 16 # Name of the local system for authentication purposes 16 # Name of the local system for authentication purposes 17 17 # (must match the second field in /etc/ppp/chap-secrets entries) 18 18 name pptpd … … 102 102 103 103 # Disable BSD-Compress compression 104 nobsdcomp 104 nobsdcomp 105 105 106 # Disable Van Jacobson compression 106 # Disable Van Jacobson compression 107 107 # (needed on some networks with Windows 9x/ME/XP clients, see posting to 108 108 # poptop-server on 14th April 2005 by Pawel Pokrywka and followups, … … 111 111 novjccomp 112 112 113 # turn off logging to stderr, since this may be redirected to pptpd, 113 # turn off logging to stderr, since this may be redirected to pptpd, 114 114 # which may trigger a loopback 115 115 nologfd 116 116 117 # put plugins here 117 # put plugins here 118 118 # (putting them higher up may cause them to sent messages to the pty) 119 119 plugin radius.so 120 120 plugin radrealms.so 121 121 plugin radattr.so 122 123 # nodig om connectie problemen op te lossen met servers achter 'broken routers'124 nomppe-lower-mtu125 126 127 -
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.