#!/bin/sh
if test -e /etc/adjtime ; then
while read line ; do
if test "$line" = LOCAL ; then
hwclock --systz
fi
done < /etc/adjtime
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| module-setup.sh | File | 662 B | 0644 |
|
| warpclock.sh | File | 151 B | 0644 |
|