diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/rup | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/rup')
| -rw-r--r-- | usr.bin/rup/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rup/rup.1 | 2 | ||||
| -rw-r--r-- | usr.bin/rup/rup.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 1d53109f824f..4882354332bc 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1993/11/10 03:47:06 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp $ PROG= rup MAN1= rup.1 diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index d5be15021bd0..eae2fe2f4743 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rup.1,v 1.3 1996/01/30 13:50:33 mpp Exp $ +.\" $Id: rup.1,v 1.3.2.1 1997/08/08 12:06:40 charnier Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index a04257d8e2ef..414d1ab981a0 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #ifndef lint static char rcsid[] = - "$Id: rup.c,v 1.4.2.1 1997/08/08 12:06:41 charnier Exp $"; + "$Id: rup.c,v 1.4.2.2 1997/09/15 10:19:53 jkh Exp $"; #endif /* not lint */ #include <err.h> |
