diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 12:39:47 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 12:39:47 +0000 |
commit | 455a9105a87bb69c103e06f290e1ba92b32bb6e6 (patch) | |
tree | 9e8da49cdb5098642062a93a6483eb8ad9b2e94d | |
parent | c13471f91fbc02af5ebaf98404a4250ac091ff86 (diff) |
Fix clock for XENU.
-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}" ;; *) |