vboxvfs.sh revision da5293b4b0422bf0a8cf0a3018144cf2f56cf855
2521N/A# Linux Additions VFS kernel module init script 2521N/A# Copyright (C) 2006 InnoTek Systemberatung GmbH 2521N/A# This file is part of VirtualBox Open Source Edition (OSE), as 2521N/A# you can redistribute it and/or modify it under the terms of the GNU 2521N/A# General Public License as published by the Free Software Foundation, 2521N/A# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 2521N/A# distribution. VirtualBox OSE is distributed in the hope that it will 2521N/A# be useful, but WITHOUT ANY WARRANTY of any kind. 2521N/A# If you received this file as part of a commercial VirtualBox 2521N/A# distribution, then only the terms of your commercial VirtualBox 2521N/A# license agreement apply instead of the previous paragraph. 2521N/A# description: VirtualBox Linux Additions VFS kernel module 3998N/A# Required-Start: $syslog vboxadd 2521N/A# Description: VirtualBox Linux Additions VFS kernel module 5403N/A echo "$0: Unknown system" 1>&
2 3998N/A begin "Starting VirtualBox Additions shared folder support"; 4194N/A begin "Stopping VirtualBox Additions shared folder support"; 3998N/A echo "VirtualBox Additions shared folder support is currently running." 3998N/A echo "VirtualBox Additions shared folder support is not currently running." 3998N/A echo "Usage: $0 {start|stop|restart|status}"