SlackBuilds Repository

15.0 > Network > ifplugd (0.28)

ifplugd is a Linux daemon that can monitor network interfaces
for a change in state (i.e. up or down) then trigger custom
actions or scripts based on the change.

This could be useful in a number of situations.
For example where the network is configured manually
(no NetworkManager etc), and you wish to reconfigure your
network settings when an ethernet cable is connected
and then deconfigure those same settings when the cable is
disconnected.

To change which interfaces are monitored by default, and
the general start up options, edit "/etc/ifplugd/ifplugd.conf".
Actions can be added/changed by editing "/etc/ifplugd/ifplugd.action".

To make ifplugd auto start on boot.
First run "chmod 644 /etc/rc.d/rc.ifplugd"
Then add the following to the end of your "/etc/rc.local" file:

if [ -x /etc/rc.d/rc.ifplugd ]; then
sh /etc/rc.d/rc.ifplugd start || /bin/true
fi

This requires: libdaemon

Maintained by: Anj Duvnjak
Keywords: ifplugd,ifplug,ifup,ifdown
ChangeLog: ifplugd

Homepage:
http://0pointer.de/lennart/projects/ifplugd

Source Downloads:
ifplugd-0.28.tar.gz (df6f4bab52f46ffd6eb1f5912d4ccee3)

Download SlackBuild:
ifplugd.tar.gz
ifplugd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds