[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 Juraj Lutter changed: What|Removed |Added Assignee|b...@freebsd.org|o...@freebsd.org Status

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 --- Comment #5 from Helge Oldach --- (In reply to Mark Johnston from comment #4) I merely wanted to point out the difference in logic: rc(8) reads _localbase from sysctl while defaults/rc.conf provides a default for _localbase in case it's

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 Mark Johnston changed: What|Removed |Added CC||o...@freebsd.org Statu

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 --- Comment #3 from Helge Oldach --- Simple fix is to prepend "export" in /usr/sbin/periodic on this line: _localbase=`/sbin/sysctl -n user.localbase 2> /dev/null` However it smells like it's more adequate to follow the _localbase logic i

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 --- Comment #2 from Helge Oldach --- (In reply to Mark Johnston from comment #1) Mentioned by periodic(1) in the FILES section, for example. Also see defaults/periodic.conf line 21ff. -- You are receiving this mail because: You are the as

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #1 f

[Bug 282614] ${LOCALBASE}/etc/periodic.conf is ignored

2024-11-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282614 Bug ID: 282614 Summary: ${LOCALBASE}/etc/periodic.conf is ignored Product: Base System Version: 14.2-STABLE Hardware: Any OS: Any Status: New Severi