Update ftp/pure-ftpd to the current version 1.0.19. use OPTIONS to to enable/disable LDAP,MySQL,PostgreSQL support and priviledge separation. new rc script which utilizes the rcNG system. small patch to fix core-dumps on 4.x system (from Frank DENIS via ML)
Joerg Pulz wrote: > +USE_RC_SUBR= yes > +RC_DIR?= ${LOCALBASE}/etc/rc.d You should never install to LOCALBASE, only to PREFIX. > +PLIST_SUB= RC_DIR=${RC_DIR} > > +command=%%PREFIX%%/sbin/pure-config.pl This looks like you need USE_PERL5_RUN. Did you check? > +++ pure-ftpd/pkg-plist Thu Jun 24 20:24:52 2004 Do you have an entry for rc.d/pure-ftpd.sh? -Oliver
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 25 Jun 2004, Oliver Eikemeier wrote: > Joerg Pulz wrote: > >> +USE_RC_SUBR= yes >> +RC_DIR?= ${LOCALBASE}/etc/rc.d > > You should never install to LOCALBASE, only to PREFIX. true, but if PREFIX is for example /usr/local/pure-ftpd the rc script is installed as /usr/local/pure-ftpd/etc/rc.d/pure-ftpd.sh. as this place is not a default "startup script dir" one has to extend "local_startup" in /etc/rc.conf. anyway, i've changed it to PREFIX, as it can be overridden during the build/install stage by the user. >> +PLIST_SUB= RC_DIR=${RC_DIR} >> > >> +command=%%PREFIX%%/sbin/pure-config.pl > > This looks like you need USE_PERL5_RUN. Did you check? true, i missed that. the previous versions of the port missed that too! > >> +++ pure-ftpd/pkg-plist Thu Jun 24 20:24:52 2004 > > Do you have an entry for rc.d/pure-ftpd.sh? you're right again. sorry for this. attached is a new diff, whith fixes for the points you mentioned above. thanks Joerg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA287tSPOsGF+KA+MRAme6AJ9/1wu0S0deQEgAqPVTOE1+cw83WgCeJecI 3bkfqgpQysUQ8kwIxx/pHR4= =Gab0 -----END PGP SIGNATURE-----
Responsible Changed From-To: freebsd-ports-bugs->pav Take.
State Changed From-To: open->closed Committed, thanks!