From: James Simmons Date: Thu, 12 Feb 2015 19:14:50 +0000 (-0500) Subject: LU-6239 doc: include missing lnetctl.8 X-Git-Tag: 2.7.50~11 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=31595f94e232293fe9f0688a5aa8f40230963674 LU-6239 doc: include missing lnetctl.8 Doing a man lnetctl currently doesn't work on system with lustre installed. This is due to lnetctl.8 does not get included in generated rpms. This simple fix ensure lnetctl.8 is included in the rpms. Change-Id: I72e2ef2841f5936e1d0def538c239ee2da32d7c3 Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/13749 Reviewed-by: Amir Shehata Tested-by: Jenkins Reviewed-by: Isaac Huang Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 4667162..cc6a5ad 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -36,7 +36,7 @@ # Lustre is a trademark of Sun Microsystems, Inc. # -MANFILES = lustre.7 lfs.1 mount.lustre.8 lctl.8 \ +MANFILES = lustre.7 lfs.1 mount.lustre.8 lctl.8 lnetctl.8 \ llverdev.8 llbackup.8 llapi_quotactl.3 llobdstat.8 llstat.8 \ plot-llstat.8 l_getgroups.8 lst.8 routerstat.8 \ ll_recover_lost_found_objs.8 llog_reader.8 llapi_file_open.3 \