Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 414830 Details for
Bug 593276
IPVSADM init script load modules when unneeded
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Spec file diff
ipvsadm-spec.diff (text/plain), 1.62 KB, created by
Jan Friesse
on 2010-05-18 12:15:54 UTC
(
hide
)
Description:
Spec file diff
Filename:
MIME Type:
Creator:
Jan Friesse
Created:
2010-05-18 12:15:54 UTC
Size:
1.62 KB
patch
obsolete
>commit 605b7a4112f391e3af90ce439e314f4adc07384f >Author: Jan Friesse <jfriesse@redhat.com> >Date: Tue May 18 16:10:26 2010 +0200 > > SPEC > >diff --git a/ipvsadm.spec b/ipvsadm.spec >index e2b0516..f3df668 100644 >--- a/ipvsadm.spec >+++ b/ipvsadm.spec >@@ -1,12 +1,13 @@ > Summary: Utility to administer the Linux Virtual Server > Name: ipvsadm > Version: 1.25 >-Release: 5%{?dist} >+Release: 6%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://www.linuxvirtualserver.org/software/ipvs.html > Source0: http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-%{version}.tar.gz > Source1: ipvsadm.init >+Source2: ipvsadm-config > Patch0: ipvsadm-1.24-Makefile.patch > Patch1: ipvsadm-1.25-popt.patch > Patch2: ipvsadm-1.25-activeconns.patch >@@ -39,7 +40,8 @@ mkdir -p %{buildroot}/etc/rc.d/init.d > make install BUILD_ROOT=%{buildroot} MANDIR=%{_mandir} > # Overwrite the provided init script with our own (mostly) LSB compliant one > install -p -m 0755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d/ipvsadm >- >+install -d -m 755 %{buildroot}/etc/sysconfig >+install -p -m 0600 %{SOURCE2} %{buildroot}/etc/sysconfig/ipvsadm-config > > %clean > rm -rf %{buildroot} >@@ -58,6 +60,7 @@ fi > %defattr(-,root,root) > %doc README > /etc/rc.d/init.d/ipvsadm >+%config(noreplace) %attr(0600,root,root) /etc/sysconfig/ipvsadm-config > /sbin/ipvsadm > /sbin/ipvsadm-restore > /sbin/ipvsadm-save >@@ -67,6 +70,9 @@ fi > > > %changelog >+* Tue May 18 2010 Jan Friesse <jfriesse@redhat.com> 1.25-6 >+- Update init script to be more iptables like >+ > * Thu Apr 29 2010 Matthias Saou <http://freshrpms.net/> 1.25-5 > - Include patch to fix activeconns when using the netlink interface (#573921). >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 593276
:
414828
|
414829
| 414830 |
414886