It's an event notifier for USB devices only actually. It can attach
some commands (like mount) when you plug or unplug a device.
This commit is contained in:
parent
91d01ff43f
commit
140890c836
4 changed files with 42 additions and 0 deletions
2
sysutils/pluged/DESCR
Normal file
2
sysutils/pluged/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
It's an event notifier for USB devices only actually. It can attach
|
||||
some commands (like mount) when you plug or unplug a device.
|
31
sysutils/pluged/Makefile
Normal file
31
sysutils/pluged/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/08 10:20:15 manu Exp $
|
||||
#
|
||||
|
||||
PKGNAME= pluged-0.1
|
||||
DISTNAME= pluged
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://plug.gnux.info/
|
||||
EXTRACT_SUFX= .tbz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://plug.gnux.info/
|
||||
COMMENT= USB plug/unplug monitoring daemon
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILDLINK_TRANSFORM= rm:-Werror
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/pluged
|
||||
RCDDIR= ${PREFIX}/share/examples/rc.d
|
||||
CONF_FILES+= ${EGDIR}/pluged.conf ${PREFIX}/etc/pluged.conf
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM_DIR} ${DESTDIR}/${PREFIX}/sbin
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}/${EGDIR}
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}/${RCDDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pluged ${DESTDIR}/${PREFIX}/sbin/pluged
|
||||
${INSTALL_DATA} ${WRKSRC}/pluged.conf ${DESTDIR}/${EGDIR}/pluged.conf
|
||||
${INSTALL_DATA} ${WRKSRC}/rc.d/pluged ${DESTDIR}/${RCDDIR}/pluged
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
sysutils/pluged/PLIST
Normal file
4
sysutils/pluged/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/08 10:20:15 manu Exp $
|
||||
sbin/pluged
|
||||
share/examples/pluged/pluged.conf
|
||||
share/examples/rc.d/pluged
|
5
sysutils/pluged/distinfo
Normal file
5
sysutils/pluged/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/08 10:20:15 manu Exp $
|
||||
|
||||
SHA1 (pluged.tbz) = c723dcb1645903a5b4f126e83e779dcb9d987f05
|
||||
RMD160 (pluged.tbz) = 741835591ffac0e510bf80b31bca4e4e048bca74
|
||||
Size (pluged.tbz) = 5091 bytes
|
Loading…
Reference in a new issue