[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-178-gcd5e486

Andrew Bartlett abartlet at samba.org
Tue Jul 1 04:57:59 GMT 2008


The branch, v4-0-test has been updated
       via  cd5e48649ce0987952b2b55ea79c3ecceecfafd5 (commit)
       via  68afc2893c032be0a8a31d996f90574ceb6c10ad (commit)
      from  82940f6ca120026378e6deb49a07becb2d581f45 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit cd5e48649ce0987952b2b55ea79c3ecceecfafd5
Merge: 68afc2893c032be0a8a31d996f90574ceb6c10ad 82940f6ca120026378e6deb49a07becb2d581f45
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jul 1 14:54:23 2008 +1000

    Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local

commit 68afc2893c032be0a8a31d996f90574ceb6c10ad
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jul 1 14:53:31 2008 +1000

    Create PREFIX/var/lib and PREFIX/var/run in 'make install'.
    
    This is a problem because the location of the winbind privilaged pipe
    moved.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile b/source/Makefile
index 93c6f45..fba06cc 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -199,6 +199,8 @@ installdirs::
 		$(DESTDIR)$(modulesdir) \
 		$(DESTDIR)$(mandir) \
 		$(DESTDIR)$(localstatedir) \
+		$(DESTDIR)$(localstatedir)/lib \
+		$(DESTDIR)$(localstatedir)/run \
 		$(DESTDIR)$(privatedir) \
 		$(DESTDIR)$(datadir) \
 		$(DESTDIR)$(piddir) \
@@ -207,7 +209,7 @@ installdirs::
 		$(DESTDIR)$(privatedir)/tls \
 		$(DESTDIR)$(includedir) \
 		$(DESTDIR)$(PKGCONFIGDIR) \
-		$(DESTDIR)$(sysconfdir) \
+		$(DESTDIR)$(sysconfdir)
 
 installbin:: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs
 	@$(SHELL) $(srcdir)/script/installtorture.sh \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list