aboutsummaryrefslogtreecommitdiffstats
path: root/config/open-vm-tools/open-vm-tools.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-08 18:18:01 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-08 18:18:15 -0400
commit7101366940360b34d6db1dd2aa6b40b677c8bb8c (patch)
tree0659560c7f6bea0e7f47336293a7e9a85d383460 /config/open-vm-tools/open-vm-tools.xml
parentc5d2c0f298ade708a7c6d2d0054619497091a4c3 (diff)
downloadpfsense-packages-7101366940360b34d6db1dd2aa6b40b677c8bb8c.tar.gz
pfsense-packages-7101366940360b34d6db1dd2aa6b40b677c8bb8c.tar.bz2
pfsense-packages-7101366940360b34d6db1dd2aa6b40b677c8bb8c.zip
Cleanup open-vm-tools package
Diffstat (limited to 'config/open-vm-tools/open-vm-tools.xml')
-rw-r--r--config/open-vm-tools/open-vm-tools.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/config/open-vm-tools/open-vm-tools.xml b/config/open-vm-tools/open-vm-tools.xml
index 5d157f09..e393edad 100644
--- a/config/open-vm-tools/open-vm-tools.xml
+++ b/config/open-vm-tools/open-vm-tools.xml
@@ -4,20 +4,19 @@
<packagegui>
<copyright>
<![CDATA[
-/* $Id$ */
-/* ========================================================================== */
-/*
- open-vm-tools.xml
- part of pfSense (http://www.pfSense.org)
- Copyright (C) 2008 BSD Perimeter LLC
- All rights reserved.
+ /* ========================================================================== */
+ /*
+ open-vm-tools.xml
+ part of pfSense (http://www.pfSense.org)
+ Copyright (C) 2008 BSD Perimeter LLC
+ All rights reserved.
- Based on m0n0wall (http://m0n0.ch/wall)
- Copyright (C) 2003-2008 Manuel Kasper <mk@neon1.net>.
- All rights reserved.
- */
-/* ========================================================================== */
-/*
+ Based on m0n0wall (http://m0n0.ch/wall)
+ Copyright (C) 2003-2008 Manuel Kasper <mk@neon1.net>.
+ All rights reserved.
+ */
+ /* ========================================================================== */
+ /*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -42,23 +41,24 @@
/* ========================================================================== */
]]>
</copyright>
- <description>Describe your package here</description>
- <requirements>Describe your package requirements here</requirements>
- <faq>Currently there are no FAQ items provided.</faq>
<name>open-vm-tools</name>
<version>102166_7</version>
<title>Open VM Tools</title>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>0644</chmod>
+ <item>http://www.pfsense.com/packages/config/open-vm-tools/open-vm-tools.inc</item>
+ </additional_files_needed>
<custom_add_php_command>
</custom_add_php_command>
<custom_php_install_command>
- conf_mount_rw();
- config_lock();
- exec("pkg_add -r ");
- conf_mount_ro();
- config_unlock();
- /usr/local/etc/rc.d/vmware-guestd.sh start
- /usr/local/etc/rc.d/vmware-kmod.sh start
+ conf_mount_rw();
+ open_vm_tools_install();
+ exec("/usr/local/etc/rc.d/vmware-guestd.sh start");
+ exec("/usr/local/etc/rc.d/vmware-kmod.sh start");
+ conf_mount_ro();
</custom_php_install_command>
<custom_php_deinstall_command>
</custom_php_deinstall_command>
-</packagegui>
+ <include_file>/usr/local/pkg/open-vm-tools.inc</include_file>
+</packagegui> \ No newline at end of file