summaryrefslogtreecommitdiffstats
path: root/projects/innokom/etc/init.d/read-hwclock
blob: 2cbb59860b36964eb7ba599cb064119479c7ed6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# /etc/init.d/read-hwclock
#
# Copyright (C) 2003 Auerswald GmbH & Co. KG
# Kai-Uwe Bloem <linux-development@auerswald.de>
#

echo -n "reading the hardware clock... "

if [ ! -e /opt/auerswald/modules/auerrtc.o ]; then
	echo "no driver found.";
	exit 0;
fi

echo
/sbin/insmod /opt/auerswald/modules/auerrtc.o
/sbin/hwclock -s
date