]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Fix provides in init scripts.
authorAron Xu <aron@debian.org>
Fri, 5 Jul 2013 08:56:02 +0000 (16:56 +0800)
committerAron Xu <aron@debian.org>
Fri, 5 Jul 2013 08:56:02 +0000 (16:56 +0800)
debian/zfsutils.zfs-mount.init
debian/zfsutils.zfs-share.init

index cfe2b310706425908b523f0c2c6b5aae57ee63d1..4881baefecccf281b727808f855c7c514b0b7eab 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 ### BEGIN INIT INFO
-# Provides: zvol zfs
+# Provides: zvol zfs zfs-mount
 # Required-Start: $local_fs
 # Required-Stop: $local_fs
 # Default-Start: 2 3 4 5
index c78b4b3a25895ecb38e847e38ebcd6675e4284ce..ce3fa9318350aa3b8ded77f9548c89c3b233bc63 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 ### BEGIN INIT INFO
-# Provides: sharenfs sharesmb
+# Provides: sharenfs sharesmb zfs-share
 # Required-Start: $local_fs $network $remote_fs
 # Required-Stop: $local_fs $network $remote_fs
 # Default-Start: 2 3 4 5