Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2005 14:10:06 GMT
From:      Matus UHLAR - fantomas <uhlar@fantomas.sk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80832: proftpd mod_ctrls enhancement
Message-ID:  <200505101410.j4AEA69P059021@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80832; it has been noted by GNATS.

From: Matus UHLAR - fantomas <uhlar@fantomas.sk>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/80832: proftpd mod_ctrls enhancement
Date: Tue, 10 May 2005 16:01:14 +0200

 --yrj/dFKFPuw6o+aM
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 attached patch should help...
 
 -- 
 Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
 Warning: I wish NOT to receive e-mail advertising to this address.
 Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
 Linux IS user friendly, it's just selective who its friends are...
 
 --yrj/dFKFPuw6o+aM
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="port-proftpd-Makefile.patch"
 
 --- Makefile.orig	Tue May 10 10:45:24 2005
 +++ Makefile	Tue May 10 11:11:38 2005
 @@ -141,6 +141,10 @@
  .if defined(WITH_CTRLS)
  CONFIGURE_ARGS+=	--enable-ctrls
  MAN8+=		ftpdctl.8
 +PLIST_FILES+=	sbin/ftpdctl
 +.if !defined(WITHOUT_CTRLS_ADMIN)
 +MODULES:=${MODULES}:mod_ctrls_admin
 +.endif
  .else
  .endif
  
 @@ -216,6 +220,11 @@
  		${WRKSRC}/sample-configurations/basic.conf ${PREFIX}/etc/proftpd.conf; \
  	fi
  	@${INSTALL_SCRIPT} ${WRKSRC}/proftpd.sh ${PREFIX}/etc/rc.d/proftpd${RC_SUFX}
 +
 +.if defined(WITH_CTRLS)
 +	@${INSTALL_PROGRAM} ${WRKSRC}/ftpdctl ${PREFIX}/sbin/ftpdctl
 +	@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${PREFIX}/man/man8/ftpdctl.8
 +.endif
  
  .if !defined(NOPORTDOCS)
  	@${MKDIR} ${PREFIX}/share/doc/proftpd
 
 --yrj/dFKFPuw6o+aM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101410.j4AEA69P059021>