summaryrefslogtreecommitdiff
path: root/rdate
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-05-13 20:23:13 +0200
committerJuergen Daubert <jue@jue.li>2009-05-13 20:23:13 +0200
commitd0c3813420ce354145a6dac288a7579ee1b5d171 (patch)
tree70cf575860927b88db81c6ac3be7aeffc6e5e432 /rdate
parenta1d32a7772764755d588a9c7a64094cd705f4bfa (diff)
downloadcore-d0c3813420ce354145a6dac288a7579ee1b5d171.tar.gz
core-d0c3813420ce354145a6dac288a7579ee1b5d171.tar.xz
rdate: replaced by openrdate
Diffstat (limited to 'rdate')
-rw-r--r--rdate/.footprint10
-rw-r--r--rdate/.md5sum2
-rw-r--r--rdate/Pkgfile16
-rwxr-xr-xrdate/rdate8
4 files changed, 0 insertions, 36 deletions
diff --git a/rdate/.footprint b/rdate/.footprint
deleted file mode 100644
index b51c8bb5..00000000
--- 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 6c853bc0..00000000
--- 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 b8acad9b..00000000
--- a/rdate/Pkgfile
+++ /dev/null
@@ -1,16 +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
-
-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 2ac9dc38..00000000
--- a/rdate/rdate
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# /etc/cron/daily/rdate: synchronize system clock
-#
-
-#/usr/bin/rdate -s <server>
-
-# End of file

Generated by cgit