]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- /etc/sysconfig/clock added (for hardware clock options)
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 14 Dec 2000 09:32:03 +0000 (09:32 +0000)
committerJacek Konieczny <jajcus@pld-linux.org>
Thu, 14 Dec 2000 09:32:03 +0000 (09:32 +0000)
svn-id: @846

sysconfig/Makefile.am
sysconfig/clock [new file with mode: 0644]

index 466f183b4fd2dc02cdc927a1a24be6c42904cc5d..95eb7fc950370630f65a067ba5bdbad76b5342eb 100644 (file)
@@ -6,6 +6,7 @@ sysconfigdir = @sysconfigdir@
 
 sysconfig_DATA = \
        system \
+       clock \
        network \
        static-routes \
        static-nat \
diff --git a/sysconfig/clock b/sysconfig/clock
new file mode 100644 (file)
index 0000000..4ba08a4
--- /dev/null
@@ -0,0 +1,7 @@
+# Should the hardware clock be kept in Coordinated Universal Time 
+# (instead of local time).
+UTC=false
+# true means  your  machine  uses epoch 1980 in its hardware  clock
+ARC=false
+# true means your machine uses  epoch  1900  in  its hardware   clock
+SRM=false
This page took 0.123917 seconds and 4 git commands to generate.