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

29 Commits

Author SHA1 Message Date
Karolin Seeger
5fbd98f706 Remove smbmount.
Karolin
2008-02-28 15:53:43 +01:00
Lars Müller
82ce272b24 r20668: Also do not install the smbumount man page if we don't build smbumount. 2007-10-10 12:17:02 -05:00
Lars Müller
aa122be8f7 r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set. 2007-10-10 12:17:01 -05:00
Lars Müller
ee12348cf1 r20663: Do not install smbmount man page if we didn't called configure
--with-smbmount.
2007-10-10 12:17:01 -05:00
Gerald Carter
9be3e07884 r16130: fix a shell portability issue for Solaris sh in installman.sh 2007-10-10 11:17:22 -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
47a9f2c3d6 r12040: merging packaging fixes from release branch 2007-10-10 11:05:42 -05:00
Lars Müller
3e3113a1fa r11728: Ensure to check for the config.log in ${SRCDIR}.
Revert jerry's revert from 11685. :)

At the moment I don't see a way to check if there is an empty
${SMBWRAPPER} or none.  If there is a way to check if ${SMBWRAPPER}
isn't set at all we could make the installman script even work if
config.log does not exist.
2007-10-10 11:05:25 -05:00
Gerald Carter
61e7366e0f r11685: reverting Lar's change to nistallman from r11224 since it breaks 'make installman' outside the source tree; will fix up after the rc1 release 2007-10-10 11:05:24 -05:00
Lars Müller
3944dfbff4 r11224: Add feature to get our configuration from config.log into installman.sh.
This allows us to install for example smbsh.1 only if SMBWRAPPER is set.

Removed also one rm call as we copy and do not append to the same file
in the next step.  There is no file permission risk as we chmod 0644 in
any case later.

Replaced one basename call by shell substitution.
2007-10-10 11:05:06 -05:00
Gerald Carter
b7fc404518 r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdir 2007-10-10 11:04:55 -05:00
Gerald Carter
50549fa9b3 r10676: reverting bad merge for install manpages script 2007-10-10 11:04:50 -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
30b03519c0 r8388: fix typo in installman script 2007-10-10 11:00:04 -05:00
Gerald Carter
1ce5cc2a5f r7944: BUG 2808: don't try to install manpages if they are not present 2007-10-10 10:58:03 -05:00
Jelmer Vernooij
d41e790b4b r5915: Remove --with-manpages-languages= from configure (we only have them in one
lanuage, English, at the moment). Fixes #2261. If other languages
might are added in the future, this parameter will still not be needed.
2007-10-10 10:56:08 -05:00
Gerald Carter
e660b5752a cosmetic fix when DESTDIR=/ (default) -
Jelmer Vernooij
6497eb78e8 sync 3.0 branch with HEAD -
Andrew Bartlett
a302bb20e2 Try to fix up manpage installation -
Motonobu Takahashi
c2e256c18c fixed a typo in installman.sh
fixed a problem that source/install-sh is not executable
-
Motonobu Takahashi
486b79a6fc Added SWAT i18n feature:
TO enable configure with --with-i18n-swat
  to support this gettext is integrated
  and a new directories name "po" and "intl" are created.

  now these languages are supported:

  en - English (default)
  ja - Japanese
  po - Polish
  tr - Turkish

  To add your language,
  to create ${your_language}.po by translating source/po/en.po
  into your language is needed.

  some of html and image files of various language version are not
  included yet, though message catalogue files are installed.
  you need to copy files manually under
  ${swatdir}/lang/$ln/{help,images,included,using_samba}


And also added a option to intall manual pages:
of various lang version
  To enable configure with --with-manlangs
  but manual pages themself are not included yet.
-
Jeremy Allison
18ff93a9ab Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Tidied up some of the mess (no other word for it). Still doesn't
compile cleanly. There are calls with incorrect parameters that
don't seem to be doing the right thing.

This code still needs surgery :-(.

Jeremy.
-
Jeremy Allison
6c25a33142 Makefile.in: Re-added quotes round ROFF call for DGUX.
script/installman.sh: Make installman ignore ROFF argument if it is "".
smbd/oplock.c: Move location of oplock test file to lockdir.
Jeremy.
-
Jeremy Allison
4c2b5a0098 Makefile.in configure configure.in include/config.h.in: Changes for DGUX and UNIXWARE.
groupdb/aliasdb.c groupdb/aliasfile.c groupdb/groupfile.c: Don't use snprinf, use slprintf.
include/includes.h: Fix YP problem.
include/smb.h: Fix ZERO_STRUCTP.
lib/util_sock.c: Added strerror() in debugs.
passdb/ldap.c: Don't use snprinf, use slprintf.
rpc_client/cli_lsarpc.c rpc_client/cli_pipe.c rpc_parse/parse_sec.c rpc_server/srv_pipe.c: Don't use snprinf, use slprintf.
script/installman.sh: DGUX changes.
smbd/open.c smbd/oplock.c: Fixed gcc warnings.
web/swat.c: Changes USER to SWAT_USER.
-
Jeremy Allison
0f7977ef74 Added manpages/ to source path.
Jeremy.
-
Andrew Tridgell
60cdb83f3f fixed the installation scripts for the new layout -
Andrew Tridgell
3bda7ac417 merge from the autoconf2 branch to the main branch -
Samba Release Account
2eccc5eea2 Changed install scripts so they don't have hardcoded values
Dan
-
Samba Release Account
291551d807 Initial version imported to CVS -