From owner-freebsd-ports@freebsd.org Wed Jun 7 21:05:50 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7931ED7D467 for ; Wed, 7 Jun 2017 21:05:50 +0000 (UTC) (envelope-from douglaswth@gmail.com) Received: from mail-pg0-x233.google.com (mail-pg0-x233.google.com [IPv6:2607:f8b0:400e:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 466CA838C5 for ; Wed, 7 Jun 2017 21:05:50 +0000 (UTC) (envelope-from douglaswth@gmail.com) Received: by mail-pg0-x233.google.com with SMTP id k71so9081924pgd.2 for ; Wed, 07 Jun 2017 14:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=sIV2EwBZHMmYiq9puTAkXydKVi8Z7s/p9Maa3B68l9k=; b=pjDQJ3/LJ1EEGBNJcdLF+NhOfJP6oc/8uTQxTsseiMH2yxRaEkxx6XCaNVZeaEt0hg zPMkXrK/dIf10pilp/iE1x86TPkzgZV0Y0PRL/zaLGZred/786zAvaF5zqtSC4lzGQT/ xiJfJVz1IbhZd0VPw/04NHO6jm3ZfIdvdp200M0rzvLtr5CYI2e4ECXzXkONi87vaLeA QzOhcyCIfNRICjpGLeO4aOkWL5PxXsVMC7zF2t0vr+mpuQB+PZS/ZBRX0GhPKb34vtH1 d+g5a9PIY6kZHa+lPo8H+wfPwNgU52y6vaUss4MJHaYdrOnqtJV0JUt+OuBzxjlxQaUe rKtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=sIV2EwBZHMmYiq9puTAkXydKVi8Z7s/p9Maa3B68l9k=; b=qzK1SnDRtPVVCY1SyEZVYVPAVgc7kadpiT2Et1St7l16fRDY/9tXprHrCd7NGnKLTj fzg8Z6w/73tG/Gl6M4wK5WRnq17yzGadaq+0xAsymR28bG9aqvJM+9FoaoHSKK6MiBdM V8iCsCq4U5hBQ23D5GFTKDxiY4Jz95YUzFavKhI1Fnj+WMKpd3OWIQZYKmuz5DySWIDP M/DUehERRyjwR1xwZNDq4CpYMrwdlTNTG14MYPVUmSDc7nsbW4DfbuQlnX6KN3/Vf+lf ENpPkMPo4bRzE7rd2xkWTG7R1BgIdQQeUijhB4l07Ir4T9FwCEJ3mZFgMq/bnkemx9es GLJw== X-Gm-Message-State: AODbwcDEwlk8k32db4LbQslaEh7r7+VgDw7QqRLIHD4GHE0q+aFeyAXi absEGKgIOmSWwDsxVNA= X-Received: by 10.99.109.141 with SMTP id i135mr8777714pgc.103.1496869549700; Wed, 07 Jun 2017 14:05:49 -0700 (PDT) Received: from [10.10.13.18] (hq.rightscale.com. [173.227.0.2]) by smtp.googlemail.com with ESMTPSA id x12sm6617102pgc.47.2017.06.07.14.05.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Jun 2017 14:05:49 -0700 (PDT) Subject: Re: Naming convention for etc/periodic/*/* files? To: freebsd-ports@freebsd.org References: From: Douglas Thrift Openpgp: id=09C4DA9A5BB7640FFB409623627BA4D834176159 Message-ID: <2c02c995-bbc3-3342-f30d-ade2c550c629@gmail.com> Date: Wed, 7 Jun 2017 14:05:46 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2017 21:05:50 -0000 On 6/7/2017 1:18 PM, Christian Weisgerber wrote: > What is the naming convention for etc/periodic/*/* files installed > by ports? > > Looking over the ports tree, I see that most adhere to the > NNN.*name* pattern also used in the base system, although it's > unclear how the NNN numbers are assigned and the rest of the name > is somewhat flexible. > > The lone exception is sysutils/smartmontools, which installs > etc/periodic/daily/smart. > Just another data point, on my system there are two others: /usr/local/etc/periodic/daily/dmidecode was installed by package sysutils/dmidecode /usr/local/etc/periodic/daily/sa-utils was installed by package mail/sa-utils -- Douglas William Thrift