Netplug
Download Source: | http://www.red-bean.com/~bos/netplug/netplug-1.2.9.tar.bz2 |
---|---|
Download Patches: (Currently in repo, will add links later) | netplug-1.2.9-gcc4-1.patch |
netplug-1.2.9-ignore-wireless-1.patch | |
netplug-1.2.9-remove-nest-1.patch |
Contents
Introduction to Netplug
Netplug is a Linux daemon that brings up/down network interfaces in response to network cables being plugged in and out. This application is mostly useful for a laptop or computer (used for lan parties?) that is often relocated to different LANs.
Dependencies
Required
- Dhcpcd
- or other dhcp client
Configuration Information
This package does not use a configure script.
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install
Configuring
This section should contain information about the post-installation configuration of a package, bootscript(s), other files, creating directories.
Contents
Installed Programs: program1 program2
Installed Libraries: libone.so.1
Installed Directory: /usr/share/program
Short Descriptions
program1: a short description of the program
program2: a short description of the program