summaryrefslogtreecommitdiffstats
path: root/source/script/uninstallbin.sh
Commit message (Collapse)AuthorAgeFilesLines
* r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2007-10-101-44/+0
| | | | | | | to substitute rootsbindir in {,un}installbin.sh.in. Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by default is $prefix/sbin.
* r13816: Volunteering :-)Volker Lendecke2007-10-101-1/+1
| | | | | | | | | | | | | > for the svn log: > > - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead > > Some volunteer wanna check this in? :) > > Cheers > Bjoern Volker
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2007-10-101-13/+15
| | | | | | | | | | | | | | | 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.
* cosmetic fix when DESTDIR=/ (default)Gerald Carter2003-10-061-4/+4
|
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-2/+2
| | | | | | | | | should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
* fixed the installation scripts for the new layoutAndrew Tridgell1998-08-101-7/+6
|
* Added uninstallation from Makefile, either in parts or total uninstallSamba Release Account1996-07-051-0/+43
Dan