summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 16:46:44 +0100
committerLukc <lukc@upyum.com>2010-12-12 16:46:44 +0100
commit4997bee047f6177ee403039e03963feac1c6b2d1 (patch)
tree4eb775d7b7658c2539b04a3650b3d935cbb9d8aa
parentb81b57f2b73d0231fae3ac7272c493a490813ab0 (diff)
downloadbase-4997bee047f6177ee403039e03963feac1c6b2d1.tar.gz
base-4997bee047f6177ee403039e03963feac1c6b2d1.tar.bz2
base-4997bee047f6177ee403039e03963feac1c6b2d1.tar.xz
base-4997bee047f6177ee403039e03963feac1c6b2d1.zip
Recette de openrdate retirée.
-rw-r--r--openrdate/.footprint10
-rw-r--r--openrdate/.md5sum2
-rw-r--r--openrdate/Pkgfile18
-rw-r--r--openrdate/Pkgfile.old17
-rw-r--r--openrdate/rdate13
5 files changed, 0 insertions, 60 deletions
diff --git a/openrdate/.footprint b/openrdate/.footprint
deleted file mode 100644
index 8dfe3fa..0000000
--- a/openrdate/.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/man8/
--rw-r--r-- root/root usr/man/man8/rdate.8.gz
diff --git a/openrdate/.md5sum b/openrdate/.md5sum
deleted file mode 100644
index 90e4fb6..0000000
--- a/openrdate/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-ad9bd58e1fb7babc74d0a0a16a1248a2 openrdate-1.2.tar.gz
-c212d60bdabec86c27d82b1a19223aa0 rdate
diff --git a/openrdate/Pkgfile b/openrdate/Pkgfile
deleted file mode 100644
index e13031b..0000000
--- a/openrdate/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-description="Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://sourceforge.net/projects/openrdate/"
-depends=()
-
-name=openrdate
-version=1.2
-release=1
-source=(http://downloads.sourceforge.net/project/openrdate/openrdate/openrdate-1.2.tar.gz/openrdate-1.2.tar.gz rdate)
-build ()
-{
- cd $name-$version;
- ./configure --prefix=/usr --mandir=/usr/man;
- make;
- make DESTDIR=$PKG install;
- install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate
-}
diff --git a/openrdate/Pkgfile.old b/openrdate/Pkgfile.old
deleted file mode 100644
index a469f87..0000000
--- a/openrdate/Pkgfile.old
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols
-# URL: http://sourceforge.net/projects/openrdate/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=openrdate
-version=1.2
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz
- rdate)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
- make
- make DESTDIR=$PKG install
- install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate
-}
diff --git a/openrdate/rdate b/openrdate/rdate
deleted file mode 100644
index 1e9218b..0000000
--- a/openrdate/rdate
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# /etc/cron/daily/rdate: synchronize system clock
-#
-# Note:
-# If called with the -a option, rdate use the adjtime
-# system call instead of settimeofday to gradually skew
-# the local time to the remote time rather than just
-# hopping. See rdate(8) and adjtime(2).
-
-#/usr/bin/rdate -nav pool.ntp.org
-
-# End of file