1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

rdate(8) implementation taken from NetBSD

This commit is contained in:
Martin Cracauer 1998-01-28 11:33:17 +00:00
parent 15bb0cd7db
commit d4a2c641fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9486
5 changed files with 29 additions and 0 deletions

21
sysutils/rdate/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: rdate
# Version required: ....
# Date created: 19980128
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $Id: Makefile,v 1.7 1997/10/01 06:50:02 cracauer Exp $
#
DISTNAME= rdate-1.0
CATEGORIES= sysutils
MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/
MAINTAINER= cracauer@cons.org
MAN8= rdate.8
post-install:
$(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/bin/.
$(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.
.include <bsd.port.mk>

1
sysutils/rdate/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rdate-1.0.tar.gz) = e801fcedd77e1570b967d3eb2ac3f278

View File

@ -0,0 +1 @@
rdate sets the clock of the local host to the time another host.

4
sysutils/rdate/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
rdate sets the clock of the local host to the time another host.
It is simpler than xntp and friends.

2
sysutils/rdate/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/rdate
man/man8/rdate.8.gz