[Lunar-commits] r16484 - in moonbase/trunk/devel: . ivman ivman/init.d
Jan Eidtmann
cmak at lunar-linux.org
Thu Sep 15 22:52:42 UTC 2005
Author: cmak
Date: 2005-09-15 22:52:42 +0000 (Thu, 15 Sep 2005)
New Revision: 16484
Added:
moonbase/trunk/devel/ivman/
moonbase/trunk/devel/ivman/DETAILS
moonbase/trunk/devel/ivman/init.d/
moonbase/trunk/devel/ivman/init.d/ivman
Log:
adding ivman
Added: moonbase/trunk/devel/ivman/DETAILS
===================================================================
--- moonbase/trunk/devel/ivman/DETAILS 2005-09-15 22:50:30 UTC (rev 16483)
+++ moonbase/trunk/devel/ivman/DETAILS 2005-09-15 22:52:42 UTC (rev 16484)
@@ -0,0 +1,16 @@
+ MODULE=ivman
+ VERSION=0.6.4
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:84548e5a58f475ef15e4e8c50d194639f01bc5bc
+ WEB_SITE=http://ivman.sourceforge.net/
+ ENTERED=20050913
+ UPDATED=20050913
+ SHORT="desktop independent frontend to HAL"
+cat << EOF
+Ivman is an extremely flexible desktop independent frontend to HAL, the
+userspace Hardware Abstraction Layer for Linux. It can be used to execute
+arbitrary commands when devices are added to or removed from your system, when
+device properties change, or when devices emit conditions. Any properties of
+the new or changed device can be included within the executed command.
+EOF
Added: moonbase/trunk/devel/ivman/init.d/ivman
===================================================================
--- moonbase/trunk/devel/ivman/init.d/ivman 2005-09-15 22:50:30 UTC (rev 16483)
+++ moonbase/trunk/devel/ivman/init.d/ivman 2005-09-15 22:52:42 UTC (rev 16484)
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Startup script for ivman
+#
+# description: bla
+# chkconfig: 345 99 01
+# processname: ivman
+# pidfile: /var/run/ivman.pid
+
+. /lib/lsb/init-functions $1
More information about the Lunar-commits
mailing list