search for: installman

Displaying 20 results from an estimated 29 matches for "installman".

2002 Mar 13
2
[PATCH] fix install-strip target in Makefile
...ch will make "make install-strip" work. The second spends a few cycles avoiding "1 files to consider." Both are trivial but IMHO useful. --- Makefile.orig Wed Mar 13 06:38:42 2002 +++ Makefile Wed Mar 13 06:40:58 2002 @@ -12,6 +12,7 @@ LDFLAGS= INSTALLCMD=/bin/install -c +INSTALLMAN=/bin/install -c srcdir=. @@ -56,8 +57,8 @@ ${INSTALLCMD} -m 755 rsync ${bindir} -mkdir -p ${mandir}/man1 -mkdir -p ${mandir}/man5 - ${INSTALLCMD} -m 644 $(srcdir)/rsync.1 ${mandir}/man1 - ${INSTALLCMD} -m 644 $(srcdir)/rsyncd.conf.5 ${mandir}/man5 + ${INSTALLMAN} -m 644 $(srcdir)/rsync.1...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...est bin/locktest bin/locktest2 SHLIBS = libsmbclient -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/findsmb +SCRIPTS = $(srcdir)/script/smbtar script/findsmb QUOTAOBJS=@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 $(INST...
2012 Dec 15
4
Installing manpages
...with the following commands: sudo yum reinstall samba4 sudo yum reinstall samba4-devel sudo yum reinstall samba4-common sudo yum reinstall samba4-libs No luck - "man smb.conf" still gave a "No manual entry for smb.conf" error. After googling some more, I found the "make installman" command. So I downloaded the source for Samba4, and ran ./configure, make, and then make installman. That returned the following error: No rule to make target `installman' Wow, this is a PITA. Googling for that error didn't reveal anything helpful. Next, I reinstalled from source...
2003 Mar 19
1
Patch for relocatable installs
...2003 +++ Makefile.old Mon Mar 17 10:45:27 2003 @@ -4,8 +4,6 @@ # Copyright Andrew Tridgell 1992-1998 ########################################################################### -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)...
2004 May 01
1
install-strip issue
...4 @@ man: rsync.1 rsyncd.conf.5 install: all -mkdir -p ${DESTDIR}${bindir} - ${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir} + ${INSTALLCMD} ${INSTALL_STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir} -mkdir -p ${DESTDIR}${mandir}/man1 -mkdir -p ${DESTDIR}${mandir}/man5 ${INSTALLMAN} -m 644 $(srcdir)/rsync.1 ${DESTDIR}${mandir}/man1 ${INSTALLMAN} -m 644 $(srcdir)/rsyncd.conf.5 ${DESTDIR}${mandir}/man5 install-strip: - $(MAKE) STRIP='-s' install + $(MAKE) INSTALL_STRIP='-s' install rsync$(EXEEXT): $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS...
2002 Jul 12
0
Installation
...rt -------------- # Makefile for rsync. This is processed by configure to produce the final # Makefile prefix=/usr/local exec_prefix=${prefix} bindir=${exec_prefix}/bin mandir=${prefix}/man LIBS=-lresolv -lsocket -lnsl CC=cc CFLAGS=-g -DHAVE_CONFIG_H -I./popt LDFLAGS= INSTALLCMD=./install-sh -c INSTALLMAN=./install-sh -c srcdir=. SHELL=/bin/sh VERSION=@VERSION@ .SUFFIXES: .SUFFIXES: .c .o LIBOBJ=lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \ lib/permstring.o \ ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \ zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib...
2001 Dec 12
1
MacOS X Server samba diffs
...- $(SHELL) $(srcdir)/install-sh -d -m 500 $(PRIVATEDIR) installservers: all installdirs @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) @@ -641,12 +639,12 @@ @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(PROGS) $(SCRIPTS) installman: - @$(SHELL) $(srcdir)/script/installman.sh $(mandir) $(srcdir) "@ROFF@" + @$(SHELL) $(srcdir)/script/installman.sh $(MANDIR) $(srcdir) "@ROFF@" uninstall: uninstallman uninstallbin uninstallscripts uninstallcp uninstallman: - @$(SHELL) $(srcdir)/script/uninstallman.sh $(m...
2003 Jun 01
2
AW: samba installation
Hi again, A.A wrote: > Hi Thomas, > As i wrote that's still the old Version: > /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE > When i type "Which smbstatus" i get /usr/bin /smbstatus this looks like a standard installation of SuSE. > > I dont know what you mean with : > For startup the samba processes you should change your
2003 Jan 16
1
Possible patch for Irix Makefile problem
...(RSYNC_EXE) man: rsync.1 rsyncd.conf.5 install: all -mkdir -p ${DESTDIR}${bindir} - ${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir} + ${INSTALLCMD} ${STRIP} -m 755 $(RSYNC_EXE) ${DESTDIR}${bindir} -mkdir -p ${DESTDIR}${mandir}/man1 -mkdir -p ${DESTDIR}${mandir}/man5 ${INSTALLMAN} -m 644 $(srcdir)/rsync.1 ${DESTDIR}${mandir}/man1 @@ -70,24 +75,24 @@ install: all install-strip: $(MAKE) STRIP='-s' install -rsync$(EXEEXT): $(OBJS) +$(RSYNC_EXE): $(OBJS) @echo "Please ignore warnings below about mktemp -- it is used in a safe way" $(CC) $(CFLAGS) $(LD...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...ROTO_OBJ) \ $(UBIQX_OBJ) $(POPT_OBJS) bin/.dummy @echo Linking $@ @$(LINK) -o $@ $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(LIBS) $(POPT_OBJS) bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) install: installbin installman installscripts installcp installswat 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) $(LI...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...ROTO_OBJ) \ $(UBIQX_OBJ) $(POPT_OBJS) bin/.dummy @echo Linking $@ @$(LINK) -o $@ $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(LIBS) $(POPT_OBJS) bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) install: installbin installman installscripts installcp installswat 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) $(LI...
2003 Jun 02
0
AW: Re: AW: samba installation
...ts (/etc/init.d/samba) accordingly. ------------------------ "A.A" <opensoft@gmx.de> wrote: ------------------------ hi, > >i see there is no sbin directory after the installation!! > >After unpacking wite xzvf and Instllation(.configure/make/make install/ma >ke >installman ) of samba-2.2.81.tar.gz i have two directories: > >smba and samba-2.2.8a > >There are in samba directory only bin, lib, man swat,private, var > >and in samba-2.2.8a are : source, packing, swat, source testsuite, docs , >pcp > >???!!! > >henry > > > > &g...
2003 Jun 02
0
AW: Re: AW: samba installation
...ordingly. > >------------------------ > "A.A" wrote: >------------------------ >hi, >> >>i see there is no sbin directory after the installation!! >> >>After unpacking wite xzvf and Instllation(.configure/make/make install/m >a >>ke >>installman ) of samba-2.2.81.tar.gz i have two directories: >> >>smba and samba-2.2.8a >> >>There are in samba directory only bin, lib, man swat,private, var >> >>and in samba-2.2.8a are : source, packing, swat, source testsuite, docs >, >>pcp >> >>???...
2005 Feb 11
0
Can't map group domain share from ADS
...ed ____________________________________________________________________________ Samba 3.0.11 (patch for clitar error – #patch –p0 < clitar.patch) Build from source so it picks up krb5 and ldap # ./configure --with-acl-support #make #make install #make installbin #make installman # cp /usr/local/samba-3.0.10/source/nsswitch/libnss_winbind.so /lib # cp /usr/local/samba/sbin/* /usr/sbin # cp /usr/local/samba/bin/* /usr/bin Check w/ #smbd –b|grep KRB And #smbd –b|grep LDAP Set up as a member server in smb.conf # /usr/local/samba/lib/smb.conf # Global parameters...
1998 Oct 15
1
Problem to map home dir
...o $(UTILOBJ) $(LIBS) wsmbstatus: wsmbstatus.o $(UTILOBJ) @echo Linking wsmbstatus @$(CC) $(CFLAGS) -o wsmbstatus wsmbstatus.o $(UTILOBJ) $(LIBS) wsmbconf: wsmbconf.o $(UTILOBJ) cgi.o @echo Linking wsmbconf @$(CC) $(CFLAGS) -o wsmbconf wsmbconf.o $(UTILOBJ) cgi.o $(LIBS) install: installbin installman installscripts installcp installbin: all @$(SHELL) $(srcdir)installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) @$(SHELL) $(srcdir)installbin.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(PROGS) installscripts: @$(SHELL) $(srcdir)installscripts.sh...
2003 Jun 02
0
AW: AW: Re: AW: samba installation
...ordingly. > >------------------------ > "A.A" wrote: >------------------------ >hi, >> >>i see there is no sbin directory after the installation!! >> >>After unpacking wite xzvf and Instllation(.configure/make/make install/m >a >>ke >>installman ) of samba-2.2.81.tar.gz i have two directories: >> >>smba and samba-2.2.8a >> >>There are in samba directory only bin, lib, man swat,private, var >> >>and in samba-2.2.8a are : source, packing, swat, source testsuite, docs >, >>pcp >> >>???!...
2003 Jun 02
0
AW: AW: Re: AW: samba installation
...gt;> "A.A" wrote: >>------------------------ >>hi, >>> >>>i see there is no sbin directory after the installation!! >>> >>>After unpacking wite xzvf and Instllation(.configure/make/make install/ >m >>a >>>ke >>>installman ) of samba-2.2.81.tar.gz i have two directories: >>> >>>smba and samba-2.2.8a >>> >>>There are in samba directory only bin, lib, man swat,private, var >>> >>>and in samba-2.2.8a are : source, packing, swat, source testsuite, docs >>, >&...
2001 Oct 17
4
Samba 2.2.2 RPM package for Redhat 6.2
Hi, I want to ask you, if you release an RPM package for samba 2.2.2 for Redhat 6.2 too, and not only for version 7.1 Thanks a lot Tomas Zeman
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
...----------------------- >>>hi, >>>> >>>>i see there is no sbin directory after the installation!! >>>> >>>>After unpacking wite xzvf and Instllation(.configure/make/make install >/ >>m >>>a >>>>ke >>>>installman ) of samba-2.2.81.tar.gz i have two directories: >>>> >>>>smba and samba-2.2.8a >>>> >>>>There are in samba directory only bin, lib, man swat,private, var >>>> >>>>and in samba-2.2.8a are : source, packing, swat, source testsui...
2003 Jun 02
0
AW: AW: AW: Re: AW: samba installation
...gt;> "A.A" wrote: >>------------------------ >>hi, >>> >>>i see there is no sbin directory after the installation!! >>> >>>After unpacking wite xzvf and Instllation(.configure/make/make install/ >m >>a >>>ke >>>installman ) of samba-2.2.81.tar.gz i have two directories: >>> >>>smba and samba-2.2.8a >>> >>>There are in samba directory only bin, lib, man swat,private, var >>> >>>and in samba-2.2.8a are : source, packing, swat, source testsuite, docs >>, >&...