search for: installperm

Displaying 11 results from an estimated 11 matches for "installperm".

Did you mean: installperms
2003 Mar 19
1
Patch for relocatable installs
...########################################################################### -DESTDIR= - prefix=/usr/local exec_prefix=${prefix} mandir=${prefix}/man @@ -704,29 +702,29 @@ install: installbin installman installscripts installcp installswat installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(LIBDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPE...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...OBJS=@QUOTAOBJS@ @@ -687,32 +687,32 @@ @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) -install: installbin installman installscripts installcp installswat +install: installbin installman installscripts installcp @INSTALL_SWAT@ installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(LIBDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(VARDIR) - $(SHELL) $(srcdir)/install-...
2001 Apr 07
1
samba on NetBSD - some patches
...= $(LOGDIR)/log.nmb +CONFIGFILE = $(ETCDIR)/smb.conf +LMHOSTSFILE = $(ETCDIR)/lmhosts +DRIVERFILE = $(ETCDIR)/printers.def +PASSWD_PROGRAM = /usr/bin/passwd # This is where smbpasswd et al go PRIVATEDIR = @privatedir@ @@ -470,14 +472,14 @@ installdirs: $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \ - $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR) ${SWATDIR} ${SAMBABOOK} + $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(ETCDIR) $(LOGDIR) $(CODEPAGEDIR) ${SWATDIR} ${SAMBABOOK} installservers: all installdirs - @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BAS...
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
...-d $d ]; then mkdir $d if [ ! -d $d ]; then and also modify the Makefile.in to refer to it, thusly:- *** source/Makefile.in Sun Feb 3 00:46:05 2002 --- source/Makefile.in.N Wed Mar 6 17:30:36 2002 *************** *** 661,668 **** @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) installbin: all installdirs ! @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) $(WINBIND_SPROGS) ! @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(B...
2005 May 17
3
Linux integration with AD
Hi All, I extended my AD schema (SFU 3.5) and migrated the users and groups from my NIS domain. The groups migrated from the NIS have the same GID like on the NIS. I added linux machines to my AD domain using windbind, and define on the smb.conf "idmap gid = 10000-20000". I logged in using my AD user account, and when I'm doing "id", I see that all the AD groups
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...R = ${prefix}/share # sbindir is mapped to bindir when compiling SAMBA in 2.0.x compatibility mode. SBINDIR = ${exec_prefix}/sbin LIBDIR = ${exec_prefix}/etc VARDIR = ${prefix}/var CONFIGDIR = $(LIBDIR) MANDIR = ${prefix}/man INCLUDEDIR = ${prefix}/include # The permissions to give the executables INSTALLPERMS = 0755 # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb.conf (see smb.conf(5)) LOGFILEBASE = $(VARDIR) CONFIGFILE = $(CONFIGDIR)/smb.conf LMHOSTSFILE = $(CONFIGDIR)/lmhosts DRIVERFILE = $(CONFIGDIR)/printers.def PASSWD_PROGRAM...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...R = ${prefix}/share # sbindir is mapped to bindir when compiling SAMBA in 2.0.x compatibility mode. SBINDIR = ${exec_prefix}/sbin LIBDIR = ${exec_prefix}/etc VARDIR = ${prefix}/var CONFIGDIR = $(LIBDIR) MANDIR = ${prefix}/man INCLUDEDIR = ${prefix}/include # The permissions to give the executables INSTALLPERMS = 0755 # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb.conf (see smb.conf(5)) LOGFILEBASE = $(VARDIR) CONFIGFILE = $(CONFIGDIR)/smb.conf LMHOSTSFILE = $(CONFIGDIR)/lmhosts DRIVERFILE = $(CONFIGDIR)/printers.def PASSWD_PROGRAM...
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
2001 Dec 12
1
MacOS X Server samba diffs
...1.2 @@ -28,7 +28,7 @@ top_builddir=. SHELL=/bin/sh -BASEDIR= @exec_prefix@ +BASEDIR= @prefix@ BINDIR = @bindir@ DATADIR = @datadir@ # sbindir is mapped to bindir when compiling SAMBA in 2.0.x compatibility mode. @@ -616,8 +616,6 @@ installdirs: $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \ $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(mandir) - $(SHELL) $(srcdir)/install-sh -d -m 500 $(PRIVATEDIR) installservers: all installdirs @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR)...
1998 Oct 15
1
Problem to map home dir
...Note: The SBINDIR is for files you do not want users to access # normally only applies to nmbd and smbd # SBINDIR implies a secure binary directory BINDIR = $(BASEDIR)/bin SBINDIR = $(BASEDIR)/bin LIBDIR = $(BASEDIR)/lib VARDIR = $(BASEDIR)/var # The permissions to give the executables INSTALLPERMS = 0755 # Add any optimisation or debugging flags here # add -DSYSLOG for syslog support FLAGS1 = -O LIBS1 = # You will need to use a ANSI C compiler. This means under SunOS 4 you can't # use cc, instead you will have to use gcc. CC = gcc # This may help with some versions of make SHELL =...
2003 Dec 01
0
No subject
...# --- > # from scratch. It can only install one file at a time, a restriction > # shared with many OS's install programs. Note the last difference. Because of this the target "installdirs" really needs to change from: installdirs: $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \ $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR) to something like: installdirs: for dir in $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR); do \ $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $dir; \ done Hope this helps, Colin -- Colin...