diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-10 18:55:04 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-01-10 18:55:04 +0000 |
commit | 8ce1ccbeeed1346ce6c512679cd306e84032dd03 (patch) | |
tree | bb1890e27df8c6f3770830b59968df6684446b9f /README.shutdown | |
parent | Remove global EXITCODE variable. (diff) | |
download | gentoo-vdr-scripts-8ce1ccbeeed1346ce6c512679cd306e84032dd03.tar.gz gentoo-vdr-scripts-8ce1ccbeeed1346ce6c512679cd306e84032dd03.tar.bz2 gentoo-vdr-scripts-8ce1ccbeeed1346ce6c512679cd306e84032dd03.zip |
Remove global TRY_AGAIN variable from interface to pre-shutdown-hooks.
svn path=/gentoo-vdr-scripts/trunk/; revision=381
Diffstat (limited to 'README.shutdown')
-rw-r--r-- | README.shutdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.shutdown b/README.shutdown index d926a8f..6c0b49a 100644 --- a/README.shutdown +++ b/README.shutdown @@ -112,8 +112,7 @@ bool is_forced_shutdown(void) void disable_auto_retry(void) Disables the auto-retry of a failed shutdown. Most times only for internal usage. - -Ouput Variables: - TRY_AGAIN - Sets the time in minutes to wait before shutdown is retried. +void set_retry_time(int time_minutes) + Tells shutdown-script to retry not before time_minutes minutes. |