[Initng-svn] r4394 - in initng/trunk/plugins: also bash_launcher chdir cpout critical ctrlaltdel daemon daemon_clean dbus_event debug_commands envparser find fmon fstat history idleprobe initctl interactive iparser last limit logfile ngc4 ngcs nge pause reload runlevel service simple_launcher stcmd stdout suid syncron sysreq unneeded
svn at initng.thinktux.net
svn at initng.thinktux.net
Wed Jun 7 16:28:18 CEST 2006
Author: qupada
Date: Wed Jun 7 16:28:15 2006
New Revision: 4394
Modified:
initng/trunk/plugins/also/PLUGIN_DESCRIPTION
initng/trunk/plugins/bash_launcher/PLUGIN_DESCRIPTION
initng/trunk/plugins/chdir/PLUGIN_DESCRIPTION
initng/trunk/plugins/conflict/PLUGIN_DESCRIPTION
initng/trunk/plugins/cpout/PLUGIN_DESCRIPTION
initng/trunk/plugins/critical/PLUGIN_DESCRIPTION
initng/trunk/plugins/ctrlaltdel/PLUGIN_DESCRIPTION
initng/trunk/plugins/daemon/PLUGIN_DESCRIPTION
initng/trunk/plugins/daemon_clean/PLUGIN_DESCRIPTION
initng/trunk/plugins/dbus_event/PLUGIN_DESCRIPTION
initng/trunk/plugins/debug_commands/PLUGIN_DESCRIPTION
initng/trunk/plugins/envparser/PLUGIN_DESCRIPTION
initng/trunk/plugins/find/PLUGIN_DESCRIPTION
initng/trunk/plugins/fmon/PLUGIN_DESCRIPTION
initng/trunk/plugins/fstat/PLUGIN_DESCRIPTION
initng/trunk/plugins/history/PLUGIN_DESCRIPTION
initng/trunk/plugins/idleprobe/PLUGIN_DESCRIPTION
initng/trunk/plugins/initctl/PLUGIN_DESCRIPTION
initng/trunk/plugins/interactive/PLUGIN_DESCRIPTION
initng/trunk/plugins/iparser/PLUGIN_DESCRIPTION
initng/trunk/plugins/last/PLUGIN_DESCRIPTION
initng/trunk/plugins/limit/PLUGIN_DESCRIPTION
initng/trunk/plugins/logfile/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/runlevel/PLUGIN_DESCRIPTION
initng/trunk/plugins/service/PLUGIN_DESCRIPTION
initng/trunk/plugins/simple_launcher/PLUGIN_DESCRIPTION
initng/trunk/plugins/stcmd/PLUGIN_DESCRIPTION
initng/trunk/plugins/stdout/PLUGIN_DESCRIPTION
initng/trunk/plugins/suid/PLUGIN_DESCRIPTION
initng/trunk/plugins/syncron/PLUGIN_DESCRIPTION
initng/trunk/plugins/sysreq/PLUGIN_DESCRIPTION
initng/trunk/plugins/unneeded/PLUGIN_DESCRIPTION
Log:
Improved readability, fixed spelling/grammar/etc in description lines for most plugins/*/PLUGIN_DESCRIPTION files, word wrap at 80 characters
Modified: initng/trunk/plugins/also/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/also/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/also/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,6 @@
contributors :
commands :
options : also_start, also_stop
- description : When a service is starting/stopping services put
- in also_start are also started and services in also_stop
- are also stopped.
+ description : When a service is starting or stopping, services specified by
+ "also_start = service;" and "also_stop = service;" will be
+ started and stopped also.
Modified: initng/trunk/plugins/bash_launcher/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/bash_launcher/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/bash_launcher/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors : Daniel Malmgren
commands :
options : script, script_opts, selinux_context
- description : This enables to launch a service with a shell
- script attached inside the .i file.
\ No newline at end of file
+ description : Allows starting or stopping a service using a shell script
+ contained inside the .i file.
Modified: initng/trunk/plugins/chdir/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/chdir/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/chdir/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,4 @@
contributors :
commands :
options : chdir
- description : Change current workdir before current launch
- code is executed.
\ No newline at end of file
+ description : Change working directory before launch code is executed.
Modified: initng/trunk/plugins/conflict/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/conflict/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/conflict/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,6 +4,5 @@
commands :
options : conflict
states : FAILED_BY_CONFLICT
- description : If service set in option conflict is up, when starting
- the starting service will stop, and get status
- FAILED_BY_CONFLICT.
\ No newline at end of file
+ description : If a service specified by "conflict = service;" is up, start
+ will fail with FAILED_BY_CONFLICT.
Modified: initng/trunk/plugins/cpout/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/cpout/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/cpout/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,6 +4,6 @@
commands :
options :
cmd_line_opt : quiet_when_up
- description : This plugin show errormessages, status changes,
- service output and system state changes directly
- on the console, by a colorfull output.
\ No newline at end of file
+ description : Shows error messages, status changes, service output and
+ system state changes directly on the console, with colorful
+ output.
Modified: initng/trunk/plugins/critical/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/critical/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/critical/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors :
commands :
options : critical
- description : If a service marked critical fails, initng will abort
- and the user will be prompted a sulogin.
\ No newline at end of file
+ description : If a service marked critical fails, initng will abort and the
+ user will be pesented an sulogin prompt.
Modified: initng/trunk/plugins/ctrlaltdel/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/ctrlaltdel/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/ctrlaltdel/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors :
commands :
options :
- description : If this plugin is loaded, initng will make
- the system reboot, on a CTRL+ALT+DEL combination.
\ No newline at end of file
+ description : If this plugin is loaded, initng will make the system reboot
+ on a CTRL+ALT+DEL press.
Modified: initng/trunk/plugins/daemon/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/daemon/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/daemon/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -12,6 +12,8 @@
DAEMON_WAIT_RESP_TOUT, DAEMON_START_DEPS_FAILED, DAEMON_STOP_DEPS_FAILED,
DAEMON_FAIL_STARTING, DAEMON_FAIL_STOPPING, DAEMON_UP_CHECK_FAILED,
DAEMON_RESPAWN_RATE_EXCEEDED
- description : This handles the service type daemon, a daemon is a process that shud run
- on the computer the full time, and this plugins have checks for pidfiles
- and will watch if a daemons dies, or if other things happends.
\ No newline at end of file
+ description : This handles the service type daemon. A daemon is a process
+ that should execute and stay running (where a service will
+ execute and terminate). This plugin has checks for pidfiles
+ and will watch for daemons terminating unexpectedly, amongst
+ other actions.
Modified: initng/trunk/plugins/daemon_clean/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/daemon_clean/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/daemon_clean/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,5 +4,5 @@
commands :
process_types : daemon_clean
options :
- description : This plugin will feel if a daemon exits, and
- run aditional code if set.
\ No newline at end of file
+ description : This plugin checks for daemons exiting, and runs aditional
+ code if set.
Modified: initng/trunk/plugins/dbus_event/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/dbus_event/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/dbus_event/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,6 @@
contributors :
commands :
options :
- description : This plugin will send inting events, like system state change
- service state changes, program output and so over the dbus.
- check http://www.freedesktop.org/ for more info about dbus.
\ No newline at end of file
+ description : This plugin will send inting events like system state change,
+ service state changes, program output and so over dbus.
+ check http://www.freedesktop.org/ for more info about dbus.
Modified: initng/trunk/plugins/debug_commands/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/debug_commands/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/debug_commands/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,7 +4,6 @@
commands : list_filedescriptors, quit, print_service_db, print_active_db
verbose, add_verbose, del_verbose.
options :
- description : This plugin contains commands usable when writing .i files
- or developing with initng, running fake mode or so,
- this tools wont hurt to be in any system, other then taking
- up some memory.
\ No newline at end of file
+ description : This plugin contains commands usable when writing .i files or
+ developing with initng (running fake mode, etc). These tools
+ can cause no harm to a system other than memory consumption.
Modified: initng/trunk/plugins/envparser/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/envparser/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/envparser/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,7 +4,8 @@
commands :
options : env_file, env_file_required
description : After a service is parsed, initng may parse an environment
- file and add these entrys aswell to the db.
- By an env_file i meen a file with entrys like TEST=hello,
- TEST2="This is a string", no bash code will be executed in
- this file, if you want that source within the bash script instead.
\ No newline at end of file
+ file and add these entries to the db. Files specified by
+ env_file should contain variable declarations only, in the
+ form FOO="bar". Shellscript in an env_file will NOT be
+ processed, to use a file with scripting, you will need to
+ source it within an 'exec start' or similar code block.
Modified: initng/trunk/plugins/find/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/find/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/find/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,8 +3,10 @@
contributors :
commands :
options :
- description : When starting a new service initng, usually needs the full/service/path/to
- and will fail when not found, this plugin will search the /etc/initng dir,
- so ngc -u to will automaticly start "full/service/path/to"
- find plugin also support an alias file where you can put in complatly strange
- conversations like ngc -u animals/cow will start "animals/pig" :-)
\ No newline at end of file
+ description : When starting a new service, initng usually needs the
+ full daemon/service/subservice path and will fail if it is not
+ found. This plugin will search the /etc/initng dir, so
+ 'ngc -u subservice' can start "daemon/service/subservice".
+ The plugin also supports an alias file where you can store
+ arbitary conversions, for example to start "animals/pig" on
+ executing "ngc -u animals/cow"
Modified: initng/trunk/plugins/fmon/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/fmon/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/fmon/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,4 +3,5 @@
contributors :
commands :
options :
- description : If plugins or initng or any .i file used is changed, this plugin make sure initng will notice.
\ No newline at end of file
+ description : If plugins, initng, or any .i file used is changed, this
+ plugin makes sure initng will notice.
Modified: initng/trunk/plugins/fstat/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/fstat/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/fstat/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,7 +3,7 @@
contributors :
commands :
options : require_file, files_to_exist_after
- description : This is a need dependecy on a file, if require_file is set
+ description : This is a need dependency on a file, if require_file is set
initng wont start the service until that file exits.
- if files_to_exist_after is set, it will start the service,
- but fefuse to set the stat to up before this file exists.
\ No newline at end of file
+ if files_to_exist_after is set, it will start the service,
+ but refuse to set the state to up before the file exists.
Modified: initng/trunk/plugins/history/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/history/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/history/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,6 @@
contributors :
commands :
options : log, show_history
- description : This file put up a history db, with all events, process output
- service state change, and saves it to the memory.
- This plugin will make initng take a lot of memory, be aware.
\ No newline at end of file
+ description : This file opens a history database, storing all events,
+ process output and state changes in memory. This plugin
+ will make initng take a lot of memory, be aware.
Modified: initng/trunk/plugins/idleprobe/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/idleprobe/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/idleprobe/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors :
commands :
options : wait_for_cpu_idle, wait_for_cpu_below
- description : For not that important services, set this keyword, and
- initng will wait for some less cpu usage before trying to start these.
\ No newline at end of file
+ description : For less important services, set this keyword, and initng
+ will wait for cpu usage to drop before trying to start them.
Modified: initng/trunk/plugins/initctl/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/initctl/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/initctl/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,8 +3,8 @@
contributors :
commands :
options :
- description : This plugin is an emulation layer for sysvinit
- halt, reboot or tellinit commands, so initng will
- also react to them, if you dont have sysvinit installed
- this plugin is compleatly usless, please use initngs own
- rebot or halt scripts if possible.
\ No newline at end of file
+ description : This plugin is an emulation layer for sysvinit 'halt', 'reboot'
+ and 'tellinit' commands, so initng will also react to them.
+ If you dont have sysvinit installed this plugin is completely
+ usless. You should however use initng's own reboot or halt
+ scripts if possible.
Modified: initng/trunk/plugins/interactive/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/interactive/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/interactive/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -5,6 +5,8 @@
options :
cmd_line_opt : interactive
states : INTERACTIVELY_DISABLED
- description : When initng is started with interactive on the kernel line, and
- this plugin is loaded, the user will get an Yes/No question to
- this service or not on every service, good if a service locks boot.
\ No newline at end of file
+ description : When initng is started with 'interactive' on the kernel command
+ line and this plugin is loaded, the user will get a yes/no
+ prompt before each service is started. If a service is
+ preventing initng from booting, this plugin can be used to
+ disable it temporarily.
Modified: initng/trunk/plugins/iparser/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/iparser/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/iparser/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,4 +3,4 @@
contributors :
commands :
options :
- description : This is the standard i parser plugin, that parsers .i files.
\ No newline at end of file
+ description : This is the standard i parser plugin for .i files.
Modified: initng/trunk/plugins/last/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/last/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/last/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors :
commands :
options : last
- description : If last keyword is set in service, this plugin makes sure
- all other services is started before this service.
\ No newline at end of file
+ description : If last keyword is set for a service, this plugin makes sure
+ all other services are started before this service.
Modified: initng/trunk/plugins/limit/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/limit/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/limit/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -9,4 +9,4 @@
rlimit_nproc_soft, rlimit_nproc_hard, rlimit_rss_soft, rlimit_rss_hard,
rlimit_sigpending_soft, rlimit_sigpending_hard, rlimit_stack_soft,
rlimit_stack_hard
- description : This option sets standard ulimits to the service/daemon other process.
\ No newline at end of file
+ description : This option sets standard ulimits for the service/daemon/other process.
Modified: initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/logfile/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,6 @@
contributors : Jimmy Wennlund <jimmy.wennlund at gmail.com>
commands :
options : logfile
- description : Outputs all service output to a special file set by logfile.
+ description : Outputs all service output to a specific 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
+ With this, both the logfile and initng will get output.
Modified: initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/ngc4/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,6 @@
contributors :
commands :
options :
- 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
+ description : This is the standard initng control tool, for starting and
+ stopping services, calling commands and providing information
+ to the user. Use 'ngc -h' or 'ngc -H' to get more info.
Modified: initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/ngcs/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,4 +3,5 @@
contributors :
commands :
options :
- description : This is an experimental initng control tool, like ngc using python.
\ No newline at end of file
+ description : This is an experimental initng control tool, similar to ngc
+ but using python.
Modified: initng/trunk/plugins/nge/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/nge/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/nge/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,7 +3,7 @@
contributors :
commands :
options :
- description : This plugin opens up an eventsocket where it sends
- event data in xml like protocol, that users can listen
- on to see whats going on with initng. This connection
- is a one way socket, no commands can be sent in it.
+ description : This plugin opens a socket where event data is sent in an
+ xml-like format, so users can listen to see what is going on
+ with initng. This connection is a one way socket, no
+ commands can be sent to initng with it.
Modified: initng/trunk/plugins/pause/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/pause/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/pause/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,4 +3,4 @@
contributors :
commands :
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
+ description : This adds sleep of some seconds or so before a process is launched.
Modified: initng/trunk/plugins/reload/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/reload/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/reload/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,5 +4,6 @@
commands : hot_reaload
cmd_line_opt : --hot_reload
options :
- description : This plugin will reload initng to a new version, witout need to
- restart your computer.
\ No newline at end of file
+ description : This plugin will reload initng from the hard drive without the
+ need to restart your computer. Will prevent any problems due
+ to files replaced during an initng upgrade, for example.
Modified: initng/trunk/plugins/runlevel/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/runlevel/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/runlevel/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -7,4 +7,4 @@
states : START_MARKED, STOP_MARKED, UP, WAITING_FOR_START_DEP, WAITING_FOR_STOP_DEP,
DOWN, START_DEPS_FAILED, FAIL_STARTING, FAIL_STOPPING
description : Runlevel or virutal works like a service but will only handle
- depndencys and not launch any code.
+ dependencies and not launch any code.
Modified: initng/trunk/plugins/service/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/service/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/service/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -10,8 +10,9 @@
SERVICE_STOP_RUN, SERVICE_START_DEPS_FAILED, SERVICE_STOP_DEPS_FAILED,
SERVICE_FAIL_STARTING, SERVICE_FAIL_STOPPING, SERVICE_START_FAILED_TIMEOUT,
SERVICE_STOP_FAILED_TIMEOUT, SERVICE_UP_CHECK_FAILED
- description : A service meens a object with an start and maby an stop launcher.
- It works by that starting an object the start code run, when it
- finishes, and succeed, the object is set to UP, later when stopping
- it the stop code is run, and when that finishes, the object got status
- DOWN. This is not like a daemon works, that is up when launced.
\ No newline at end of file
+ description : A service means a object with an start and optionally an stop
+ command. Unlike a daemon, which executes and continues to
+ run, a service executes, performs an action, then terminates.
+ A successful service will be given state UP. If a stop
+ command/script is specified, it will be used to terminate the
+ service and state DOWN will be set.
Modified: initng/trunk/plugins/simple_launcher/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/simple_launcher/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/simple_launcher/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,6 @@
contributors :
commands :
options : exec, exec_path, exec_args
- description : This launcher is more simple then launching a script,
- This one simple launches an executable with right enviroments.
\ No newline at end of file
+ description : The exec command is for use where only a single command is
+ needed for executing a daemon/service, rather than a
+ multi-line script.
Modified: initng/trunk/plugins/stcmd/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/stcmd/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/stcmd/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -6,5 +6,5 @@
service_dep_on, service_dep_on_deep, service_dep_on_me,
service_dep_on_me_deep, new_init
options :
- description : This plugin contains some werry basic commands, that user can use
- to control initng.
\ No newline at end of file
+ description : This plugin contains some basic commands for controlling
+ initng.
Modified: initng/trunk/plugins/stdout/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/stdout/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/stdout/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,6 +3,7 @@
contributors : Jimmy Wennlund <jimmy.wennlund at gmail.com>
commands :
options : stdout, stderr, stdall, stdin
- description : This plugins redirect the output to a file or socket/pipe
- before launching, if you redirecting output away from initng
- it wont be printed, or get in the logs, or history.
\ No newline at end of file
+ description : This plugin redirects the standard input/output and/or
+ standard error to a file, socket or pipe before launching.
+ When redirecting output away from initng it will not be
+ printed or stored in either logs or history.
Modified: initng/trunk/plugins/suid/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/suid/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/suid/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,4 +3,4 @@
contributors :
commands :
options : suid, sgid
- description : Set user and goup id before launching.
\ No newline at end of file
+ description : Set user and group id before launching.
Modified: initng/trunk/plugins/syncron/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/syncron/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/syncron/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -4,6 +4,6 @@
commands :
options : syncron
cmd_line_opt : synchronously
- description : IF syncron or synchronously is set, initng will make sure that there
- is not two service starting at the same time in the system, good for
- use when debugging, or with interactive plugin.
\ No newline at end of file
+ description : IF syncron or synchronously is set, initng will make sure that
+ there are not multiple services started simultaneously.
+ Useful for debugging, or with interactive plugin.
Modified: initng/trunk/plugins/sysreq/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/sysreq/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/sysreq/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,5 @@
contributors :
commands :
options :
- description : If this plugin is loaded, the service list is duped on console when
- executing keyboard sysreq, ( Alt + KeyUp )
\ No newline at end of file
+ description : If this plugin is loaded, the service list is duplicated on
+ the console when executing keyboard sysreq, ( Alt + KeyUp )
Modified: initng/trunk/plugins/unneeded/PLUGIN_DESCRIPTION
==============================================================================
--- initng/trunk/plugins/unneeded/PLUGIN_DESCRIPTION (original)
+++ initng/trunk/plugins/unneeded/PLUGIN_DESCRIPTION Wed Jun 7 16:28:15 2006
@@ -3,5 +3,6 @@
contributors :
commands : stop_unneeded
options :
- description : This simple plugins try to find all services that nothing depends on and
- shut them down, good for cleaning the system out of manually started services.
\ No newline at end of file
+ description : This simple plugin tries to find all services that nothing
+ depends on and shut them down, good for cleaning the system
+ out of manually started services.
More information about the Initng-svn
mailing list