Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
cfb27945ee
4 changed files with 67 additions and 0 deletions
  1. +1
    -0
      package/avm/ivman/ivman.conf
  2. +48
    -0
      package/avm/ivman/ivman.desc
  3. +14
    -0
      package/avm/ivman/ivman.init
  4. +4
    -0
      package/avm/ivman/postsysfiles.in

+ 1
- 0
package/avm/ivman/ivman.conf

@ -0,0 +1 @@
install_init ivman $confdir/ivman.init

+ 48
- 0
package/avm/ivman/ivman.desc

@ -0,0 +1,48 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/ivman/ivman.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A flexible userspace HAL front-end for Linux.
[T] Ivman is a flexible userspace volume manager for
[T] Linux. Originally an automounter, it can also be
[T] used to run arbitrary commands when certain
[T] devices are added to or removed from the system,
[T] when properties on existing devices change, or
[T] when devices emit conditions. Unlike
[T] gnome-volume-manager, it runs from a console. It
[T] uses D-BUS and HAL to listen for new devices, and
[T] uses pmount for mounting.
[U] http://ivman.sourceforge.net/
[A] Rohan <a <rohan [dot] pm [at] gmail [dot] com>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/configuration
[L] OpenSource
[S] Beta
[V] 0.6.6
[P] X -----5---9 800.000
[D] 0 ivman-0.6.6.tar.bz2 http://dl.sourceforge.net/ivman/

+ 14
- 0
package/avm/ivman/ivman.init

@ -0,0 +1,14 @@
# Desc: Intelligent Volume Manager
# Runlevel: 61 rcX
main_begin
block_begin(start, `Setting up Intelligent Volume Manager.')
check(`D_prefix/bin/ivman')
block_end
block_begin(stop, `Shutting down Intelligent Volume Manager.')
check(`D_prefix/bin/killall D_prefix/bin/ivman')
block_end
main_end

+ 4
- 0
package/avm/ivman/postsysfiles.in

@ -0,0 +1,4 @@
safe_groupadd plugdev 32
safe_useradd ivman 32 32 "ivman user" / /bin/false "*"

Loading…
Cancel
Save