Merge commit 'origin/master' into next

Conflicts:
	config/rootfiles/core/41/filelists/files
This commit is contained in:
Arne Fitzenreiter
2010-10-10 12:05:20 +02:00
13 changed files with 71 additions and 52 deletions

View File

@@ -4,9 +4,9 @@
#
# Description : init-script for open-vm-tools
#
# Authors : earl
# Authors : Jan Paul Tuecking (earl@ipfire.org)
#
# Version : 00.01
# Version : 1.00
#
# Notes :
#

View File

@@ -8,7 +8,8 @@
#
# Version : 01.00
#
# Notes :
# Notes : Changes in 01.01
# : v.2.6.7 needs /var/run/vdradmin dir (earl@ipfire.org)
#
########################################################################
@@ -18,6 +19,7 @@
case "${1}" in
start)
boot_mesg "Starting VDR Webadministration Tool..."
mkdir /var/run/vdradmin -p
loadproc /usr/bin/vdradmind > /dev/null
evaluate_retval
;;