CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rdate: deleted from upstream core and here too
authorJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 11:04:31 +0000 (12:04 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 10 Dec 2009 11:04:31 +0000 (12:04 +0100)
rdate/.footprint [deleted file]
rdate/.md5sum [deleted file]
rdate/Pkgfile [deleted file]
rdate/rdate [deleted file]

diff --git a/rdate/.footprint b/rdate/.footprint
deleted file mode 100644 (file)
index b51c8bb..0000000
+++ /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 (file)
index 6c853bc..0000000
+++ /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 (file)
index 53db539..0000000
+++ /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 (executable)
index 2ac9dc3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# /etc/cron/daily/rdate: synchronize system clock
-#
-
-#/usr/bin/rdate -s <server>
-
-# End of file