diff options
author | Kyle Fuller <[email protected]> | 2011-07-10 16:57:33 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-07-11 14:12:23 -0700 |
commit | 615ab66d18f74b3f4979c06192e1aa1082523dd3 (patch) | |
tree | 9a6fb994cb4fd03b08741ab1e35c3873a65efed2 /cmd/sas_switch_id | |
parent | 057e8eee35d4cc06cc4edd6e8239d28a4122cf71 (diff) |
Provide a rc.d script for archlinuxzfs-0.6.0-rc5
Unlike most other Linux distributions archlinux installs its
init scripts in /etc/rc.d insead of /etc/init.d. This commit
provides an archlinux rc.d script for zfs and extends the
build infrastructure to ensure it get's installed in the
correct place.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #322
Diffstat (limited to 'cmd/sas_switch_id')
-rw-r--r-- | cmd/sas_switch_id/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sas_switch_id/Makefile.in b/cmd/sas_switch_id/Makefile.in index a2d6430cd..bb6c03a09 100644 --- a/cmd/sas_switch_id/Makefile.in +++ b/cmd/sas_switch_id/Makefile.in @@ -140,6 +140,7 @@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEBUG_CFLAGS = @DEBUG_CFLAGS@ DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@ +DEFAULT_INIT_DIR = @DEFAULT_INIT_DIR@ DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@ DEFAULT_PACKAGE = @DEFAULT_PACKAGE@ DEFS = @DEFS@ |