util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include correct source file for chsh
@ 2012-06-02 17:38 Dave Reisner
  2012-06-05 13:49 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-06-02 17:38 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

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

diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am
index baa7949..f551191 100644
--- a/login-utils/Makefile.am
+++ b/login-utils/Makefile.am
@@ -70,7 +70,7 @@ chfn_CFLAGS = $(chfn_chsh_cflags)
 chfn_LDFLAGS = $(chfn_chsh_ldflags)
 chfn_LDADD = $(chfn_chsh_ldadd)
 
-chsh_SOURCES = chfn.c $(chfn_chsh_sources)
+chsh_SOURCES = chsh.c $(chfn_chsh_sources)
 chsh_CFLAGS = $(chfn_chsh_cflags)
 chsh_LDFLAGS = $(chfn_chsh_ldflags)
 chsh_LDADD = $(chfn_chsh_ldadd)
-- 
1.7.10.3


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

* Re: [PATCH] include correct source file for chsh
  2012-06-02 17:38 [PATCH] include correct source file for chsh Dave Reisner
@ 2012-06-05 13:49 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-06-05 13:49 UTC (permalink / raw)
  To: Dave Reisner; +Cc: util-linux

On Sat, Jun 02, 2012 at 01:38:02PM -0400, Dave Reisner wrote:
>  login-utils/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

 Good catch. Applied, thanks.

    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-06-05 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 17:38 [PATCH] include correct source file for chsh Dave Reisner
2012-06-05 13:49 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).