head	1.10;
access;
symbols
	old_old_RELENG_4_1_1_RELEASE:1.5
	old_old_PRE_SMPNG:1.5
	old_old_RELENG_4_1_0_RELEASE:1.5
	old_old_RELENG_3_5_0_RELEASE:1.5
	old_old_RELENG_4_0_0_RELEASE:1.5
	old_old_RELENG_4:1.5.0.6
	old_old_RELENG_4_BP:1.5
	old_old_RELENG_3_4_0_RELEASE:1.5
	old_old_RELENG_3_3_0_RELEASE:1.5
	old_old_RELENG_3_2_PAO:1.5.0.4
	old_old_RELENG_3_2_PAO_BP:1.5
	old_old_RELENG_3_2_0_RELEASE:1.5
	old_old_RELENG_3_1_0_RELEASE:1.5
	old_old_RELENG_3:1.5.0.2
	old_old_RELENG_3_BP:1.5
	old_old_MCKUSICK2:1.1.1.4
	old_old_MCKUSICK:1.1.1.3
	old_old_RELENG_2_2_8_RELEASE:1.2
	old_old_RELENG_3_0_0_RELEASE:1.5
	old_old_RELENG_2_2_7_RELEASE:1.2
	old_old_RELENG_2_2_6_RELEASE:1.2
	old_old_POST_SOFTUPDATE:1.5
	old_old_PRE_SOFTUPDATE:1.5
	old_old_RELENG_2_2_5_RELEASE:1.2
	old_old_RELENG_2_2_2_RELEASE:1.2
	old_old_RELENG_2_2_1_RELEASE:1.2
	old_old_RELENG_2_2_0_RELEASE:1.2
	old_old_bsd_44_lite_2:1.1.1.2
	old_old_RELENG_2_1_7_RELEASE:1.2
	old_old_RELENG_2_1_6_1_RELEASE:1.2
	old_old_RELENG_2_1_6_RELEASE:1.2
	old_old_RELENG_2_2:1.2.0.8
	old_old_RELENG_2_2_BP:1.2
	old_old_RELENG_2_1_5_RELEASE:1.2
	old_old_RELENG_2_1_0_RELEASE:1.2
	old_old_RELENG_2_1_0:1.2.0.6
	old_old_RELENG_2_1_0_BP:1.2
	old_old_RELENG_2_0_5_RELEASE:1.2
	old_old_RELENG_2_0_5:1.2.0.4
	old_old_RELENG_2_0_5_BP:1.2
	old_old_RELENG_2_0_5_ALPHA:1.2
	old_old_RELEASE_2_0:1.2
	old_old_BETA_2_0:1.2
	old_old_ALPHA_2_0:1.2.0.2
	old_old_bsd_44_lite:1.1.1.1
	old_old_CSRG:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2002.05.19.00.09.29;	author rwatson;	state dead;
branches;
next	1.9;

1.9
date	2001.12.04.02.19.47;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	2000.10.14.02.44.53;	author adrian;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.09.09.21.04;	author adrian;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.09.08.26.28;	author adrian;	state Exp;
branches;
next	1.5;

1.5
date	98.02.06.22.31.02;	author jhay;	state Exp;
branches;
next	1.4;

1.4
date	98.02.05.14.30.32;	author jhay;	state Exp;
branches;
next	1.3;

1.3
date	97.03.11.12.19.21;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.02.41.57;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.26.06.34.09;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.26.06.34.10;	author rgrimes;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	97.03.11.11.59.33;	author peter;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	98.12.02.20.53.40;	author julian;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	98.12.03.02.18.31;	author julian;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove IFS from 5.0-CURRENT.  This facilitates introducing UFS2 as
IFS had its fingers deep in the belly of the UFS/FFS split.  IFS
will be reimplemented by the maintainer at a later date once the UFS
implementation is in place.

Requested by:	adrian (maintainer)
@
text
@# $FreeBSD: src/sbin/fsck_ifs/Makefile,v 1.9 2001/12/04 02:19:47 obrien Exp $
#	@@(#)Makefile	8.2 (Berkeley) 4/27/95

PROG=	fsck_ifs
NOMAN=	true
SRCS=	dir.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
	pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
WARNS=	0

.PATH:	${.CURDIR}/../../sys/ufs/ffs

.include <bsd.prog.mk>
@


1.9
log
@Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8
log
@Pre-IFS commit. Commit IFS-aware fsck and mount utilities.

mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out
           and "ufs" replaced with "ifs" in the right places. It will only
           mount a single filesystem, rather than the -t <type> magic that
           our real mount does.

