Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P593
otis periodic
Active
Public
Actions
Authored by
otis
on Jul 7 2023, 8:26 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
F64002692: otis periodic
Jul 7 2023, 8:26 PM
2023-07-07 20:26:32 (UTC+0)
Subscribers
None
```
root@b14:~ # /usr/sbin/periodic otis
_localbase is /usr/local
-- End of otis output --
root@b14:~ # cat /usr/local/etc/periodic/otis/otis
#!/bin/sh -
#
# $FreeBSD$
#
if [ -r /etc/defaults/periodic.conf ]; then
. /etc/defaults/periodic.conf
source_periodic_confs
fi
echo "_localbase is ${_localbase}"
exit 0
```
Event Timeline
otis
created this paste.
Jul 7 2023, 8:26 PM
2023-07-07 20:26:32 (UTC+0)
otis
created this object in space
S1 Global
.
otis
mentioned this in
D40435: periodic: Honor kern.localbase
.
Log In to Comment