diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /sys/boot/i386/loader | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/boot/i386/loader')
| -rw-r--r-- | sys/boot/i386/loader/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/i386/loader/conf.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/loader/loader.8 | 2 | ||||
| -rw-r--r-- | sys/boot/i386/loader/main.c | 2 | ||||
| -rw-r--r-- | sys/boot/i386/loader/version | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 81acf1a35353..aa085497e570 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/loader/Makefile,v 1.28.2.4 1999/08/29 16:21:06 peter Exp $ BASE= loader PROG= ${BASE} diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 6ffa49f6a43b..9ff52ee226f7 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/loader/conf.c,v 1.10.2.1 1999/08/29 16:21:06 peter Exp $ */ #include <stand.h> diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8 index ef847c10e68f..17492671c232 100644 --- a/sys/boot/i386/loader/loader.8 +++ b/sys/boot/i386/loader/loader.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/i386/loader/loader.8,v 1.1.2.7 1999/08/29 16:21:07 peter Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index 327773820633..ad3ee165b7ca 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/loader/main.c,v 1.14.2.1 1999/08/29 16:21:07 peter Exp $ */ /* diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 01f8500452c3..a569e178dadd 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/i386/loader/version,v 1.2.2.4 1999/08/29 16:21:07 peter Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. |
