ports/69343: [maintainer update] ftp/bsdftpd-ssl from 1.0.1 to 1.0.2
Nick Leuta
skynick at mail.sc.ru
Tue Jul 20 15:20:21 UTC 2004
>Number: 69343
>Category: ports
>Synopsis: [maintainer update] ftp/bsdftpd-ssl from 1.0.1 to 1.0.2
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 20 15:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Nick Leuta
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
Lipetsk State Technical University
>Environment:
System: FreeBSD maverick.stu.lipetsk.ru 4.9-RELEASE FreeBSD 4.9-RELEASE #3: Mon Jun 21 15:20:08 MSD 2004 root at maverick.stu.lipetsk.ru:/usr/src/sys/compile/MAVERICK i386
>Description:
It's an update to the new (1.0.2) version of the software. ChangeLog is
available at http://bsdftpd-ssl.sc.ru/events.html
>How-To-Repeat:
>Fix:
diff -urN bsdftpd-ssl-ORI/Makefile bsdftpd-ssl/Makefile
--- bsdftpd-ssl-ORI/Makefile Wed Mar 3 02:23:54 2004
+++ bsdftpd-ssl/Makefile Mon Jul 19 00:16:13 2004
@@ -6,7 +6,7 @@
#
PORTNAME= bsdftpd-ssl
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
PORTREVISION= 0
CATEGORIES= ftp
MASTER_SITES= http://bsdftpd-ssl.sc.ru/files/bsdftpd-ssl/archive/1.0/src/
diff -urN bsdftpd-ssl-ORI/distinfo bsdftpd-ssl/distinfo
--- bsdftpd-ssl-ORI/distinfo Wed Mar 3 02:23:54 2004
+++ bsdftpd-ssl/distinfo Mon Jul 19 00:16:15 2004
@@ -1 +1,2 @@
-MD5 (bsdftpd-ssl-1.0.1.tar.gz) = fe77f5a8631c01aa85f969355fba3b69
+MD5 (bsdftpd-ssl-1.0.2.tar.gz) = 987d8645a254ec3695d21054a6cad91f
+SIZE (bsdftpd-ssl-1.0.2.tar.gz) = 334010
diff -urN bsdftpd-ssl-ORI/files/bsdftpd-ssl.sh bsdftpd-ssl/files/bsdftpd-ssl.sh
--- bsdftpd-ssl-ORI/files/bsdftpd-ssl.sh Wed Mar 3 02:23:55 2004
+++ bsdftpd-ssl/files/bsdftpd-ssl.sh Sun Jul 18 01:12:41 2004
@@ -1,5 +1,10 @@
#!/bin/sh
+# Add extra options here for the BSDftpd-ssl FTP server.
+# See ftpd-ssl(8) for more details.
+EXTRAOPTS="-l"
+
+# You shouldn't edit anything below...
if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
echo "$0: Cannot determine the PREFIX" >&2
exit 1
@@ -8,7 +13,7 @@
case "$1" in
start)
if [ -x ${PREFIX}/libexec/ftpd ]; then
- ${PREFIX}/libexec/ftpd -D -l -p /var/run/ftpd.pid > /dev/null
+ ${PREFIX}/libexec/ftpd -D -p /var/run/ftpd.pid ${EXTRAOPTS} > /dev/null
echo -n ' BSDftpd-ssl'
fi
;;
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list