diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.bin/rup | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-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..6294402e683c 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 $ +# 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 e9bc3d348581..a579c4660493 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.1.1.1 1994/08/28 15:01:31 csgr Exp $ +.\" rup.1,v 1.2 1994/11/18 21:37:40 ats Exp .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 0ae1be14ddde..b5c786050a4a 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: rup.c,v 1.3 1994/04/10 10:42:28 csgr Exp $"; +static char rcsid[] = "rup.c,v 1.1.1.1 1994/08/28 15:01:31 csgr Exp"; #endif /* not lint */ #include <stdio.h> |
