From: Jose V Beneyto Date: Thu, 10 Dec 2009 11:04:31 +0000 (+0100) Subject: rdate: deleted from upstream core and here too X-Git-Url: http://gitweb/?a=commitdiff_plain;h=b13ed46ea95f3a02b5fa26bbeef0c873b52df614;p=attic%2Fports%2Fcore-cross.git rdate: deleted from upstream core and here too --- diff --git a/rdate/.footprint b/rdate/.footprint deleted file mode 100644 index b51c8bb..0000000 --- a/rdate/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/rdate/.md5sum b/rdate/.md5sum deleted file mode 100644 index 6c853bc..0000000 --- a/rdate/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -895e666bcf4c925202e5170299f28227 rdate -b2e5bbfa10ec480076750fd78fe7f7a5 rdate-1.4.tar.gz diff --git a/rdate/Pkgfile b/rdate/Pkgfile deleted file mode 100644 index 53db539..0000000 --- a/rdate/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} diff --git a/rdate/rdate b/rdate/rdate deleted file mode 100755 index 2ac9dc3..0000000 --- a/rdate/rdate +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# /etc/cron/daily/rdate: synchronize system clock -# - -#/usr/bin/rdate -s - -# End of file