diff options
author | 2006-01-05 22:22:26 +0000 | |
---|---|---|
committer | 2006-01-05 22:22:26 +0000 | |
commit | 84df1d333311ea23bba1c70867ea0d9c47fc6c2b (patch) | |
tree | 72deda1a4dbba72d5bafefba695c63f83e93a495 | |
parent | some work on shutdown / periodic-thread (diff) | |
download | gentoo-vdr-scripts-84df1d333311ea23bba1c70867ea0d9c47fc6c2b.tar.gz gentoo-vdr-scripts-84df1d333311ea23bba1c70867ea0d9c47fc6c2b.tar.bz2 gentoo-vdr-scripts-84df1d333311ea23bba1c70867ea0d9c47fc6c2b.zip |
Make it clearer how to get more shutdown/wakeup-methods.
svn path=/gentoo-vdr-scripts/trunk/; revision=120
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | usr/lib/vdr/rcscript/pre-start-50-shutdown.sh | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,10 @@ # ChangeLog for gentoo-vdr-scripts 05 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> + usr/lib/vdr/rcscript/pre-start-50-shutdown.sh: + Make it clearer how to get more shutdown/wakeup-methods. + + 05 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> usr/lib/vdr/shutdown/pre-shutdown-99-periodic-thread.sh, usr/lib/vdr/bin/vdrshutdown-gate.sh, usr/lib/vdr/bin/vdrshutdown-periodic-thread.sh: diff --git a/usr/lib/vdr/rcscript/pre-start-50-shutdown.sh b/usr/lib/vdr/rcscript/pre-start-50-shutdown.sh index 66d54b8..4e62ca1 100644 --- a/usr/lib/vdr/rcscript/pre-start-50-shutdown.sh +++ b/usr/lib/vdr/rcscript/pre-start-50-shutdown.sh @@ -7,7 +7,8 @@ list_wakeup_methods() { methods="${methods} ${m/.sh/}" done einfo " Available shutdown methods:${methods}" - einfo " There may be some more methods available when activated via use flag." + einfo " There are some useflags to enable more shutdown methods." + einfo " You have to reemerge gentoo-vdr-scripts with the new use-flags set." } shutdown_disabled() { |