From b159f20eb064221fe38b5b8b1326c811479aebb3 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Fri, 19 Aug 2011 17:15:44 -0500 Subject: [PATCH] Add chkconfig and description lines to zfs init. --- debian/zfsutils.zfs.init | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/zfsutils.zfs.init b/debian/zfsutils.zfs.init index 50a1c6d3..8a78bb16 100644 --- a/debian/zfsutils.zfs.init +++ b/debian/zfsutils.zfs.init @@ -1,12 +1,19 @@ -#! /bin/sh +#!/bin/sh +# +# chkconfig: 2345 01 99 +# ### BEGIN INIT INFO -# Provides: zvol zfs +# Provides: zvol zfs +# Required-Start: $local_fs +# Required-Stop: $local_fs # Required-Start: # Required-Stop: -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start/stop ZFS subsystem. -# Description: +# Description: ZFS is an advanced filesystem designed to simplify managing +# and protecting your data. This service mounts the ZFS +# filesystems and starts all related zfs services. ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin -- 2.39.5