summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-21 19:16:17 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-21 19:16:17 +0100
commit0bd97ec81ea627866453bd6ccf861127967a8ad6 (patch)
tree4a115d04052659bef5012b2db09b92fd79fb323e
parent812d6bafde17704864b4df138710e7977a50b7d6 (diff)
fix error in path
Reported-by: Simon McVittie <smcv@debian.org>
-rw-r--r--policy/ch-opersys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/ch-opersys.rst b/policy/ch-opersys.rst
index 15ed6dc..59c9893 100644
--- a/policy/ch-opersys.rst
+++ b/policy/ch-opersys.rst
@@ -1068,5 +1068,5 @@ installation or upgrade. Typically it is the ``postinst``
maintainer script that touches ``/run/reboot-required``, at the end
of a successful configuration of the package.
-There are no guarantees provided by the ``/var/reboot-required``
+There are no guarantees provided by the ``/run/reboot-required``
convention as to when or whether the requested reboot will occur.