package linux-hotplug

desc en Scripts for device driver management under Linux.
desc en \
A main program (can be a script) named `hotplug' is called every time a \
significant (usually hardware-related) event takes place. For example, when \
you plug in a USB device. Information about events is passed by environment \
variables and positional parameters.
desc en \
The shell scripts then call the apropriate programs to locate, copy, \
download, compile, install and load the appropriate device drivers so you can \
immediately use the particular device.
desc en \
This mechanism is also used to automatically configure network interfaces \
when they become available.

dist src Makefile package Packfile
dist src README
dist src hotplug.8 sbin etc

dist bin Makefile package Packfile
dist bin hotplug.8 sbin etc

# Hotplug configuration and files.
push
set dir /etc
set own root root
set mod 755
file etc/hotplug
set mod 644
file etc/hotplug.conf
pop

# Hotplug policy agent.
push
set keyw | local sbin
set dir /sbin
set own root root
set mod 755
pop

# Init script for coldplugging.
push
set dir /etc/init.d
set own root root
set mod 755
file etc/init.d/hotplug
pop

# Man page for the hotplug policy agent (section 8).
push
set dir /usr/share/man/man8
set own root root
set mod 644
file hotplug.8
pop

# A program that loads firmware into USB devices.
cd fxload
