[Initng-svn] r3665 - in initng/trunk/plugins: lockfile logfile
netprobe ngc4 ngcs nge pause reload renice
svn at initng.thinktux.net
svn at initng.thinktux.net
Tue Apr 4 12:33:14 CEST 2006
Author: jimmy
Date: Tue Apr 4 12:33:13 2006
New Revision: 3665
Modified:
initng/trunk/plugins/lockfile/PLUGIN_DESCRIPTION
initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION
initng/trunk/plugins/netprobe/PLUGIN_DESCRIPTION
initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION
initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION
initng/trunk/plugins/nge/PLUGIN_DESCRIPTION
initng/trunk/plugins/pause/PLUGIN_DESCRIPTION
initng/trunk/plugins/reload/PLUGIN_DESCRIPTION
initng/trunk/plugins/renice/PLUGIN_DESCRIPTION
Log:
9 more plugins documentated.
Modified: initng/trunk/plugins/lockfile/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/lockfile/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/lockfile/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,7 @@
- name :
- author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
+ name : lockfile
+ author : Elan Ruusame <glen at pld-linux.org>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : lockfile
+ description : This plugins creates lockfiles in /var/lock/subsys for every
+ service that has the lockfile option set.
\ No newline at end of file
Modified: initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,8 @@
- name :
- author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
- contributors :
+ name : logfile
+ author : neuron <neuron at hollowtube.mine.nu>
+ contributors : Jimmy Wennlund <jimmy.wennlund at gmail.com>
commands :
- options :
- description :
\ No newline at end of file
+ options : logfile
+ description : Outputs all service output to a special file set by logfile.
+ This is not the same as stdout, that redirects the output from initng.
+ With this, both the logfile and initng will get output.
\ No newline at end of file
Modified: initng/trunk/plugins/netprobe/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/netprobe/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/netprobe/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,7 @@
- name :
+ name : netprobe
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : require_network, network_provider
+ description : This file will probe system network devices, if any has an
+ ip adress, this need dep is up.
\ No newline at end of file
Modified: initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,8 @@
- name :
+ name : ngc4
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
options :
- description :
\ No newline at end of file
+ description : This is the standard initng control tool, for starting
+ stopping services, and calling commands from the user.
+ Use the ngc -h to get more info.
\ No newline at end of file
Modified: initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,6 @@
- name :
- author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
+ name : ngcs
+ author : Aidan Thornton <makomk at lycos.co.uk>
contributors :
commands :
options :
- description :
\ No newline at end of file
+ description : This is an experimental initng control tool, like ngc using python.
\ No newline at end of file
Modified: initng/trunk/plugins/nge/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/nge/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/nge/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,9 @@
- name :
+ name : nge
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
options :
- description :
\ No newline at end of file
+ description : This plugin opens up an eventsocket where it sends
+ event data in xml like protocol, that users can lissen
+ on to see whats going on with initng. This connection
+ is a one way socket, no commands can be sent in it.
\ No newline at end of file
Modified: initng/trunk/plugins/pause/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/pause/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/pause/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,6 @@
- name :
+ name : pause
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : exec_delay, exec_m_delay
+ description : This ads sleep of some seconds or so before a process is launched.
\ No newline at end of file
Modified: initng/trunk/plugins/reload/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/reload/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/reload/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,8 @@
- name :
+ name : reload
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
- commands :
+ commands : hot_reaload
+ cmd_line_opt : --hot_reload
options :
- description :
\ No newline at end of file
+ description : This plugin will reload initng to a new version, witout need to
+ restart your computer.
\ No newline at end of file
Modified: initng/trunk/plugins/renice/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/renice/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/renice/PLUGIN_DESCRIPTION Tue Apr 4 12:33:13 2006
@@ -1,6 +1,6 @@
- name :
+ name : renice
author : Jimmy Wennlund <jimmy.wennlund at gmail.com>
contributors :
commands :
- options :
- description :
\ No newline at end of file
+ options : nice
+ description : Change the nice level on a process.
\ No newline at end of file
More information about the Initng-svn
mailing list