search for: codepagelist

Displaying 8 results from an estimated 8 matches for "codepagelist".

2003 Mar 19
1
Patch for relocatable installs
...cripts.sh $(INSTALLPERMS) $(DESTDIR)/$(BINDIR) $(SCRIPTS) + @$(SHELL) $(srcdir)/script/installscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) installcp: installdirs installbin - @$(SHELL) $(srcdir)/script/installcp.sh $(srcdir) $(DESTDIR)/$(LIBDIR) $(DESTDIR)/$(CODEPAGEDIR) $(DESTDIR)/$(BINDIR) $(CODEPAGELIST) + @$(SHELL) $(srcdir)/script/installcp.sh $(srcdir) $(LIBDIR) $(CODEPAGEDIR) $(BINDIR) $(CODEPAGELIST) installswat: installdirs - @$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)/$(SWATDIR) $(srcdir) + @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir) installclientlib: -$(IN...
2000 Feb 17
1
pre2.0.7 KOI8-R bug
...t) it's called KOI-R (this is wrong). (I'm afraid the long lines wrap, but it shows the picture) 1. Makefile.in --- Makefile.in Thu Feb 17 16:00:33 2000 +++ Makefile.in Thu Feb 17 16:01:27 2000 @@ -57,7 +57,7 @@ CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. -CODEPAGELIST= 437 737 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI-R +CODEPAGELIST= 437 737 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R # where you are going to have the smbrun binary. This defaults to the # install directory. Thi...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...rcdir)/script/installscripts.sh $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) + @$(SHELL) $(srcdir)/script/installscripts.sh '$(DESTDIR)' $(INSTALLPERMS) $(BINDIR) $(SCRIPTS) installcp: installdirs installbin - @$(SHELL) $(srcdir)/script/installcp.sh $(srcdir) $(LIBDIR) $(CODEPAGEDIR) $(BINDIR) $(CODEPAGELIST) + @$(SHELL) $(srcdir)/script/installcp.sh '$(DESTDIR)' $(srcdir) $(LIBDIR) $(CODEPAGEDIR) $(BINDIR) $(CODEPAGELIST) installswat: installdirs - @$(SHELL) $(srcdir)/script/installswat.sh $(SWATDIR) $(srcdir) + @$(SHELL) $(srcdir)/script/installswat.sh '$(DESTDIR)' $(SWATDIR) $(src...
1999 Jan 13
2
makefile and path questions
Hi! This morning, I found a system that was still running an ancient samba. I immediately upgraded it to samba 1.9.18p1 and had the opportunity to fiddle with the make file after not doing this for a couple of months. The default makefile sorts the files like this: BINDIR (/usr/local/samba/bin) smbpasswd smbrun smbclient testparm testprns smbrun smbstatus smbpasswd
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...DIR = ${VARDIR}/locks # the directorty where pid files go PIDDIR = $(VARDIR)/locks # libsmbclient support here BLDSHARED = true LIBSMBCLIENT_MAJOR=0 LIBSMBCLIENT_MINOR=1 # The directory where code page definition files go CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 \ ISO8859-13 ISO8859-15 PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" -DTDB_PASSWD_FILE=\"$(TDB_PASSWD_FILE)\&...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...DIR = ${VARDIR}/locks # the directorty where pid files go PIDDIR = $(VARDIR)/locks # libsmbclient support here BLDSHARED = true LIBSMBCLIENT_MAJOR=0 LIBSMBCLIENT_MINOR=1 # The directory where code page definition files go CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 \ ISO8859-13 ISO8859-15 PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" -DTDB_PASSWD_FILE=\"$(TDB_PASSWD_FILE)\&...
1998 Oct 15
1
Problem to map home dir
...ers.def SMB_PASSWD = $(BINDIR)/smbpasswd SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd WEB_ROOT = $(BASEDIR) # the directory where lock files go LOCKDIR = $(VARDIR)/locks # The directory where code page definition files go CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. CODEPAGELIST= 437 737 850 852 861 932 866 949 950 936 # set this to the default group you want your machine to appear in # for browsing. This can also be set in nmbd (see nmbd(8)) WORKGROUP = VLSI # set this to the name of the default account, which is the one # to use when no username or password is specifie...
2002 Feb 24
3
Multiple Instancies of Samba on a single System
Hi out there, i intend to run multiple Instancies of Samba on a single, multi-homed, server, with each instance bound to a specific (logical) interface. If this works, it would be fine to me. Mainly for administrative Reasons. (You won't believe, but from time to time it becomes necessary to restart some services, but restarting the entire server is a real mess) Well here my