diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /beagle/debian-rfs/lib/udev | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Merge branch 'schulung'
updates from current linutronix schulung.git
Conflicts:
Makefile
configpres.tex
flash-memory/ubi/handout_ubi_de.tex
handout.tex
index.txt
pres_master.tex
vorl.tex
vorl1.tex
vorl2.tex
vorl3.tex
vorl4.tex
vorl5.tex
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'beagle/debian-rfs/lib/udev')
| -rwxr-xr-x | beagle/debian-rfs/lib/udev/hwclock-set | 17 | ||||
| -rw-r--r-- | beagle/debian-rfs/lib/udev/rules.d/85-hwclock.rules | 4 |
2 files changed, 0 insertions, 21 deletions
diff --git a/beagle/debian-rfs/lib/udev/hwclock-set b/beagle/debian-rfs/lib/udev/hwclock-set deleted file mode 100755 index 2dcc8ee..0000000 --- a/beagle/debian-rfs/lib/udev/hwclock-set +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# Reset the System Clock to UTC if the hardware clock from which it -# was copied by the kernel was in localtime. - -dev=$1 - -if [ -f /etc/default/rcS ] ; then - . /etc/default/rcS -fi - -if [ yes != "$UTC" ] ; then - if [ yes = "$BADYEAR" ] ; then - /sbin/hwclock --rtc=$dev --systz --localtime --noadjfile --badyear - else - /sbin/hwclock --rtc=$dev --systz --localtime --noadjfile - fi -fi diff --git a/beagle/debian-rfs/lib/udev/rules.d/85-hwclock.rules b/beagle/debian-rfs/lib/udev/rules.d/85-hwclock.rules deleted file mode 100644 index e1e66e2..0000000 --- a/beagle/debian-rfs/lib/udev/rules.d/85-hwclock.rules +++ /dev/null @@ -1,4 +0,0 @@ -# Reset the System Clock to UTC if the hardware clock from which it was -# copied by the kernel was in localtime. - -KERNEL=="rtc0", RUN+="/lib/udev/hwclock-set $root/$name" |
