diff options
Diffstat (limited to 'init.d.Linux/clock')
-rwxr-xr-x | init.d.Linux/clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock index dc4c526c..1c33e00d 100755 --- a/init.d.Linux/clock +++ b/init.d.Linux/clock @@ -52,7 +52,7 @@ depend() { setupopts() { case "${RC_SYS}" in - UML|VPS|XEN) + UML|VPS|XENU) utc="${RC_SYS}" ;; *) |