Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/haltF14.diff
diff options
context:
space:
mode:
Diffstat (limited to 'haltF14.diff')
-rw-r--r--haltF14.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/haltF14.diff b/haltF14.diff
new file mode 100644
index 0000000..eed0209
--- /dev/null
+++ b/haltF14.diff
@@ -0,0 +1,11 @@
+--- halt.orig 2007-11-02 21:30:00.000000000 +0930
++++ halt 2007-11-02 21:30:00.000000000 +0930
+@@ -104,7 +104,7 @@
+ chmod 600 /var/lib/random-seed
+ action $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
+
+-[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
++#[ -x /sbin/hwclock ] && action $"Syncing hardware clock to system time" /sbin/hwclock --systohc
+
+ # Try to unmount tmpfs filesystems to avoid swapping them in. Ignore failures.
+ tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; }