VirtualBox

Ticket #2616: diff

File diff, 674 bytes (added by Jelle Geerts, 16 years ago)
Line 
147a48,50
2> elif [ -f /etc/arch-release ]; then
3> system=arch
4> PIDFILE="/var/run/vboxadd-timesync"
5125a129,149
6> if [ "$system" = "arch" ]; then
7> . /etc/rc.d/functions
8> daemon() {
9> $@
10> test $? -eq 0 && add_daemon `basename $1`
11> }
12>
13> killproc() {
14> killall $@
15> rm_daemon `basename $@`
16> }
17>
18> fail_msg() {
19> echo " ...fail!"
20> }
21>
22> succ_msg() {
23> echo " ...done."
24> }
25> fi
26>
27168c192
28< echo -n "Stopping VirtualBox host to guest time synchronisation ";
29---
30> echo -n "Stopping VirtualBox host to guest time synchronization ";

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy