freebsd-dev/usr.sbin/sade
Robert Watson b459937e0c Throw the switch--change to UFS2 as our default file system format for
FreeBSD 5.1-RELEASE and later:

- newfs(8) will now create UFS2 file systems unless UFS1 is specifically
  requested (-O1).  To do this, I just twiddled the Oflag default.

- sysinstall(8) will now select UFS2 as the default layout for new
  file systems unless specifically requested (use '1' and '2' to change
  the file system layout in the disk labeler).  To do this, I inverted
  the ufs2 flag into a ufs1 flag, since ufs2 is now the default and
  ufs1 is the edge case.  There's a slight semantic change in the
  key behavior: '2' no longer toggles, it changes the selection to UFS2.

This is very similar to a patch David O'Brien sent me at one point, and
that I couldn't find.

Approved by:	re (telecon)
Reviewed by:	mckusick, phk, bmah
2003-04-20 14:08:05 +00:00
..
help Throw the switch--change to UFS2 as our default file system format for 2003-04-20 14:08:05 +00:00
command.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
config.c Relocate a call to enable inetd so that it is set regardless of 2003-02-06 01:55:40 +00:00
devices.c Use correct interface name (it's different on -current). 2003-03-05 18:50:18 +00:00
disks.c - Use some macros to define common text between the dialog boxes to set the 2002-12-05 22:10:39 +00:00
dispatch.c - Rename installFixupBin to installFixupBase to finish up the 'bin' to 2003-01-17 19:05:32 +00:00
dmenu.c
globals.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
install.c Throw the switch--change to UFS2 as our default file system format for 2003-04-20 14:08:05 +00:00
keymap.c
label.c Throw the switch--change to UFS2 as our default file system format for 2003-04-20 14:08:05 +00:00
list.h
main.c Add a function driverFloppyCheck() that asks the user if they would like to 2003-01-15 21:47:36 +00:00
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
menus.c Remove ftp2.it.FreeBSD.org from the list of mirrors. 2003-03-14 15:47:14 +00:00
misc.c save_realloc() should use reallocf() to close memory leaks. 2003-01-06 17:11:46 +00:00
msg.c Return the *right* error codes for yes/no questions when non-interactive. 2001-09-11 20:42:07 +00:00
rtermcap.c
sade.8 KerberosIV deorbit sequence: Un-teach sysinstall about KerberosIV. I'm 2003-03-08 12:07:13 +00:00
sade.h Throw the switch--change to UFS2 as our default file system format for 2003-04-20 14:08:05 +00:00
system.c * Negative #if's are harder to read as they don't tell exactly what arch 2002-10-11 22:30:09 +00:00
termcap.c Use the isDebug() function rather than making up a new environment 2001-09-22 18:07:47 +00:00
usb.c
variable.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
wizard.c Fix the wizardmodes 'write' command to not explode: Don't reference 2002-10-28 22:40:49 +00:00