From nobody Thu Apr 25 23:02:54 2024 X-Original-To: pkgbase@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VQWbw6Z45z5JkPr for ; Thu, 25 Apr 2024 23:03:08 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (udns.ultimatedns.net [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VQWbw3TD4z4CxG for ; Thu, 25 Apr 2024 23:03:08 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Authentication-Results: mx1.freebsd.org; none Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 43PN2tbW003279; Thu, 25 Apr 2024 16:03:01 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ultimatedns.net; s=mx99; t=1714086181; x=1714086781; r=y; bh=o4FoFTEpHHbKcRwaHdnGz8eDl3bNUId34K4QpZR1o0Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=V7+47IGZa9a1ih3+Faw6gPINZhj7CaC4NupRcpZdkmBxKDS9dQ5clT/4Y2jSHVMEj vNh571NV3n1z224z+yuhEWGygIXq19v3QVojtTeO4SWq5xXXMWo/mycvJvBbEFAsMM 8+crLOkNluhNZ5TC8Ay4oyOButVAr+ePAqpaIVmoy8ojnKiB+UuNvYSpDKyPkRJUTw qdp/IRaqh3MEsmf6kP3eMTh7Kr2XjVSDI4JLoNyy7cQirz+m0LmCnGk41fOBvjoqUT uI6Xf/qYzm99IwAHykOt7V89EOdQmxw8elp6Ecb2vMLfnXZmiy4jwbdU6hk/aktoCh 0fLGth3HLATbA== List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org MIME-Version: 1.0 Date: Thu, 25 Apr 2024 16:02:54 -0700 From: Chris To: Lexi Winter Cc: pkgbase@freebsd.org Subject: Re: 15.0 pkgbase, heads up: cron, lpr packages In-Reply-To: References: User-Agent: UDNSMS/17.0 Message-ID: <2e3d33b6d98d1ab86686aeb75ea6e94c@bsdforge.com> X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US] X-Rspamd-Queue-Id: 4VQWbw3TD4z4CxG On 2024-04-24 16:18, Lexi Winter wrote: > hello, > > following the merge of these commits: > > dbd0366f3434e2444792b431997dcaecfbf899ee package: move lpr into its own > package > 7209444a80fd37de0e19c7cf93623f84709827e3 package: move cron into its own > package > > you must install the new packages FreeBSD-cron or FreeBSD-lp if you need > cron or lpr. pkg(8) will *not* handle this automatically. Why? Isn't cron(8) essential? pkg needs it, as do (sys)admins for periodic(8)? Why would one want to remove it? Thanks. > > if you have updated pkgbase systems in the mean time, you may find that > you have no cron (meaning no periodic, etc.). > > in addition, if you upgrade to current pkgbase without installing > FreeBSD-cron at the same time, you may find pkg(8) deletes your existing > /etc/crontab. > > the following commands should allow you to install FreeBSD-cron while > also preserving crontab: > > # pkg update > # pkg install FreeBSD-cron > # pkg upgrade > > i apologise for the inconvenience and for not including an UPDATING > entry for these, especially for cron.