search for: _libexecdir

Displaying 20 results from an estimated 21 matches for "_libexecdir".

Did you mean: libexecdir
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 16:35 schrieb Timo Sirainen: > On 31 May 2017, at 16.53, Reindl Harald <h.reindl at thelounge.net > <mailto:h.reindl at thelounge.net>> wrote: >> >> LTO build is as broken as 2.2.30 >> >> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s >> "../lib10_quota_plugin.la"
2012 Mar 25
2
build postfix rpm with mysql
...ses.postfix.1 mv man/man1/sendmail.1 man/man1/sendmail.postfix.1 mv man/man5/aliases.5 man/man5/aliases.postfix.5 # install postfix into build root make non-interactive-package \ install_root=${RPM_BUILD_ROOT} \ config_directory=%{_sysconfdir}/postfix \ daemon_directory=%{_libexecdir}/postfix \ command_directory=%{_sbindir} \ queue_directory=%{_var}/spool/postfix \ sendmail_path=%{sendmail_path} \ newaliases_path=%{newaliases_path} \ mailq_path=%{mailq_path} \ mail_owner=postfix \ setgid_group=postdrop \ html_directory=%{h...
2011 Nov 19
4
build postfix spec w/ mysql
...ses.postfix.1 mv man/man1/sendmail.1 man/man1/sendmail.postfix.1 mv man/man5/aliases.5 man/man5/aliases.postfix.5 # install postfix into build root make non-interactive-package \ install_root=${RPM_BUILD_ROOT} \ config_directory=%{_sysconfdir}/postfix \ daemon_directory=%{_libexecdir}/postfix \ command_directory=%{_sbindir} \ queue_directory=%{_var}/spool/postfix \ sendmail_path=%{sendmail_path} \ newaliases_path=%{newaliases_path} \ mailq_path=%{mailq_path} \ mail_owner=postfix \ setgid_group=postdrop \ html_directory=%{h...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2015 Mar 13
0
v2.2.16 released
...ldroot}%{_libdir}/%{name}/lib%{name}-lda.so.0.0.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-compression.so \ %{buildroot}%{_libdir}/%{name}/lib%{name}-compression.so.0 \ %{buildroot}%{_libdir}/%{name}/lib%{name}-compression.so.0.0.0 \ %{buildroot}%{_libdir}/%{name}/stats \ %{buildroot}%{_libexecdir}/%{name}/%{name}-lda \ %{buildroot}%{_libexecdir}/%{name}/gdbhelper \ %{buildroot}%{_libexecdir}/%{name}/quota-status \ %{buildroot}%{_libexecdir}/%{name}/deliver \ %{buildroot}%{_libexecdir}/%{name}/lmtp -------------- next part -------------- A non-text attachment was scrubbed... Name: s...
2015 Mar 13
2
v2.2.16 released
On 12 Mar 2015, at 21:09, Reindl Harald <h.reindl at thelounge.net> wrote: > > /usr/lib64/dovecot/stats/libstats_mail.so > > why in the world a new sub-directory containing just one so-file enforcing pakcage buildsers to change SPEC files? So that external plugins can add more files in there and extend the available statistics.
2001 Jan 11
3
contrib/redhat/openssh.spec question
...(rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for me): %{makeinstall} \ sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}/ssh \ libexecdir=$RPM_BUILD_ROOT%{_libexecdir}/openssh \ DESTDIR=/ # Hack to disable key generation The problem here is that make install will then put everything in the root directory (/usr/bin, etc.) instead of /usr/src/redhat/INSTALL/usr/bin, etc. (depends on RPM_ROOT) and thus in later stages of the RPM build, it won't find those fi...
2003 May 05
1
dovecot.spec
hi, I'm just recoginze that dovecot contains an rpm spec file. unfortunately it's not too useful since an rpm -ta dovecot-.x.y.tar.gz can't be used since just the dovecot.spec.in is in the tarbar and not the actual spec file (which is in this from not useful in the above form). anyway here is my patch to the spec.in. -- Levente "Si vis pacem
2001 Feb 21
0
bug?: building RPM of 2.5.1p1 uses wrong pam.d/ssh file for RH6 vs RH7
...really use to be made more clear... Steve -- Steve Tell tell at telltronics.org *** openssh.spec Mon Feb 19 05:51:50 2001 --- /usr/src/redhat/SPECS/openssh.spec Wed Feb 21 01:36:49 2001 *************** *** 190,198 **** install -d $RPM_BUILD_ROOT/etc/rc.d/init.d install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh %if %{redhat7} - install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd - %else install -m644 contrib/redhat/sshd.pam-7.x $RPM_BUILD_ROOT/etc/pam.d/sshd %endif install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd --- 190,198 ---- install -d...
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...enses/build.aug %{_datadir}/augeas/lenses/resolv.aug @@ -214,6 +237,7 @@ fi %{_datadir}/dracut/modules.d/91ovirtnode/install %{_datadir}/dracut/modules.d/91ovirtnode/ovirt-boot-functions %{_datadir}/dracut/modules.d/91ovirtnode/ovirt-cleanup.sh +%{_sysconfdir}/dracut.conf.d/ovirt-dracut.conf %{_libexecdir}/ovirt-config-boot %{_libexecdir}/ovirt-config-boot-wrapper %{_libexecdir}/ovirt-config-hostname diff --git a/recipe/Makefile.am b/recipe/Makefile.am index 1de1646..87b0c68 100644 --- a/recipe/Makefile.am +++ b/recipe/Makefile.am @@ -37,7 +37,6 @@ OVIRT_NODE_TOOLS_DATA = \ *-post...
2002 May 06
2
patch: contrib/redhat/openssh.spec updates for privsep
...0.9, /usr/sbin/useradd %if %{redhat7} Requires: /etc/pam.d/system-auth %endif @@ -202,6 +202,7 @@ DESTDIR=/ # Hack to disable key generation +install -d $RPM_BUILD_ROOT/var/empty install -d $RPM_BUILD_ROOT/etc/pam.d/ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh @@ -238,6 +239,9 @@ /sbin/chkconfig --del sshd fi +%pre server +/usr/sbin/useradd -c "sshd privilege separation user" -r -M -s /sbin/nologin -u 74 -d /var/empty sshd 2>/dev/null || : + %files %defattr(-,root,root) %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README*...
2001 Mar 31
1
libexecdir changed again?
...penssh/. 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 Recent Era except for these entries: 20010225 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile 20000916 [...] - (djm) Use libexecdir from configure , rather than libexecdir/ssh 19991119 [...] - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of David Rankin <[...]> Is the default libexecdir going to...
2001 Oct 17
0
[tbox-l] AIX - Compilation issues with openssh
AIX Toolbox builds openssh with vac.C 5.0.2.0, and configures with very few options: export blibpath="/opt/freeware/lib:/usr/lib:/lib" %configure --prefix=%{prefix} \ --sysconfdir=/etc/ssh \ --libexecdir=%{_libexecdir}/openssh \ --with-ipv4-default \ --with-rsh=/usr/bin/rsh If you extract the openshh.spec file from the SRPM, you can see exactly what we do (you already have it in the /opt/freeware/src/packages/SPECS directory if you installed the SRPM): rpm2cpio openssh*src.rpm | /usr/linux/bin/cpio -iv o...
2002 Mar 08
2
preferred key exchange methods
is there a way of specifying preferred key exchange methods on client end with OpenSSL 3.1 using ssh2? i'm trying to determine which key exchange method is actually being used for a connection but i'm i bit confused by the debug messages: ... debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex:
2010 Jun 08
0
ovirt-config-iscsi : semi-random initiator file
Hi, We are experiencing problems with the iscsi configuration. The /etc/iscsi/initiatorname.iscsi is randomly generated during the node build (%{_libexecdir}/ovirt-config-iscsi in ovirt-node.spec), that makes all nodes have the same "random" initiator file. The iscsi server doesn't like that very much, it believes that come from the same node (-> sessions killed, multipathing...) I'm looking for a good way to launch this script d...
2018 Apr 12
0
Fw:ldap access domain AD failed on 4.7.6 and 4.8.0
...-prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} \ --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir} \ --includedir=%{_includedir} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sharedstatedir=%{_sharedstatedir} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --with-pammodulesdir=/%{_lib}/security \" BUILD_OPTS="\ --disable-rpath-install \ --bundled-lib...
2008 Jul 16
3
openldap package compilation flags?
Hello All. How do I find out what flags were used to compile the Centos openldap-2.3.27-8.el5_2.4 rpm package? I'm specifically wondering if it was compiled with --enable-lmpasswd Thanks! -- Flambeau Inc. Technology Center - Baraboo, WI Email : tblader at flambeau.com Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C
2001 Oct 23
8
Another round of testing calls.
Outside the known 'Hang-on-exit' bug and the Solaris 'PAM_TTY_KLUDGE' required. *WHAT* other issues *MUST* be address before 3.0 which is approaching fast? Those running NeXTStep I need conformation that it works under NeXT. My current Slab is packed in a storage unit due to a fire in my apartment complex (happened above me so I'm wrapping up dealing with that crap =). -
2001 Oct 20
8
Recent openssl is required for OPENSSL_free [Re: Please test snapshots for 3.0 release] (fwd)
...================================================================= RCS file: /cvs/openssh_cvs/contrib/redhat/openssh.spec,v retrieving revision 1.86 diff -u -r1.86 openssh.spec --- openssh.spec 2001/09/26 14:24:21 1.86 +++ openssh.spec 2001/09/27 15:51:33 @@ -264,8 +264,7 @@ %attr(0755,root,root) %{_libexecdir}/openssh/sftp-server %attr(0644,root,root) %{_mandir}/man8/sshd.8* %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* -#%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sshd_config -%attr(0600,root,root) %config %{_sysconfdir}/sshd_config +%attr(0600,root,root) %config(noreplace) %{_sysc...
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
...--with-cflags="%{fsgccopts} -g" \ > --with-ldflags="%{fsgccopts} -L%{openssllib} -Wl,-rpath %{openssllib}" \ > > export CC=fipsld > export FIPSLD_CC=gcc 216c247 < make --- > make CC=$CC FIPSLD_CC=$FIPSLD_CC 220c251,257 < %configure --libexecdir=%{_libexecdir}/openssh --- > %configure --libexecdir=%{_libexecdir}/openssh \ > --with-ssl-dir=%{openssldir} \ > --with-fips \ > --with-cppflags="%{fsgccopts}" \ > --with-cflags="%{fsgccopts}" \ > --with-ldflags="%{fsgccopts} -L%{open...