opt/coldplug/Pkgfile

14 lines
320 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Coldplugging script for boot-time hotplug functionality
2006-10-07 17:34:54 +02:00
# URL: http://linux-hotplug.sourceforge.net/
2006-02-23 16:26:10 +01:00
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: hotplug
name=coldplug
version=2004_09_23
release=1
source=($name.rc)
build() {
install -D -m 0755 $SRC/$name.rc $PKG/etc/rc.d/$name
}