Page MenuHomeFreeBSD
Paste P593

otis periodic
ActivePublic

Authored by otis on Jul 7 2023, 8:26 PM.
Tags
None
Referenced Files
F64002692: otis periodic
Jul 7 2023, 8:26 PM
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 object in space S1 Global.