From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 18:52:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448E9106564A for ; Tue, 17 Jun 2008 18:52:57 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id E92638FC21 for ; Tue, 17 Jun 2008 18:52:56 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so1411743ana.13 for ; Tue, 17 Jun 2008 11:52:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=gExjTUuXM7LPatOKsI0K1mrv/7bTyinNX/fhu0L/hG4=; b=YDj6kk463OSorVtQ6h5LM7tHsI48ykc42+KQPiBOdtLuyC6tLIijGSFq9I6rSEHYRH 6/PZEW9ARm3f0lRHP30+QLsQh12xP2rsnVf7Wlsh22TuKnSUzAU/S5LmPunzgiS/tXW5 FrKjtw9reUm+KX32pnMsmfmoMsk61Xhi2Qg8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=EVRDmKhlff/0YIY6T8XCiqPZ0KLmUNBWdsEgiDYL6H8jYwZjo7LAGsR3OgwsfzAbMv ohPQ7fmTkxIOGU6RJIifkMHjMC2+mHVQEmKt95sNilyzoUkIjcjBDOwqSWyszAt5SmTt ZKzoDIT0+4pL6r9kzfgZAmjvHNpopsQkOrI10= Received: by 10.100.10.11 with SMTP id 11mr11295559anj.94.1213728776204; Tue, 17 Jun 2008 11:52:56 -0700 (PDT) Received: by 10.101.69.17 with HTTP; Tue, 17 Jun 2008 11:52:55 -0700 (PDT) Message-ID: Date: Tue, 17 Jun 2008 15:52:55 -0300 From: Agus To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Vsftpd rotate logs with newsyslog... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2008 18:52:57 -0000 Hi fellows... I am wanting to rotate logs for vsftpd using newsyslog.......My question is, does vsftpd needs to get the HUP or any signal after rotation? I run it from inetd so i guess the HUP should be sent to inetd.pid right? Well, i take this opportunity also to ask about Apache too....which signal should i send? Thank guys in advance, Agustin