summaryrefslogtreecommitdiff
path: root/source3/script/installmodules.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-04-20Added ability to revert to old modules for make revert.John H Terpstra1-0/+5
2007-10-10r23093: Allow modules with the same name but different types.James Peach1-3/+11
(This used to be commit 190a69b1f9d7a0f858ed56c505c2d3c473273463)
2007-10-10r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller1-2/+2
I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile. (This used to be commit 730d5ec22948c579a81137051134657043c34415)
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-1/+1
with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin. (This used to be commit 43549301b937c060742840054017b31bf3781e04)
2007-10-10r13645: Revert debug output.Lars Müller1-4/+0
(This used to be commit 3a6c9999b4d2327cfb45a2b2839e07a2b682278f)
2007-10-10r13643: Enable script debug output to get some more details why some hostsLars Müller1-0/+4
return with !=0 after calling installmodules.sh AUTH_MODULES. (This used to be commit 5a67b4f5be9960b24f5bb2ba0adcc25121c8a486)
2007-10-10r13642: Fix install* scripts to use DESTDIR.Lars Müller1-9/+11
Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount. (This used to be commit c38adf71317f2c898ee10cad8068e942835199c9)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-2/+2
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2003-08-13Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij1-9/+0
(This used to be commit 3000a99b2dc4fbffe4f20b92b22b9658d6620b65)
2003-01-15*lots of small merges form HEADGerald Carter1-0/+10
*sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean (This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
2002-11-13Remove obsolete scripts and put in module install/uninstallJelmer Vernooij1-0/+26
(This used to be commit d777bba5082ebdf78d314b0d7b4196a4d6413e1f)