summaryrefslogtreecommitdiffstats
path: root/source/script/installmodules.sh
Commit message (Collapse)AuthorAgeFilesLines
* r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller2007-10-101-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.
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2007-10-101-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.
* r13645: Revert debug output.Lars Müller2007-10-101-4/+0
|
* r13643: Enable script debug output to get some more details why some hostsLars Müller2007-10-101-0/+4
| | | | return with !=0 after calling installmodules.sh AUTH_MODULES.
* r13642: Fix install* scripts to use DESTDIR.Lars Müller2007-10-101-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.
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-2/+2
|
* Create symlinks for modules that register multiple functions (fixes bug #91 )Jelmer Vernooij2003-08-131-9/+0
|
* *lots of small merges form HEADGerald Carter2003-01-151-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
* Remove obsolete scripts and put in module install/uninstallJelmer Vernooij2002-11-131-0/+26