diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-02-27 10:23:08 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-28 00:06:22 +0530 |
commit | b2db5d966f210be72250fb87e513d187d3de7fdd (patch) | |
tree | 9600f267b789eb209ca26db37d9eaf82d748891e /glusterfs.spec.in | |
parent | 3aff44fab8ba7a109bd691b8675dbfd9842237a3 (diff) |
Added /etc/init.d/glusterfsd for rpmbuilds
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1740bbc36..24f9e99bb 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -154,6 +154,7 @@ This package provides the development libraries. %_prefix/sbin/glusterfsd %_mandir/man8/glusterfs.8.gz %_infodir/user-guide.info.gz +%_sysconfdir/init.d/glusterfsd %exclude %_infodir/dir %if %with_client @@ -185,6 +186,9 @@ ldconfig %changelog +* Fri Feb 27 2009 Harshavardhana <harsha@gluster.com> - 2.0 +- Added /etc/init.d/glusterfsd + * Fri Dec 12 2008 Harshavardhana <harsha@gluster.com> - 1.4 - Added new options with --with-apxspath --with-apachepath new configure options. |