From owner-freebsd-ports@FreeBSD.ORG Wed Jun 1 22:03:22 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B67A16A41C for ; Wed, 1 Jun 2005 22:03:22 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B5143D48 for ; Wed, 1 Jun 2005 22:03:21 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so20194rne for ; Wed, 01 Jun 2005 15:03:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type; b=XkHYdKHgVUIS+pPR6HZakfWeOwv7tPLwVrWBhwPCUnp8wCGP2CfRwoYLRy44c3qCxrrCDp6yM7O2pcazeIcuSm14VB/EmF/VwydgdoTM4A+mCfhtr4rIz13XDwCbezDgFnVqpBZcSfGXYPTYRlROIdKgZGgqrtkM+6CumvXDEhQ= Received: by 10.38.78.59 with SMTP id a59mr19123rnb; Wed, 01 Jun 2005 15:03:20 -0700 (PDT) Received: by 10.38.79.1 with HTTP; Wed, 1 Jun 2005 15:03:20 -0700 (PDT) Message-ID: Date: Wed, 1 Jun 2005 15:03:20 -0700 From: patrick To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1102_13851177.1117663400766" Cc: mharo@FreeBSD.org Subject: FreeBSD port: /usr/ports/ftp/proftpd X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: patrick List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 22:03:22 -0000 ------=_Part_1102_13851177.1117663400766 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi there, ProFTPd supports a -SIGHUP to reload configuration files, so the rc.d script should also support this. --- proftpd.sh-old=09Mon Nov 3 11:40:38 2003 +++ proftpd.sh=09Wed Jun 1 14:55:03 2005 @@ -37,5 +37,7 @@ proftpd_enable=3D${proftpd_enable:-"NO"} proftpd_flags=3D${proftpd_flags:-""} =20 +extra_commands=3D"reload" + load_rc_config $name run_rc_command "$1" Thanks, Patrick Gibson ------=_Part_1102_13851177.1117663400766 Content-Type: application/octet-stream; name="proftpd.sh.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="proftpd.sh.diff" LS0tIHByb2Z0cGQuc2gJTW9uIE5vdiAgMyAxMTo0MDozOCAyMDAzCisrKyBwcm9mdHBkLnNoLW5l dwlXZWQgSnVuICAxIDE0OjU1OjAzIDIwMDUKQEAgLTM3LDUgKzM3LDcgQEAKIHByb2Z0cGRfZW5h YmxlPSR7cHJvZnRwZF9lbmFibGU6LSJOTyJ9CiBwcm9mdHBkX2ZsYWdzPSR7cHJvZnRwZF9mbGFn czotIiJ9CiAKK2V4dHJhX2NvbW1hbmRzPSJyZWxvYWQiCisKIGxvYWRfcmNfY29uZmlnICRuYW1l CiBydW5fcmNfY29tbWFuZCAiJDEiCg== ------=_Part_1102_13851177.1117663400766--