repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
package
/
openvmtools
/
shutdown
blob
bca9765a387ea0dbc239d9998f1c80cc9d96d804
1
#!/bin/sh
2
#compatibility script for openvmtools
3
if
[
"
$1
"
==
"-r"
];
then
4
/
sbin
/
reboot
5
else
6
/
sbin
/
poweroff
7
fi