search for: _initrddir

Displaying 20 results from an estimated 40 matches for "_initrddir".

2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
..., diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index ad9dd2c..a315381 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -103,6 +103,7 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-host-browser %{buildroot}%{_initrddir} %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-db-omatic %{buildroot}%{_initrddir} +%{__install} -Dp -m0755 %{pbuild}/conf/ovirt-agent %{buildroot}%{_initrddir} %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-host-collect %{buildroot}%{_initrddir} %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-mongrel...
2006 Jun 07
1
RPM spec file
...%define relver 1 %define nutuser nutmon # what version of RH are we building for? %define redhat7 1 %define redhat6 0 # Options for Redhat version 6.x: # rpm -ba|--rebuild --define "rh6 1" %{?rh6:%define redhat7 0} %{?rh6:%define redhat6 1} # some systems dont have initrddir defined %{?_initrddir:%define _initrddir /etc/rc.d/init.d} Name: nut Group: Applications/System Summary: Multi-vendor UPS Monitoring Project Client Utilities Version: %{version} Release: %{relver} Source: http://www.exploits.org/nut/release/%{majorver}/%{name}-%{version}.tar.gz Copyright: GPL BuildRoot: /var/tmp/%{name...
2015 Mar 24
2
error building php spec file
...with-jpeg-dir --with-png-dir --with-zlib-dir --with-gettext \ --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd \ --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear --disable-debug make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_initrddir} install -Dp -m0755 sapi/fpm/init.d.php-fpm.in %{buildroot}%{_initrddir}/php-fpm %{__make} install INSTALL_ROOT="%{buildroot}" %clean rm -rf %{buildroot} %post %/sbin/chkconfig php-fpm on %preun if [ "$1" = 0 ] ; then /sbin/service php-fpm stop > /dev/null 2>&...
2004 Oct 14
2
source rpm compile
Hi, I was compiling the source rpm but had a problem. rpm -bb dovecot-xxx.spec The process stoped and showed: File must begin with "/": %{_initrddir}/dovecot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20041014/b8ad3385/attachment-0001.html>
2011 Sep 12
1
[PATCH node] handle list of variables to ignore
...ildroot}/%{_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 %{_initrddir}/ovirt-post %{_sysconfdir}/ovirt-early.d +%{_sysconfdir}/ovirt-commandline.d %changelog * Mon Jun 20 2011 Alan Pevec <apevec at redhat.com> 2.0.0-1 diff --git a/scripts/ovirt-early b/scripts/ovirt-early index 0f617f7..322e16d 100755 --- a/scripts/ovirt-early +++ b/scr...
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
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
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...install} -Dp -m0755 %{pbuild}/conf/ovirt-mongrel-rails.sysconf %{buildroot}%{_sysconfdir}/sysconfig/ovirt-mongrel-rails %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-rails.sysconf %{buildroot}%{_sysconfdir}/sysconfig/ovirt-rails %{__install} -Dp -m0755 %{pbuild}/conf/ovirt-taskomatic %{buildroot}%{_initrddir} +%{__install} -Dp -m0755 %{pbuild}/conf/ovirt-vnc-proxy %{buildroot}%{_initrddir} # copy over all of the src directory... %{__cp} -a %{pbuild}/src/* %{buildroot}%{app_root} @@ -180,6 +181,7 @@ fi %daemon_chkconfig_post -d ovirt-host-collect %daemon_chkconfig_post -d ovirt-mongrel-rails %dae...
2009 Aug 12
0
[PATCH node] drop collectd startup reordering hack
.../collectd \ scripts/collectd.conf.in \ scripts/ovirt \ scripts/ovirt-awake \ diff --git a/ovirt-node.spec.in b/ovirt-node.spec.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}/...
2015 Mar 24
2
error building php spec file
...=mysqlnd --with-mysqli=mysqlnd > > --with-pdo-mysql=mysqlnd \ > > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > > --disable-debug > > > > make %{?_smp_mflags} > > > > %install > > rm -rf %{buildroot} > > mkdir -p %{buildroot}%{_initrddir} > > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > > %{buildroot}%{_initrddir}/php-fpm > > %{__make} install INSTALL_ROOT="%{buildroot}" > > > > %clean > > rm -rf %{buildroot} > > > > %post > > %/sbin/chkconfig php-fpm on > > &...
2015 Mar 24
0
error building php spec file
...ith-gettext \ > --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd > --with-pdo-mysql=mysqlnd \ > --with-pdo-sqlite --with-tidy --with-pear=%{_datadir}/php/pear > --disable-debug > > make %{?_smp_mflags} > > %install > rm -rf %{buildroot} > mkdir -p %{buildroot}%{_initrddir} > install -Dp -m0755 sapi/fpm/init.d.php-fpm.in > %{buildroot}%{_initrddir}/php-fpm > %{__make} install INSTALL_ROOT="%{buildroot}" > > %clean > rm -rf %{buildroot} > > %post > %/sbin/chkconfig php-fpm on > > %preun > if [ "$1" = 0 ] ; then &...
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
2009 Jun 23
1
[PATCH server] added ovirt-wait4service and invokation in installer to wait for psql/ldap
...rt-reindex-search %{buildroot}%{_sbindir} %{__cp} -a %{pbuild}/scripts/ovirt-update-search %{buildroot}%{_sbindir} %{__rm} -rf %{buildroot}%{app_root}/tmp @@ -205,6 +206,7 @@ fi %{_sbindir}/ovirt-update-search %{_bindir}/ovirt-add-host %{_bindir}/ovirt-vm2node +%{_bindir}/ovirt-wait4service %{_initrddir}/ovirt-host-browser %{_initrddir}/ovirt-db-omatic %{_initrddir}/ovirt-host-collect diff --git a/scripts/ovirt-wait4service b/scripts/ovirt-wait4service new file mode 100755 index 0000000..65dbe2a --- /dev/null +++ b/scripts/ovirt-wait4service @@ -0,0 +1,34 @@ +#!/bin/sh +# ovirt-wait4service +# r...
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release. Please see the README document for configuration and installation instructions. You can download NSD from http://www.nlnetlabs.nl/nsd/ Note: we switched to SHA-1 for tarball digest. 2.3.2 ============= FEATURES: - Bug #101: add support for the SPF record. BUG FIXES: - Bug #100: replaced non-portable use of timegm(3) with portable
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...f %{buildroot}%{app_root}/tmp %{__mkdir} %{buildroot}%{_localstatedir}/lib/%{name}/tmp %{__ln_s} %{_localstatedir}/lib/%{name}/tmp %{buildroot}%{app_root}/tmp @@ -227,6 +229,7 @@ fi %{_bindir}/ovirt-add-host %{_bindir}/ovirt-vm2node %{_sbindir}/ovirt_ctl +%{_sbindir}/ovirt-rsyslog-kerbsetup %{_initrddir}/ovirt-host-browser %{_initrddir}/ovirt-host-register %{_initrddir}/ovirt-db-omatic diff --git a/scripts/ovirt-rsyslog-kerbsetup b/scripts/ovirt-rsyslog-kerbsetup new file mode 100755 index 0000000..7b7dd90 --- /dev/null +++ b/scripts/ovirt-rsyslog-kerbsetup @@ -0,0 +1,28 @@ +#!/usr/bin/python +...
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and ovirt-identify-node completely. 3. Add
2013 Apr 05
2
mock and iaxmodem
...$RPM_BUILD_ROOT/etc/logrotate.d/iaxmodem %{__install} -D -m 755 iaxmodem %{buildroot}%{_sbindir}/iaxmodem %{__install} -D -m 644 iaxmodem.1 %{buildroot}%{_mandir}/man1/iaxmodem.1 perl -pi -e 's,/usr/local/,/usr/,g' iaxmodem.init.fedora %{__install} -D -m 755 iaxmodem.init.suse %{buildroot}%{_initrddir}/iaxmodem But in mock I get a failure on the build because make has no install task. + make install DESTDIR=/builddir/build/BUILDROOT/iaxmodem-1.2.0-1.el6.x86_64 make: *** No rule to make target `install'. Stop. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.apiDwk (%install)...
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***