aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-04-16 07:59:08 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-04-16 07:59:08 +0000
commit100005e5f77420b7945f6bec2e483654947e3166 (patch)
treec9b649fd2c0c62e74dfaae9501f2d86016de48ae /README.shutdown
parentRemoved more bash specific code. (diff)
downloadgentoo-vdr-scripts-100005e5f77420b7945f6bec2e483654947e3166.tar.gz
gentoo-vdr-scripts-100005e5f77420b7945f6bec2e483654947e3166.tar.bz2
gentoo-vdr-scripts-100005e5f77420b7945f6bec2e483654947e3166.zip
Removed more bash specific code.
svn path=/gentoo-vdr-scripts/trunk/; revision=428
Diffstat (limited to 'README.shutdown')
-rw-r--r--README.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.shutdown b/README.shutdown
index a29b182..f7a7851 100644
--- a/README.shutdown
+++ b/README.shutdown
@@ -14,7 +14,7 @@ Wakeup-modules are named wakeup-${NAME}.sh
The used wakeup-module is selected by WAKEUP_METHOD in /etc/conf.d/vdr.shutdown.
Here acpi is used by default if nothing has been set.
-The module is sourced by the bash. The wakeup-module is executed as user root.
+The module is sourced by the shell. The wakeup-module is executed as user root.
The Main part of the wakeup-module:
@@ -23,7 +23,7 @@ A wakeup-module should do nothing in its main part.
Return values of functions:
- == 0 - success
+ = 0 - success
<> 0 - failure