Pegasus 2.10 SRPM --- /etc/init.d/tog-pegasus
John Robinson <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
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 !