util-linux: do not adjust hwclock via cron, remove cron hourly job.

This commit is contained in:
Juan RP 2011-10-12 16:27:48 +02:00
parent c2692bfeac
commit a46df6e6fb
2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
#
# Update our hwclock for system drift
/sbin/hwclock --adjust

View File

@ -3,7 +3,7 @@ pkgname=util-linux
_distver=2.20
#_patchver=".1"
version=${_distver}${_patchver}
revision=1
revision=2
wrksrc=${pkgname}-${version}
patch_args="-Np1"
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${_distver}/${pkgname}-${version}.tar.bz2"
@ -59,6 +59,4 @@ do_install()
vmkdir bin
mv ${DESTDIR}/usr/bin/logger ${DESTDIR}/bin
vmkdir var/lib/hwclock
# Install the cron daily job.
vinstall ${FILESDIR}/adjtime.cron-hourly 744 etc/cron.hourly adjtime
}