+++ /dev/null
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/cron/
-drwxr-xr-x root/root etc/cron/daily/
--rwxr-xr-x root/root etc/cron/daily/rdate
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/rdate
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/rdate.1.gz
+++ /dev/null
-895e666bcf4c925202e5170299f28227 rdate
-b2e5bbfa10ec480076750fd78fe7f7a5 rdate-1.4.tar.gz
+++ /dev/null
-# Description: Retrieves the date and time from another machine on your network (RFC 868)
-# URL: ftp://people.redhat.com/sopwith/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-
-name=rdate
-version=1.4
-release=1
-source=(http://ftp.osuosl.org/pub/nslu2/sources/$name-$version.tar.gz rdate)
-
-build() {
- cd $name-$version
- make CFLAGS="$CFLAGS"
- install -D -m 755 rdate $PKG/usr/bin/rdate
- install -D -m 755 ../rdate $PKG/etc/cron/daily/rdate
- install -D -m 644 rdate.1 $PKG/usr/man/man1/rdate.1
-}
+++ /dev/null
-#!/bin/sh
-#
-# /etc/cron/daily/rdate: synchronize system clock
-#
-
-#/usr/bin/rdate -s <server>
-
-# End of file