diff options
author | 2020-01-07 22:42:27 +0100 | |
---|---|---|
committer | 2020-01-07 22:42:27 +0100 | |
commit | fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6 (patch) | |
tree | 9e28e9e5c87214e8dcaa30ec001790acfca0e22b /etc | |
parent | proj/gentoo-vdr-scripts: Bumped to version 2.8 (diff) | |
download | gentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.tar.gz gentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.tar.bz2 gentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.zip |
gentoo-vdr-scripts.git: removed acpi wakeup support
removed acpi wakeup support, this was announced in earlier
g-v-s versions,
taken changes from https://github.com/lucianm/gentoo-vdr-scripts
Suggested-by: Lucian Muresan <lucianm@users.sourceforge.net>
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/vdr.shutdown | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/conf.d/vdr.shutdown b/etc/conf.d/vdr.shutdown index f79d13f..cce1c5c 100644 --- a/etc/conf.d/vdr.shutdown +++ b/etc/conf.d/vdr.shutdown @@ -21,12 +21,6 @@ # allowed values: rtc nvram none # default: try all values # -# allowed value: acpi -# acpi wakup is deprecated since kernel > 2.6.38 -# if you would like use it, -# you have to set this explicit below -# Note: support will removed in future versions of gentoo-vdr-scripts -# #WAKEUP_METHOD="" ########################################################### |