summaryrefslogtreecommitdiff
path: root/source3/script/installmsg.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13816: Volunteering :-)Volker Lendecke1-2/+2
> 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 (This used to be commit 58d5f2031ac6018417ecd3c2306c120b5c7d1e43)
2007-10-10r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller1-5/+5
Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone. (This used to be commit 5119472cdcdc4a0e422d49290c3007527fefd6a2)
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-11/+53
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)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-1/+1
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2003-09-24Fix bug #456 for 3.0.0 release.Tim Potter1-0/+23
More work on SWAT i18n support to appear in later releases. (This used to be commit c3267749054ade219d214bdaf6c21e4207bd2011)