1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-18 19:17:08 +03:00

34 Commits

Author SHA1 Message Date
Michael Adam
8b015c91c9 installswat: be more portable, use 'printf "%s"' instead of 'echo -n'
Michael
2008-04-01 16:16:55 +02:00
Jeremy Allison
7dcb61d1b2 r20535: Fix make install to work when root doesn't have
write access into the source tree (like when your
directory is nfs mounted for example....).
Jeremy.
2007-10-10 12:16:55 -05:00
Deryck Hodge
9bf07ba6cc r15466: Install the images for SWAT.
And we don't install any JavaScript (hold over from a prior SWAT
svn ci trunk/ branches/SAMBA_3_0 -m
2007-10-10 11:16:51 -05:00
Volker Lendecke
58d5f2031a r13816: Volunteering :-)
> 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
2007-10-10 11:10:55 -05:00
Lars Müller
43549301b9 r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is done
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.
2007-10-10 11:10:21 -05:00
Gerald Carter
17e63ac4ed r13316: Let the carnage begin....
Sync with trunk as off r13315
2007-10-10 11:06:23 -05:00
Gerald Carter
85ea7afd8b r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been broken since r10656 2007-10-10 11:05:54 -05:00
Gerald Carter
e3c6873866 r11152: fix some regressions caused by the trunk->3.0 merge when install docs with SWAT 2007-10-10 11:05:03 -05:00
Gerald Carter
939c3cb5d7 r10656: BIG merge from trunk. Features not copied over
* \PIPE\unixinfo
* winbindd's {group,alias}membership new functions
* winbindd's lookupsids() functionality
* swat (trunk changes to be reverted as per discussion with Deryck)
2007-10-10 11:04:48 -05:00
Gerald Carter
6fb371f0c8 r8834: fixing SWAT install after docs changeswat/help/welcome.html 2007-10-10 11:00:18 -05:00
Tim Potter
88a3faf84e r7788: Update install swat message to reflect the fact that swat/README
no longer exists.  Bugzilla #2808.
2007-10-10 10:57:21 -05:00
Gerald Carter
ddb5823ac2 r3924: fix installswat once again after the image target location had changed in the docs 2007-10-10 10:53:24 -05:00
Gerald Carter
e13d15994d r1410: fix another bug caused by the docs target directories change 2007-10-10 10:52:10 -05:00
Gerald Carter
984d9fe271 r496: fixing swat welcome page -- added links to example guide, devel guide, and howto (all in multi page format) 2007-10-10 10:51:26 -05:00
Gerald Carter
a01a7fdbd9 BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image files for SWAT -
Gerald Carter
a3b0cc9f5b patch from TAKEDA yasuma to bypass any missing language files -
Rafal Szczesniak
d6857d191c Omit html documentation tree because it has been moved to the separate
module. Install though, in case one recreates the tree as it was before.


rafal
-
Gerald Carter
9b8bf6a950 * only install swat html files once
* revert the change that prevent the guest
  account from being added to a passdb backend
  since it broke the build farm.
* apply patch from Alex Deiter to fix the
  "smbldap_open: cannot access when not root
  error" messages when looking up group
  information (bug 281)
-
Gerald Carter
e660b5752a cosmetic fix when DESTDIR=/ (default) -
Gerald Carter
55b6129bd1 make sure using_samba 2ed. files get installed ok -
Gerald Carter
20603faf2c don't complain if the using_samba book is not in the tree -
Jelmer Vernooij
8d2aec7a73 - Fix modules build of pdb_mysql and pdb_xml
- Fix typo in script/installswat.sh
-
Andrew Tridgell
f283011c28 always install swat language files -
Motonobu Takahashi
9ec2d5e96e now --with-i18n-swat works to install some international files
used by SWAT into $swatdir/$ln/{help,images,include}

we have still points which needs to discuss, that is how to archive
and install lots of HTML help files and Using Samba files.

-- monyo
-
Andrew Tridgell
7e57adf2a0 merge some fixes from 2.2 -
Herb Lewis
b04bd9ea24 merge from 2.0 branch for installing Using Samba book files -
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
Andrew Tridgell
ed4d1062b2 install all html docs in yodl help directory -
Andrew Tridgell
ae5f174ef1 we don't have any jpeg images any more -
Andrew Tridgell
c53ead308e need to istall new files -
Andrew Tridgell
3bda7ac417 merge from the autoconf2 branch to the main branch -
Andrew Tridgell
02cb3801d7 install jpeg files -
Andrew Tridgell
5e25c845c7 fixed instructions in installswat.sh (thanks to Herb again!) -
Andrew Tridgell
1a87b2c2b6 added an install target for SWAT -