fsck_ifs:  repocopy of sbin/fsck_ffs, but the directory structure stuff
           (pass2 and some refcount checks) has been #ifdef'ed out.

src/sbin/Makefile: Build these two utilities

There is probably cruft code left in both which can be removed at a later
date, especially in mount_ifs, but I trust that people will not try
mount_ifs -a ..

Note: there are no man pages installed for these two commands as I haven't
actually written them yet.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/fsck_ifs/Makefile,v 1.7 2000/10/09 09:21:04 adrian Exp $
d8 2
a9 1
CFLAGS+=-W
@


1.7
log
@Some missed magic in the fsck wrapper commit which is required by other
utilities which use bits of fsck_ffs - namely quotacheck and fsdb.
In depth, utilities.c contains blockcheck() which is needed by both,
but also a slew of routines which require bits of the FFS code to be
compiled in. This breaks the fs-specific and non-fs-specific code
up into two files (well, blockcheck() is the only routine in utilities.c,
that'll change later) which makes building fsck_ffs, quotacheck and
fsdb work yet again.

(You won't find commits to fsdb and quotacheck here before I haven't
committed the post-fsck-wrappers version of them yet.)
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/fsck_ffs/Makefile,v 1.6 2000/10/09 08:26:28 adrian Exp $
d4 2
a5 4
PROG=	fsck_ffs
LINKS+=	${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+=	${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
MAN8=	fsck_ffs.8
@


1.6
log
@Reviewed by:	rwatson, bp
Approved by:	rwatson
Obtained from:	NetBSD-current source tree

The beginnings of the fsck wrappers stuff from NetBSD. This particular commit
brings a newly repo-copied sbin/fsck_ffs/ (from sbin/fsck/) into fsck wrappers
mode.

A quick overview (the code reflects this):

* Documentation changed to reflect fsck_ffs instead of fsck
* Simply acts on a single filesystem, doesn't try to do any multiple filesystem
  magic - this is done by the fsck wrappers now

And then specific to fsck_ffs:

* link to /sbin/fsck_4.2bsd and /sbin/fsck_ufs. This is because right now
  the filesystem is of type ufs not ffs, and that during autodetection the
  labeltype rather than the VFS type is used - this is because when doing
  an autodetection of filesystem type in the fsck wrapper program, it does
  not have any link between label type (4.2bsd, vinum, etc) and VFS string.

Note that this shouldn't break a build since the required buildworld Makefile
magic and import of the fsck wrapper code into src/sbin/fsck/ will happen
in a seperate commit.
@
text
@d1 1
a1 1
# $FreeBSD$
d8 1
a8 1
SRCS=	dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
@


1.5
log
@opt_diagnostic.h isn't needed anymore.
@
text
@d1 1
d4 4
a7 2
PROG=	fsck
MAN8=	fsck.8
d9 1
a9 1
	pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
@


1.4
log
@fsdb and fsck use the ffs code which needs opt_diagnostic.h.
@
text
@d6 2
a7 4
	pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c \
	opt_diagnostic.h
CFLAGS+=-W -I${.OBJDIR}
CLEANFILES+=opt_diagnostic.h
a8 3

opt_diagnostic.h:
	touch opt_diagnostic.h
@


1.3
log
@Merge from Lite2.  Note that Lite2 has it's own filesystem clean check
skipping code that overrides ours sooner.  One should be eliminated,
but for now it works.
@
text
@d6 4
a9 2
	pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
CFLAGS+=-W
d11 3
@


1.2
log
@Convert to our man installation style.  Also fixed long-standing bug
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
@
text
@d1 1
a1 1
#	@@(#)Makefile	8.1 (Berkeley) 6/5/93
d7 1
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
MAN8=	fsck.0
@


1.1.1.1
log
@BSD 4.4 Lite sbin Sources

Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
@
text
@@


1.1.1.2
log
@Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.
(note that some of these have already been imported, this is a no-op)
@
text
@d1 1
a1 1
#	@@(#)Makefile	8.2 (Berkeley) 4/27/95
a6 1
CFLAGS+=-W
@


1.1.1.3
log
@Latest version of fsck from the folks at EX-CSRG specifically Kirk Mckusick.
Don Lewis and Kirk have merges nearly all FreeBSD Fixes into Kirks sources
so there is very little that needs to be re-merged.
@
text
@d8 1
@


1.1.1.4
log
@Work out that there are a few slight improvements to import as well.
@
text
@d4 1
a4 1
MAN8=	fsck.8
a7 1
.PATH:	${.CURDIR}/../../sys/ufs/ffs
@


