]> git.openfabrics.org - ~shefty/ibacm.git/commit
Fix ibacm daemon installation
authorSean Hefty <sean.hefty@intel.com>
Fri, 30 Mar 2012 23:31:08 +0000 (16:31 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 30 Mar 2012 23:31:08 +0000 (16:31 -0700)
commit4a33f2b2b8ecf8b0ee0b1f9c5acb68415553dd33
tree02e5cbc02d439de21ba3946ef1fc7c3a2d591b2c
parentfb683ba55480ada43c09aa48b3cb18bde139f72c
Fix ibacm daemon installation

Set of changes to fixup the ibacm package for inclusion into RedHat 6.
Changes are based on feedback from Doug Ledford <dledford@redhat.com>.

Name the service executable the same as the package name.

Move location of ACM lock and configuration files and ibacm.pid
files.  They are currently in non-standard locations.

Add init script as part of install.

Fixup man pages based on changes.

Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
15 files changed:
Makefile.am
acm_addr.cfg [deleted file]
acm_opts.cfg [deleted file]
ibacm.init [new file with mode: 0644]
ibacm.spec.in
ibacm_addr.cfg [new file with mode: 0644]
ibacm_opts.cfg [new file with mode: 0644]
linux/osd.h
man/ib_acm.1 [deleted file]
man/ib_acm.7 [deleted file]
man/ib_acme.1
man/ibacm.1 [new file with mode: 0644]
man/ibacm.7 [new file with mode: 0644]
src/acm.c
src/acme.c