search for: libexecdir

Displaying 20 results from an estimated 380 matches for "libexecdir".

2016 Oct 10
0
[PATCH] p2v: Compress virt-p2v binary and store it in $libdir/virt-p2v (RHBZ#1382275).
...rm -f $@ $@-t + xz --best --keep --stdout $< > $@-t + mv $@-t $@ + +noinst_PROGRAMS = virt-p2v # Note that miniexpect comes from here: # http://git.annexia.org/?p=miniexpect.git;a=summary @@ -121,13 +132,6 @@ virtp2vdata_DATA = \ p2v.ks.in \ p2v.service -# Deal with stupid autotools libexecdir-not-expandable crap. -launch-virt-p2v: launch-virt-p2v.in - rm -f $@ $@-t - $(SED) 's,@''libexecdir@,$(libexecdir),g' < $< > $@-t - chmod 0555 $@-t - mv $@-t $@ - # Manual pages and HTML files for the website. man_MANS = \ virt-p2v.1 \ diff --git a/p2v/launch-virt-p2v.i...
2005 Apr 22
4
libexecdir and localstatedir problem
Hello, I'd really like to define the finale libexecdir and localstatedir through the configure-script. But the Makefiles are rewriting them. Not $libexecdir is used, but $pkglibexecdir. And $pkglibexecdir is always defined as $libexecdir/dovecot. But I don't want this trailing "/dovecot". Same with localstatedir. I want dovecot to use...
2001 Mar 31
1
libexecdir changed again?
...some systems, and ran into a couple of minor problems: OpenSSH 2.5.2p2 by default is looking for ssh-askpass in /usr/local/libexec, not /usr/local/libexec/openssh. It works OK when manually installed. [...] ----- End forwarded message ----- (Sigh). It wasn't very long ago that the default libexecdir changed from /usr/local/libexec/ssh/ to /usr/local/libexec/openssh/. I, of course, haven't been paying much attention to defaults because i roll my own RPM packages of OpenSSH-X.X.Xp. But i do read the ChangeLog religiously, and i can't find anything in there about libexecdir in the Recen...
2009 Dec 29
1
Install fails when libdir and libexecdir are the same directory
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm using Dovecot 1.2.9. I configured it like this: % ./configure --prefix=/opt/rt --libdir=/opt/rt/lib \ --libexecdir=/opt/rt/lib [other args...] It compiled fine, but failed to install, because it tries to install a directory called <libdir>/dovecot/imap, and a file called <libexecdir>/dovecat/imap, which obviously doesn't work when libdir and libexecdir are the same directory: gmake[5]: Enterin...
1999 Nov 22
1
[PATCH] A couple of small fixes for 1.2pre14.
Hi, This patch fixes a couple of small items in 1.2.pre14: 1. It's ssh-askpass, not scp that was moved to $(libexecdir)/ssh. 2. Make sure that $(libexecdir) exists. --- openssh-1.2pre14/ChangeLog~ Mon Nov 22 08:11:23 1999 +++ openssh-1.2pre14/ChangeLog Mon Nov 22 09:48:15 1999 @@ -60,7 +60,7 @@ - EGD uses a socket, not a named pipe. Duh. - Fix includes in fingerprint.c - Fix scp progress bar bug again. - - M...
2016 Mar 19
0
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
...n this before > > the final release of Samba 4.4.0? > > > > This doesn't happen with version 4.3.6. The same file is placed in > > "/usr/local/samba/bin/smbspool_krb5_wrapper". > > Some additional information: if I configure the build with > "--libexecdir=/usr/local/samba/bin" the file goes into > "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also contains > an > unnecessary repetition. That additional "samba" directory seems to be > hard coded somewhere. Try this patch. Andreas: Can you comment...
2015 Dec 16
2
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
...onfig/Paths.mk.in b/config/Paths.mk.in index d36504f..1c7afb4 100644 --- a/config/Paths.mk.in +++ b/config/Paths.mk.in @@ -29,10 +29,10 @@ includedir := @includedir@ localstatedir := @localstatedir@ sysconfdir := @sysconfdir@ -LIBEXEC := $(libexecdir)/$(PACKAGE_TARNAME) +LIBEXEC := @LIBEXEC@ LIBEXEC_BIN := @LIBEXEC_BIN@ -LIBEXEC_LIB := $(LIBEXEC)/lib -LIBEXEC_INC := $(LIBEXEC)/include +LIBEXEC_LIB := @LIBEXEC_LIB@ +LIBEXEC_INC := @LIBEXEC_INC@ SHAREDIR...
2016 Mar 19
2
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
...inal release of Samba 4.4.0? > > > > > > This doesn't happen with version 4.3.6. The same file is placed in > > > "/usr/local/samba/bin/smbspool_krb5_wrapper". > > > > Some additional information: if I configure the build with > > "--libexecdir=/usr/local/samba/bin" the file goes into > > "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also contains > > an > > unnecessary repetition. That additional "samba" directory seems to be > > hard coded somewhere. > > Try this patch. &...
2000 Dec 21
2
Réf. : configure.in: Someone please show me a better way :)
..." EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other ..UX implementation ? Genarated from autoconf variable in configure script like libexecdir='${exec_prefix}/libexec' is not expanded in script and substitution s%@libexecdir@%$libexecdir%g is usefull only for makefiles. if script work file we can use ( about configure.in ) ---------------------------------------- .... export prefix export exec_prefix export bindir $SHELL <&lt...
2016 Mar 20
4
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
...e >>> the final release of Samba 4.4.0? >>> >>> This doesn't happen with version 4.3.6. The same file is placed in >>> "/usr/local/samba/bin/smbspool_krb5_wrapper". >> Some additional information: if I configure the build with >> "--libexecdir=/usr/local/samba/bin" the file goes into >> "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also contains >> an >> unnecessary repetition. That additional "samba" directory seems to be >> hard coded somewhere. > Try this patch. Thank you...
2016 Mar 19
0
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
...> > > > This doesn't happen with version 4.3.6. The same file is placed > > > > in > > > > "/usr/local/samba/bin/smbspool_krb5_wrapper". > > > > > > Some additional information: if I configure the build with > > > "--libexecdir=/usr/local/samba/bin" the file goes into > > > "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also > > > contains > > > an > > > unnecessary repetition. That additional "samba" directory seems > > > to be > > >...
1999 Dec 09
1
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
Hi, This patch fixes a couple of small ``problems'' in 1.2pre17 Makefile.in: 1. Avoid making an empty $(libexecdir)/ssh directory. 2. Don't try to uninstall $(mandir)/man1/slogin.1 twice. --- openssh-1.2pre17/Makefile.in~ Thu Dec 9 00:48:58 1999 +++ openssh-1.2pre17/Makefile.in Thu Dec 9 06:51:41 1999 @@ -92,9 +92,9 @@ -rm -f $(mandir)/man1/slogin.1 ln -s ssh.1 $(mandir)/man1/slogin.1 - $(INSTALL)...
2016 Mar 20
0
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
...inal release of Samba 4.4.0? >>>> >>>> This doesn't happen with version 4.3.6. The same file is placed in >>>> "/usr/local/samba/bin/smbspool_krb5_wrapper". >>> Some additional information: if I configure the build with >>> "--libexecdir=/usr/local/samba/bin" the file goes into >>> "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also contains >>> an >>> unnecessary repetition. That additional "samba" directory seems to be >>> hard coded somewhere. >> Try thi...
2016 Jun 23
2
[PATCH] p2v: kiwi: make sure launch-virt-p2v is executable
.....3506e9b 100644 --- a/p2v/virt-p2v-make-kiwi.in +++ b/p2v/virt-p2v-make-kiwi.in @@ -190,6 +190,7 @@ cp $datadir/issue $output/root/etc/issue mkdir -p $output/root/usr/bin cp $datadir/launch-virt-p2v $output/root/usr/bin +chmod 0755 $output/root/usr/bin/launch-virt-p2v mkdir -p $output/root/$libexecdir cp $host_libexecdir/virt-p2v $output/root/$libexecdir -- 2.6.6
2016 Mar 20
0
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
On Sun, 2016-03-20 at 18:57 +0000, Miguel Medalha wrote: > >  > Thank you for writing the patch. > > Maybe I am being picky or (most probably) ignoring some valid > motive,  > but why does "smbspool_krb5_wrapper" need a "libexec" directory just > for  > itself? Was there something wrong with keeping this file in  > "/usr/local/samba/bin"
2016 Mar 24
1
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
> I'm sorry, I missed the release with ths one. :-) That's okay, I did it during ./configure. > If you file a bug, it will make this a little harder to forget, and we > can get this sorted for the next release (not sure if we will move > binaries around during the release series). Ok. I will try to do that. On a related note, does sysvol really need to be in
2016 Mar 20
2
[WIP][PATCH] 'fix' smbspool_krb5_wrapper, libexecdir and ctdb helper binary locations for 4.4
> If you need a rationale, it could be not to put in the path things that > the admin or user should not directly execute. Yes, put in that way it makes perfect sense. Anyway, thanks for your patch. The thing is cleaner now.
2016 Mar 16
3
[Announce] Samba 4.4.0rc5 Available for Download
...again inside the tree? Is it possible to clean this before the final release of Samba 4.4.0? > > This doesn't happen with version 4.3.6. The same file is placed in "/usr/local/samba/bin/smbspool_krb5_wrapper". Some additional information: if I configure the build with "--libexecdir=/usr/local/samba/bin" the file goes into "usr/local/samba/bin/samba/smbspool_krb5_wrapper" which also contains an unnecessary repetition. That additional "samba" directory seems to be hard coded somewhere.
2000 Dec 21
1
configure.in: Someone please show me a better way :)
..." EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other ..UX implementation ? Genarated from autoconf variable in configure script like libexecdir='${exec_prefix}/libexec' is not expanded in script and substitution s%@libexecdir@%$libexecdir%g is usefull only for makefiles. if script work file we can use ( about configure.in ) ---------------------------------------- .... export prefix export exec_prefix export bindir $SHELL <&lt...
2002 Mar 12
0
OpenSSH 3.1: ssh-rand-helper
...ath in Makefile.in and not having a default in pathnames.h. I propose a handling analogous to the sftp-server binary. *** Makefile.in.orig Tue Feb 26 20:24:22 2002 --- Makefile.in Tue Mar 12 12:42:05 2002 *************** *** 18,23 **** --- 18,24 ---- SSH_PROGRAM=@bindir@/ssh ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass SFTP_SERVER=$(libexecdir)/sftp-server + SSH_RAND_HELPER=$(libexecdir)/ssh-rand-helper PATHS= -DSSHDIR=\"$(sysconfdir)\" \ -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \ *************** *** 24,30 **** -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\&quot...