From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 06:09:20 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 71F201065695 for ; Thu, 2 Oct 2008 06:09:20 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0136F8FC0C for ; Thu, 2 Oct 2008 06:09:19 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so272250eyi.7 for ; Wed, 01 Oct 2008 23:09:18 -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:cc:in-reply-to:mime-version:content-type:references; bh=7DKBBPUYJQlySycqxsrhoDPdr6DKaJbudJsH802LtUo=; b=tCLvNwoP0BKddyMpzwDFdB19ywg0bpDvrhO2oT83oO+LdW2ZdIBGXT3n7nkup+okq/ Sj9YPbaz85psOFyUnFIvBy5sXxokR0G1uK59lNFfcwjhls74k/17Lf2hqsx2jAedKZaT AlKKGzTdpSZd0hglFVoD03XAIuV8isqZzRP+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=F7RfC2IoFRRpRk7eVZGzvkXVNqzGZXhGj2hkUnmAPGbACr/GIADoniOdHFPqTmGz+a bmpSBUatxc1YqTRSmuRvBp9INxUTDHyQqZpz4flfx2cO2TKmrw0hw5KPf9jLrCTMprkn xxjnP+r4ANmRNA1Y0yhkfUzkKM0uClbIr6e78= Received: by 10.210.89.4 with SMTP id m4mr9758994ebb.195.1222927758684; Wed, 01 Oct 2008 23:09:18 -0700 (PDT) Received: by 10.210.45.16 with HTTP; Wed, 1 Oct 2008 23:09:18 -0700 (PDT) Message-ID: <692660060810012309t29bed3aby5cf52abb92adb0df@mail.gmail.com> Date: Thu, 2 Oct 2008 08:09:18 +0200 From: "=?ISO-8859-1?Q?Sebastian_Tymk=F3w?=" To: "Grant Peel" In-Reply-To: <668A2B1DDBEC40BCAC6A82589B5D1159@GRANT> MIME-Version: 1.0 References: <668A2B1DDBEC40BCAC6A82589B5D1159@GRANT> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Logrotate 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: Thu, 02 Oct 2008 06:09:20 -0000 Hi, I'm not sure but I think you can try use "sharedscripts" in yor logrotete script. Another solution is make script which unlink/link logs. Best regards, Shamrock