Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263956
Collapse All | Expand All

(-)a/etc/conf.d/vdr.shutdown (+6 lines)
Lines 191-196 Link Here
191
#   default: 10 minutes
191
#   default: 10 minutes
192
#SHUTDOWN_DEFAULT_RETRY_TIME="10"
192
#SHUTDOWN_DEFAULT_RETRY_TIME="10"
193
193
194
#
195
# Set the systems hardware clock during shutdown.
196
#   allowed values: yes no
197
#   default: no
198
#SHUTDOWN_SYSTOHC="yes"
199
194
# Debugging variables:
200
# Debugging variables:
195
#DEBUG=1
201
#DEBUG=1
196
#DRY_SHUTDOWN=1
202
#DRY_SHUTDOWN=1
(-)a/usr/share/vdr/shutdown/pre-shutdown-98-systohc.sh (+7 lines)
Line 0 Link Here
1
do_systohc() {
2
	hwclock --systohc
3
}
4
5
if yesno "${SHUTDOWN_SYSTOHC:-no}"; then
6
	do_systohc
7
fi

Return to bug 263956