diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /gnu/usr.bin/yppush | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
This commit was manufactured by cvs2svn to create tagupstream/2.1.0_cvsrelease/2.1.0_cvs
'RELENG_2_1_0_RELEASE'.
This commit was manufactured to restore the state of the 2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/usr.bin/yppush')
-rw-r--r-- | gnu/usr.bin/yppush/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/yppush/yppush.8 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/yppush/yppush.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/yppush/Makefile b/gnu/usr.bin/yppush/Makefile index 374760aa302c..dcee477ec871 100644 --- a/gnu/usr.bin/yppush/Makefile +++ b/gnu/usr.bin/yppush/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.7 1995/05/30 05:05:19 rgrimes Exp $ +# $Id: Makefile,v 1.7.4.1 1995/08/30 07:16:34 davidg Exp $ PROG= yppush SRCS= yp_clnt.c yppush.c diff --git a/gnu/usr.bin/yppush/yppush.8 b/gnu/usr.bin/yppush/yppush.8 index 92e140540b02..5a2c45537796 100644 --- a/gnu/usr.bin/yppush/yppush.8 +++ b/gnu/usr.bin/yppush/yppush.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: yppush.8,v 1.1 1995/02/05 21:48:04 wpaul Exp $ .\" .Dd February 5, 1995 .Dt YPPUSH 8 diff --git a/gnu/usr.bin/yppush/yppush.c b/gnu/usr.bin/yppush/yppush.c index aca50af6464a..3d026f43fe54 100644 --- a/gnu/usr.bin/yppush/yppush.c +++ b/gnu/usr.bin/yppush/yppush.c @@ -18,7 +18,7 @@ Modified for use with FreeBSD 2.x by Bill Paul (wpaul@ctr.columbia.edu) - $Id: yppush.c,v 1.6.2.1 1995/06/04 17:15:49 davidg Exp $ + $Id: yppush.c,v 1.7 1995/06/11 19:28:55 rgrimes Exp $ */ #include <stdio.h> |