Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-26 Thread Lexi Winter
Dag-Erling Smørgrav: > Lexi Winter writes: > > fwiw, FreeBSD-periodic is already in its own package, so you can also > > remove that if you don't need it. > FreeBSD-periodic should depend on FreeBSD-cron, then. https://github.com/freebsd/freebsd-src/pull/1204 while testing this i noticed that

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Dag-Erling Smørgrav
Lexi Winter writes: > fwiw, FreeBSD-periodic is already in its own package, so you can also > remove that if you don't need it. FreeBSD-periodic should depend on FreeBSD-cron, then. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Chris
On 2024-04-25 17:35, Lexi Winter wrote: Chris: On 2024-04-25 16:33, Lexi Winter wrote: > it's not essential: many jails don't need cron, for example. i have > several micro (service) jails that only run a single binary and don't > need many things that would be considered essential on a normal

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Lexi Winter
Chris: > On 2024-04-25 16:33, Lexi Winter wrote: > > it's not essential: many jails don't need cron, for example. i have > > several micro (service) jails that only run a single binary and don't > > need many things that would be considered essential on a normal > > multi-user system. > Indeed. A

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Chris
On 2024-04-25 16:33, Lexi Winter wrote: Chris: Why? Isn't cron(8) essential? pkg needs it, as do (sys)admins for periodic(8)? Why would one want to remove it? it's not essential: many jails don't need cron, for example. i have several micro (service) jails that only run a single binary and

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Lexi Winter
Chris: > Why? Isn't cron(8) essential? pkg needs it, as do (sys)admins for > periodic(8)? > Why would one want to remove it? it's not essential: many jails don't need cron, for example. i have several micro (service) jails that only run a single binary and don't need many things that would be co

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Chris
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-cro

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-25 Thread Graham Perrin
On 25/04/2024 02:53, Graham Perrin wrote: Neither cron nor lpr is available in FreeBSD:15:amd64/base_latest Please ignore that, I was seeking the wrong package names.

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-24 Thread Lexi Winter
Graham Perrin: > On 25/04/2024 00:18, Lexi Winter wrote: > > … 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 a

Re: 15.0 pkgbase, heads up: cron, lpr packages

2024-04-24 Thread Graham Perrin
On 25/04/2024 00:18, Lexi Winter wrote: … 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