diff options
author | jkh <jkh@FreeBSD.org> | 1997-02-07 04:27:24 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-02-07 04:27:24 +0000 |
commit | 963a0fcad9b890d1acb1d505863525238a958802 (patch) | |
tree | a8f758e77e5721612fd3e8dead3b662d725493d5 /usr.sbin/sysinstall/doc.c | |
parent | 35db0d8dc14d1f06d140c8a46da0df59b5388eb8 (diff) | |
download | FreeBSD-src-963a0fcad9b890d1acb1d505863525238a958802.zip FreeBSD-src-963a0fcad9b890d1acb1d505863525238a958802.tar.gz |
It's easier to go forwards than backwards with this, and the RELENG_2_1_0
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.
Diffstat (limited to 'usr.sbin/sysinstall/doc.c')
-rw-r--r-- | usr.sbin/sysinstall/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/doc.c b/usr.sbin/sysinstall/doc.c index 17da2c6..2fc1bd7 100644 --- a/usr.sbin/sysinstall/doc.c +++ b/usr.sbin/sysinstall/doc.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. |