Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160694 Details for
Bug 250888
RFE: add support of startup options to pulse
[?]
New
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.rh83 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]
provide pulse_sysinit support to piranha
piranha-pulse_sysinit.patch (text/plain), 1.76 KB, created by
Roger Pena-Escobio
on 2007-08-04 15:31:16 UTC
(
hide
)
Description:
provide pulse_sysinit support to piranha
Filename:
MIME Type:
Creator:
Roger Pena-Escobio
Created:
2007-08-04 15:31:16 UTC
Size:
1.76 KB
patch
obsolete
>diff -Nur piranha-ori/Makefile piranha/Makefile >--- piranha-ori/Makefile 2006-08-23 16:23:07.000000000 -0400 >+++ piranha/Makefile 2007-08-04 10:54:58.000000000 -0400 >@@ -57,6 +57,7 @@ > SBIN = $(DESTDIR)/usr/sbin > MANDIR = $(DESTDIR)/usr/share/man > SYSDIR = $(DESTDIR)/etc/rc.d/init.d >+SYSCONFIGDIR = $(DESTDIR)/etc/sysconfig > GNOMEDIR = $(DESTDIR)/usr/share/gnome/apps/System > KDEDIR = $(DESTDIR)/etc/X11/applnk/System > PIXMAPS = $(DESTDIR)/usr/share/pixmaps >@@ -178,6 +179,7 @@ > $(INSTALL) -m 0644 nanny.8 $(MANDIR)/man8/ > $(INSTALL) -m 0644 send_arp.8 $(MANDIR)/man8/ > $(INSTALL) -m 0755 pulse.init $(SYSDIR)/pulse >+ $(INSTALL) -m 0644 pulse.sysconfig $(SYSCONFIGDIR)/pulse > $(INSTALL) -m 0755 piranha-gui.init $(SYSDIR)/piranha-gui > #$(INSTALL) -m 0755 example_script $(HADIR)/example_script > >diff -Nur piranha-ori/pulse.init piranha/pulse.init >--- piranha-ori/pulse.init 2006-08-21 15:13:32.000000000 -0400 >+++ piranha/pulse.init 2007-08-04 10:53:04.000000000 -0400 >@@ -20,6 +20,10 @@ > # Check that networking is up. > [ ${NETWORKING} = "no" ] && exit 0 > >+if [ -f /etc/sysconfig/pulse ]; then >+ . /etc/sysconfig/pulse >+fi >+ > [ -f /usr/sbin/pulse ] || exit 0 > > [ -f /etc/sysconfig/ha/lvs.cf ] || exit 0 >@@ -30,7 +34,7 @@ > case "$1" in > start) > echo -n "Starting pulse: " >- daemon pulse >+ daemon pulse $OPTIONS > RETVAL=$? > echo > [ $RETVAL -eq 0 ] && touch /var/lock/subsys/pulse >diff -Nur piranha-ori/pulse.sysconfig piranha/pulse.sysconfig >--- piranha-ori/pulse.sysconfig 1969-12-31 19:00:00.000000000 -0500 >+++ piranha/pulse.sysconfig 2007-08-04 10:53:03.000000000 -0400 >@@ -0,0 +1,5 @@ >+# >+# To pass additional options (for instance, --forceactive) to the >+# pulse binary at startup, set OPTIONS here. >+# >+#OPTIONS=
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 250888
: 160694 |
160695