[pve-devel] r6116 - pve-cluster/trunk/debian

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jun 20 06:20:52 CEST 2011


Author: dietmar
Date: 2011-06-20 06:20:52 +0200 (Mon, 20 Jun 2011)
New Revision: 6116

Modified:
   pve-cluster/trunk/debian/control
   pve-cluster/trunk/debian/init.d
Log:
add fuse-tools dependency


Modified: pve-cluster/trunk/debian/control
===================================================================
--- pve-cluster/trunk/debian/control	2011-06-17 15:13:55 UTC (rev 6115)
+++ pve-cluster/trunk/debian/control	2011-06-20 04:20:52 UTC (rev 6116)
@@ -7,7 +7,7 @@
 
 Package: pve-cluster
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, rsync, libsqlite3-0, sqlite3, libfuse2, libqb, libpve-common-perl, rsyslog, openssl, librrd4
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, rsync, libsqlite3-0, sqlite3, libfuse2, fuse-utils, libqb, libpve-common-perl, rsyslog, openssl, librrd4
 Description: Cluster Infrastructure for Proxmox Virtual Environment
  This package contains the Cluster Infrastructure for the Proxmox
  Virtual Environment, namely a distributed filesystem to store

Modified: pve-cluster/trunk/debian/init.d
===================================================================
--- pve-cluster/trunk/debian/init.d	2011-06-17 15:13:55 UTC (rev 6115)
+++ pve-cluster/trunk/debian/init.d	2011-06-20 04:20:52 UTC (rev 6116)
@@ -2,8 +2,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:          pve-cluster
-# Required-Start:    $network $time
-# Required-Stop:     $network $time
+# Required-Start:    $network $time fuse
+# Required-Stop:     $network $time fuse
 # Default-Start:     S
 # Default-Stop:      0 6
 # Short-Description: Starts the pve cluster filesystem




More information about the pve-devel mailing list