diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-04-20 21:37:19 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-04-21 00:38:29 +0000 |
| commit | 3a0eb293164eb3badd2f45e835acd6f16518df93 (patch) | |
| tree | 58febd78927d34e165e2a4005712687b8c913d76 /libexec | |
| parent | 8b40faed66973bd6efb5f5c6335a5c3017e38e52 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.subr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr index 29ed0eb05824..c74cbcef9d62 100644 --- a/libexec/rc/rc.subr +++ b/libexec/rc/rc.subr @@ -1259,6 +1259,9 @@ run_rc_command() nfsd) _svcj_cmd_options="allow.nfsd enforce_statfs=1 ${_svcj_cmd_options}" ;; + settime) + _svcj_cmd_options="allow.settime ${_svcj_cmd_options}" + ;; sysvipc) _svcj_sysvipc_x=$((${_svcj_sysvipc_x} + 1)) _svcj_cmd_options="sysvmsg=inherit sysvsem=inherit sysvshm=inherit ${_svcj_cmd_options}" |
