All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sys-utils: avoid duplicate reference to fstab.5
@ 2012-04-22  1:44 Dave Reisner
  2012-04-23 12:04 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-04-22  1:44 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

This is no longer in sys-utils/ anyways, and its unconditionally
distributed by an earlier dist_man_MANS declare in the Makefile.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
 sys-utils/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 9849429..9c27de6 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -96,7 +96,7 @@ if BUILD_NEW_MOUNT
 # -- temporary we share some man pages
 #
 bin_PROGRAMS += mount umount
-dist_man_MANS += mount.8 ../mount/fstab.5 ../mount/umount.8
+dist_man_MANS += mount.8 ../mount/umount.8
 
 mount_SOURCES = \
 	mount.c \
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sys-utils: avoid duplicate reference to fstab.5
  2012-04-22  1:44 [PATCH] sys-utils: avoid duplicate reference to fstab.5 Dave Reisner
@ 2012-04-23 12:04 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-04-23 12:04 UTC (permalink / raw)
  To: Dave Reisner; +Cc: util-linux

On Sat, Apr 21, 2012 at 09:44:32PM -0400, Dave Reisner wrote:
>  sys-utils/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

 Applied, thanks. Sorry for the bug.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-23 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-22  1:44 [PATCH] sys-utils: avoid duplicate reference to fstab.5 Dave Reisner
2012-04-23 12:04 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.