First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 42804
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Petric Frank <pfrank@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 42804 depends on: Show dependency tree
Bug 42804 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-02-24 13:56 0000
sys-apps/ifplugd allows only a global definition of start parameters. They
apply to all controlled devices. It should allow the definition of different
ifplugd start parameters per controlled device.

I added in /etc/conf.d/ifplugd new entries in the way:
  ARGS_<device>="-a -w"

Sample:
  ARGS_eth0="-a -w"

This requires a change in /etc/init.d/ifplugd. The start function have to
look like:

start() {
        einfon "Starting ifplugd: "
        for IF in $INTERFACES ; do
                echo -n "$IF "

                ARGS_IF="$(eval echo \$\{ARGS_${IF}\})"
                if [ -z "${ARGS_IF}" ]
                then
			# use $ARGS if none given for this device
                        ARGS_IF=${ARGS}
                fi

                $IFPLUGD -i $IF $ARGS_IF
        done
        echo
        eend 0
}

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:  
 

Expected Results:  
Allow seperate ifplugd options for different controlled network devices.

------- Comment #1 From Petric Frank 2004-02-24 13:59:48 0000 -------
*** Bug 42802 has been marked as a duplicate of this bug. ***

------- Comment #2 From Martin Holzer (RETIRED) 2004-05-18 08:18:12 0000 -------
is this still an issue wiht ifplugd-0.25 ?

------- Comment #3 From Petric Frank 2004-05-18 11:00:12 0000 -------
Had a look to version 0.25.
It seems that this bug does no more apply to ifplugd if version 0.25 is active.
But version 0.25 is actually marked unstable.

------- Comment #4 From Roy Marples (RETIRED) 2005-09-01 08:37:59 0000 -------
Deffo fixed in 0.28-r1

First Last Prev Next    No search results available      Search page      Enter new bug