search for: _sysconfdir

Displaying 20 results from an estimated 80 matches for "_sysconfdir".

Did you mean: sysconfdir
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...N is %{mmn}. : Update the mmn macro and rebuild. exit 1 fi %build # forcibly prevent use of bundled apr, apr-util, pcre # rm -rf srclib/{apr,apr-util,pcre} # --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ %configure \ --enable-layout=RPM \ --libdir=%{_libdir} \ --sysconfdir=%{_sysconfdir}/httpd/conf \ --includedir=%{_includedir}/httpd \ --libexecdir=%{_libdir}/httpd/modules \ --datadir=%{contentdir} \ --with-installbuilddir=%{_libdir}/httpd/build \ --enable-mpms-shared=all \ --with-included-apr \ --enable-suexec --with-suexec \ --with-suexec-caller=%{su...
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2012 Mar 25
2
build postfix rpm with mysql
...rpms I produce are currently available at http://postfix.WL0.org, ftp://ftp.WL0.org and the mirrors which can be found at the following URL: http://postfix.WL0.org/en/mirrors/ This package/specfile was built from postfix.spec.in. To see the build options used to build this package see the file %{_sysconfdir}/postfix/postfix.spec.cf To use postfix with alternative options download the source package and rebuild the binary package following the instructions in the source package or on my web page. %prep umask 022 %{die_cmd} # check custom MYSQL path values are sensible to avoid problems # with peopl...
2007 Jul 02
3
Bacula in CentOS 5
Hi all, I'm planning to use Bacula in production environment. I've seen the Bacula packages are not provided neither by any official repo nor any third popular repo (as rpmforge). ?Anyone use bacula in CentOS 5? -- Thanks, Jordi Espasa Clofent
2011 Nov 19
4
build postfix spec w/ mysql
...rpms I produce are currently available at http://postfix.WL0.org, ftp://ftp.WL0.org and the mirrors which can be found at the following URL: http://postfix.WL0.org/en/mirrors/ This package/specfile was built from postfix.spec.in. To see the build options used to build this package see the file %{_sysconfdir}/postfix/postfix.spec.cf To use postfix with alternative options download the source package and rebuild the binary package following the instructions in the source package or on my web page. %prep umask 022 %{die_cmd} # check custom MYSQL path values are sensible to avoid problems # with peopl...
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
...y | 6 +++++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 2d8a4bf..8321ba7 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -180,6 +180,9 @@ echo "# File where default configuration is kept" > %{buildroot}/%{_sysconfdir}/ # ovirt-early vendor hook dir %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/ovirt-early.d +# ovirt-early vendor commandline variables +%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/ovirt-commandline.d + %clean %{__rm} -rf %{buildroot} @@ -299,6 +302,7 @@ fi %{_initrddir}/ovirt %{_...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2006 Jun 07
1
RPM spec file
...pages, and more. This package adds the web CGI programs. These can be installed on a separate machine to the rest of the NUT package. %prep %setup -q autoconf %build autoconf CFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=%{_prefix} \ --exec-prefix=%{_exec_prefix} \ --sysconfdir=%{_sysconfdir}/%{PACKAGE} \ --with-statepath=%{_localstatedir}/%{PACKAGE} \ --with-drvpath=%{_sbindir} \ --with-cgipath=%{CGIPATH} \ --with-cgi \ --with-user=%{nutuser} \ --with-group=%{nutuser} \ --mandir=%{_mandir} \ --datadir=%{_datadir}/%{PACKAGE} \ --enable-shared make %install rm -rf %{bui...
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
2009 Aug 12
0
[PATCH node] drop collectd startup reordering hack
...c.in index d88a5b2..12815c9 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -175,7 +175,6 @@ cd - %{__install} -p -m0755 scripts/ovirt %{buildroot}%{_initrddir} %{__install} -p -m0755 scripts/ovirt-post %{buildroot}%{_initrddir} -%{__install} -p -m0644 scripts/collectd %{buildroot}%{_sysconfdir}/chkconfig.d %{__install} -p -m0644 scripts/collectd.conf.in %{buildroot}%{_sysconfdir} %{__install} -p -m0755 kinit/ovirt-kinit %{buildroot}%{_sysconfdir}/cron.hourly @@ -243,9 +242,6 @@ sed '/<Plugin network>/,/<\/Plugin>/d' /etc/collectd.conf.in > /etc/collectd.con /s...
2009 Sep 17
1
[PATCH server] oVirt server single network installer
...virt-server.spec.in b/ovirt-server.spec.in index 0715690..ad5ace1 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -86,7 +86,6 @@ mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} %{__install} -d -m0755 %{buildroot}%{_initrddir} %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/sysconfig -%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/httpd/conf.d %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/%{name} %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/%{name}/db %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d @@ -105,7 +104,6 @@ touch %{buildroot}%{...
2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
...hostname %{buildroot}%{_sbindir} %{__install} -p -m0755 scripts/ovirt-config-logging %{buildroot}%{_sbindir} %{__install} -p -m0755 scripts/ovirt-config-networking %{buildroot}%{_sbindir} @@ -224,6 +225,7 @@ ln -s ovirt-release %{buildroot}/etc/system-release %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/ovirt-config-setup.d %{__ln_s} ../..%{_sbindir}/ovirt-config-storage %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"00_Disk Partitioning" %{__ln_s} ../..%{_sbindir}/ovirt-config-password %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"05_Administrator Password" +%{__ln_s}...
2009 Oct 23
1
[PATCH node] Add iSCSI initiator setup option
...indir} %{__install} -p -m0755 scripts/ovirt-config-networking %{buildroot}%{_sbindir} %{__install} -p -m0755 scripts/ovirt-config-password %{buildroot}%{_sbindir} @@ -265,6 +266,7 @@ ln -s ovirt-release %{buildroot}/etc/system-release %{__ln_s} ../..%{_sbindir}/ovirt-config-storage %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"00_Disk Partitioning" %{__ln_s} ../..%{_sbindir}/ovirt-config-password %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"05_Administrator Password" %{__ln_s} ../..%{_sbindir}/ovirt-config-hostname %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"10_S...
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...{buildroot}/etc/issue -cp %{buildroot}/etc/issue %{buildroot}/etc/issue.net -echo >> %{buildroot}/etc/issue -ln -s ovirt-release %{buildroot}/etc/redhat-release -ln -s ovirt-release %{buildroot}/etc/system-release - # ovirt-config-boot post-install hooks %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/ovirt-config-boot.d @@ -229,6 +158,13 @@ ln -s ovirt-release %{buildroot}/etc/system-release %{__ln_s} ../..%{_sbindir}/ovirt-config-boot-wrapper %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"98_Local install and reboot" %{__ln_s} ../..%{_sbindir}/ovirt-config-uninstall %{buildroo...
2009 Jun 18
1
[PATCH node] Users can view log files on the node. bz#506289
...bindir} %{__install} -p -m0755 scripts/unpersist %{buildroot}%{_sbindir} %{__install} -p -m0755 ovirt-identify-node/ovirt-identify-node %{buildroot}%{_sbindir} @@ -227,6 +228,7 @@ ln -s ovirt-release %{buildroot}/etc/system-release %{__ln_s} ../..%{_sbindir}/ovirt-config-networking %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"15_Networking Setup" %{__ln_s} ../..%{_sbindir}/ovirt-config-logging %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"30_Logging Setup" %{__ln_s} ../..%{_sbindir}/ovirt-config-collectd %{buildroot}%{_sysconfdir}/ovirt-config-setup.d/"35_Collectd Set...
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed towards a more generic boot process. With this patch the node can now boot up and execute a few specifically-named scripts that reside in /etc/node.d/ at key points during the startup. After this goes upstream, the next step will be to define in more detail the remote interfaces for the "managed" runtime
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...cracklib-python +Requires: dracut +%if 0%{?rhel} +# for applying patches in %post +Requires: patch +%endif BuildArch: noarch @@ -90,6 +95,7 @@ make install DESTDIR=%{buildroot} %{__install} -d -m0755 %{buildroot}%{mgmt_scripts_dir} %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/cron.d %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d +%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/dracut.conf.d %{__install} -p -m0755 scripts/node-config %{buildroot}%{_sysconfdir}/sysconfig @@ -108,6 +114,12 @@ make install DESTDIR=%{buildroot} %{__install} -p -m0755...
2007 Oct 02
1
Peculiar situation while build httpd-2.2.6 from provided spec
...n -s ../..%{_localstatedir}/run $RPM_BUILD_ROOT/etc/httpd/run ln -s ../..%{_libdir}/httpd/modules $RPM_BUILD_ROOT/etc/httpd/modules ln -s ../..%{_libdir}/httpd/build $RPM_BUILD_ROOT/etc/httpd/build <<......>> It had me scratching my head for quite a while before figuring out that the %_sysconfdir macro wrongly gets translated to /usr/etc (should be /etc) Putting "%_sysconfdir /etc" in my .rpmmacros file did the trick and the package got built cleanly. Does this qualify as a bug? Anyone else faced the same problem? Regards. A.S.
2001 Jan 11
3
contrib/redhat/openssh.spec question
...ically links to openssl during build by default (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 sta...
2002 May 29
1
samba-ldap pdc howto problem
...penldap-clients-2.0.23-4.i386.rpm, and openldap-servers-2.0.23-4.i386.rpm from the 7.3 tree from a RedHat mirror (Rawhide wouldn't let me in at that point) and samba-2.2.4-2.src.rpm from RedHat's Rawhide tree. My config options in samba.spec are as follows: %configure \ --libdir=%{_sysconfdir}/samba \ --with-fhs \ --with-privatedir=%{_sysconfdir}/samba \ --with-lockdir=/var/cache/samba \ --with-swatdir=%{_datadir}/swat \ --with-codepagedir=%{_datadir}/samba/codepages \ --with-automount \ --with-smbmount \ --with-pam \...