freebsd-dev/cmd
Brian Behlendorf 01c0e61da0 Add init scripts
To support automatically mounting your zfs on filesystem on boot
a basic init script is needed.  Unfortunately, every distribution
has their own idea of the _right_ way to do things.  Rather than
write one very complicated portable init script, which would be
invariably replaced by the distributions own anyway.  I have
instead added support to provide multiple distribution specific
init scripts.

The correct init script for your distribution will be selected
by ZFS_AC_DEFAULT_PACKAGE which will set DEFAULT_INIT_SCRIPT.
During 'make install' the correct script for your system will
be installed from zfs/etc/init.d/zfs.DEFAULT_INIT_SCRIPT to the
usual /etc/init.d/zfs location.

Currently, there is zfs.fedora and a more generic zfs.lsb init
script.  Hopefully, the distribution maintainers who know best
how they want their init scripts to function will feedback their
approved versions to be included in the project.

This change does not consider upstart jobs but I'm not at all
opposed to add that sort of thing.
2011-03-17 16:51:54 -07:00
..
mount_zfs Add init scripts 2011-03-17 16:51:54 -07:00
zdb Add init scripts 2011-03-17 16:51:54 -07:00
zfs Add init scripts 2011-03-17 16:51:54 -07:00
zinject Add init scripts 2011-03-17 16:51:54 -07:00
zpios Add init scripts 2011-03-17 16:51:54 -07:00
zpool Add init scripts 2011-03-17 16:51:54 -07:00
zpool_id Add init scripts 2011-03-17 16:51:54 -07:00
zpool_layout Add init scripts 2011-03-17 16:51:54 -07:00
ztest Add init scripts 2011-03-17 16:51:54 -07:00
zvol_id Add init scripts 2011-03-17 16:51:54 -07:00
Makefile.am Fix mount helper 2011-03-09 15:26:48 -08:00
Makefile.in Add init scripts 2011-03-17 16:51:54 -07:00