summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2013-03-09 19:27:49 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2013-03-09 19:27:49 +0000
commit6f648c81fc89d3d462ca1a71070971ea2972116e (patch)
tree1f938a6769cfefc8d00ccf4e33b3e81dfe84b8b2 /usr.bin
parentaf792f904058bddf1a5791d4a2c1ca41696d17ca (diff)
Add new cu to the build and disable tip. Also bump "first appeared in"
to .Ox 5.4 in cu.1. New cu is a libevent-based implementation of the useful features of the old tip/cu, plus a few new things like basic xmodem support. ok deraadt
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
-rw-r--r--usr.bin/cu/cu.16
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 5682ebdcfc2..ddca4353b77 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.126 2012/11/23 07:03:28 ratchov Exp $
+# $OpenBSD: Makefile,v 1.127 2013/03/09 19:27:48 nicm Exp $
.include <bsd.own.mk>
SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
basename bc bdes bgplg \
biff cal calendar cap_mkdb cdio chpass cmp col colrm \
- column comm compile_et compress cpp crontab csplit ctags cut \
+ column comm compile_et compress cpp crontab csplit ctags cu cut \
dc deroff diff diff3 dirname du encrypt env expand false file \
file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \
getconf getent getopt gprof grep gzsig head hexdump id indent \
@@ -23,7 +23,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
rwho sdiff script sed sendbug shar showmount skey \
skeyaudit skeyinfo skeyinit sndiod \
sort spell split sqlite3 ssh stat su systat \
- sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \
+ sudo tail talk tcopy tcpbench tee telnet tftp tic time \
tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
ul uname unexpand unifdef uniq units \
unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1
index 8dee23b972e..0d65d69dece 100644
--- a/usr.bin/cu/cu.1
+++ b/usr.bin/cu/cu.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cu.1,v 1.7 2012/07/15 06:55:28 nicm Exp $
+.\" $OpenBSD: cu.1,v 1.8 2013/03/09 19:27:48 nicm Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)tip.1 8.4 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: July 15 2012 $
+.Dd $Mdocdate: March 9 2013 $
.Dt CU 1
.Os
.Sh NAME
@@ -153,5 +153,5 @@ The
command appeared in
.Bx 4.2 .
This version was written for
-.Ox 5.2
+.Ox 5.4
by Nicholas Marriott.