Re: Pegasus 2.10 SRPM --- /etc/init.d/tog-pegasus
Surendra Kodali <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF4EE39F4A.1925B25A-ON6525771C.0024EC9C-6525771C.002A8EFA@in.ibm.com> |
I have filed bug #8766
(http://bugzilla.openpegasus.org/show_bug.cgi?id=8766) for OpenPegasus
2.11.0 to fix the below issue. Will port the changes to OpenPegasus 2.10.1
as well.
Regards
Surendra
John Robinson
<[email protected]
m> To
[email protected]
07/05/2010 02:04 cc
Subject
Pegasus 2.10 SRPM
--- /etc/init.d/tog-pegasus
On line 95 of the /etc/init.d/tog-pegasus, $(FLAVOR) is found instead of $
{FLAVOR}Â .
This code is only triggered on the first execution of the script.
$(FLAVOR) seeks to start up a process whereas ${FLAVOR} seeks to evaluate a
variable
I did look at the BUG database, but could not figure out where to put such
a minor bug !