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 | |
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')
-rw-r--r-- | usr.sbin/sysinstall/anonFTP.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/doc.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/index.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/options.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysinstall/package.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/anonFTP.c b/usr.sbin/sysinstall/anonFTP.c index 51ecd89..699e1f6 100644 --- a/usr.sbin/sysinstall/anonFTP.c +++ b/usr.sbin/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. 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. diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c index 0e2c20f..51bbfc1 100644 --- a/usr.sbin/sysinstall/index.c +++ b/usr.sbin/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 6737628..c7cc42c 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index fb05a5f..d418110 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.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. diff --git a/usr.sbin/sysinstall/package.c b/usr.sbin/sysinstall/package.c index 78074d7..2ecb4b7 100644 --- a/usr.sbin/sysinstall/package.c +++ b/usr.sbin/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $FreeBSD$ + * $Id$ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. |