1
0
forked from ports/opt
opt/coldplug/Pkgfile
2005-11-09 22:27:08 +00:00

15 lines
373 B
Plaintext

# $Id: Pkgfile,v 1.2 2005/03/09 14:27:51 jaeger Exp $
# Description: Coldplugging script for boot-time hotplug functionality
# URL http://linux-hotplug.sourceforge.net/
# 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
}