git://developer.intra2net.com
/
pyi2ncommon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
11dea95
)
Be more precise about the binary in sysmisc cheat reboot docstring
author
Plamen Dimitrov
<pdimitrov@pevogam.com>
Mon, 21 Jan 2019 12:34:43 +0000 (14:34 +0200)
committer
Christian Herdtweck
<christian.herdtweck@intra2net.com>
Thu, 7 Feb 2019 15:50:39 +0000 (16:50 +0100)
src/sysmisc.py
patch
|
blob
|
blame
|
history
diff --git
a/src/sysmisc.py
b/src/sysmisc.py
index
12d2c88
..
b4e7d0a
100644
(file)
--- a/
src/sysmisc.py
+++ b/
src/sysmisc.py
@@
-300,8
+300,8
@@
def cheat_reboot():
:raises: :py:class:`exceptions.OSError` if backup target already exists
- This replaces the ``reboot`` executable by script which replaces itself
- by the backed up executable upon the next invocation.
+ This replaces the ``reboot-intranator`` executable by script which
+ replaces itself by the backed up executable upon the next invocation.
"""
#path = utils.system_output("which reboot")
path = "/usr/intranator/bin/reboot-intranator"