47a48,50
> elif [ -f /etc/arch-release ]; then
>     system=arch
>     PIDFILE="/var/run/vboxadd-timesync"
125a129,149
> if [ "$system" = "arch" ]; then
>     . /etc/rc.d/functions
>     daemon() {
>         $@
>         test $? -eq 0 && add_daemon `basename $1`
>     }
> 
>     killproc() {
>         killall $@
>         rm_daemon `basename $@`
>     }
> 
>     fail_msg() {
>         echo " ...fail!"
>     }
> 
>     succ_msg() {
>         echo " ...done."
>     }
> fi
> 
168c192
<         echo -n "Stopping VirtualBox host to guest time synchronisation ";
---
>         echo -n "Stopping VirtualBox host to guest time synchronization ";
