diff options
Diffstat (limited to 'usr.bin/nc/scripts/dist.sh')
-rw-r--r-- | usr.bin/nc/scripts/dist.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nc/scripts/dist.sh b/usr.bin/nc/scripts/dist.sh index 4d2534a0e35..f9519c87a67 100644 --- a/usr.bin/nc/scripts/dist.sh +++ b/usr.bin/nc/scripts/dist.sh @@ -1,4 +1,6 @@ #! /bin/sh +# $OpenBSD: dist.sh,v 1.2 2001/01/29 01:58:12 niklas Exp $ + ## This is a quick example listen-exec server, which was used for a while to ## distribute netcat prereleases. It illustrates use of netcat both as a ## "fake inetd" and a syslogger, and how easy it then is to crock up a fairly |