mountd - Add the -h <bindip> option
[dragonfly.git] / UPDATING
1 # Updating Information for DragonFly users.
2 #
3 #
4 # This file should warn you of any pitfalls which you might need to work around
5 # when trying to update your DragonFly system.  The information below is
6 # in reverse-time order, with the latest information at the top.
7 #
8 # If you discover any problem, please contact the bugs@lists.dragonflybsd.org
9 # mailing list with the details.
10
11 +-----------------------------------------------------------------------+
12 +         UPGRADING DRAGONFLY FROM 4.0 TO LATER VERSIONS                +
13 +-----------------------------------------------------------------------+
14
15 OLD USB DRIVERS REMOVED
16 -----------------------
17
18 The old USB stack, along with the kernel config option "device oldusb"
19 and the make.conf variable "WANT_OLDUSB" have been removed. This means
20 that for custom kernel configuration files which were derived from a
21 GENERIC or X86_64_GENERIC file prior to making the usb4bsd stack default,
22 various (old USB stack specific) devices will now complain about being
23 unknown:
24
25   * oldusb      (obviously)
26   * natausb     (not yet ported to usb4bsd)
27   * rue         (not yet ported to usb4bsd)
28   * ugen        (no longer needed in usb4bsd)
29   * urio        (not yet ported to usb4bsd)
30   * uscanner    (no longer needed in usb4bsd)
31
32 They should be removed or commented out in such custom kernel configs.
33
34 +-----------------------------------------------------------------------+
35 +         UPGRADING DRAGONFLY FROM 3.8 TO LATER VERSIONS                +
36 +-----------------------------------------------------------------------+
37
38 SMP AND DEVICE_POLLING OPTIONS MADE UNKNOWN
39 -------------------------------------------
40
41 DEVICE_POLLING was replaced by IFPOLL_ENABLE and the former SMP code is
42 the default now (even on single-core systems), both for, like, 21 months.
43 We kept the options around as no-ops as a convenience, to allow people
44 using the same config for the then current release and the then current
45 master. That period is now over, so any configs still having those
46 options have to be adjusted.
47
48 SYSVIPC SYSCALLS MADE NON-OPTIONAL
49 ----------------------------------
50
51 The code related to the SYSVMSG, SYSVSEM and SYSVSHM kernel options is
52 now compiled in by default. The options are no-ops for now.
53
54 DEFAULT DRIVER CHANGED FOR LSI "THUNDERBOLT" SERIES RAID CONTROLLERS
55 --------------------------------------------------------------------
56
57 The default driver for those controllers is now mrsas(4) due to reports
58 of file system corruption using the mfi(4) driver. The whole issue (and
59 how to deal with potential problems when switching) was explained here:
60
61 http://lists.dragonflybsd.org/pipermail/users/2014-July/128703.html
62
63 A tunable is provided for letting those controllers still attach via
64 the mfi(4) driver, hw.mrsas.mfi_enable (see mrsas(4) manual page).
65
66 OLDER NETWORK DRIVERS MOVED TO I386 ONLY
67 ----------------------------------------
68
69 The following drivers have been made i386 only: ed(4), sr(4), ng_sync_ar
70 and ng_sync_sr. ed(4) used to be in X86_64_GENERIC, so it has to be
71 removed in kernel configs derived from X86_64_GENERIC.
72
73 +-----------------------------------------------------------------------+
74 +         UPGRADING DRAGONFLY FROM 3.6 TO LATER VERSIONS                +
75 +-----------------------------------------------------------------------+
76
77 UPDATE FROM MOST RECENT 3.6
78 ---------------------------
79
80 Versions of 3.6 built before June 25th have a bug where installworld might 
81 crash during installation of the new initrd.  Upgrade to the latest version
82 of 3.6 before updating to 3.8 or later.
83
84 ATM, IPX, NCP AND NWFS SUPPORT DROPPED
85 --------------------------------------
86
87 Support for the IPX and NCP network protocols and for mouting NetWare
88 file systems has been dropped. Dito for ATM protocol support.
89
90 INITRD IMAGES NOW INSTALLED BY DEFAULT
91 --------------------------------------
92
93 An initial ramdisk image is now installed in /boot/kernel/initrd.img.gz
94
95 Older images installed under the file name of initrd.img will be removed
96 automatically by the make upgrade process.
97
98 USB4BSD IS NOW THE DEFAULT USB STACK
99 ------------------------------------
100
101 To get back to the old stack, put "WANT_OLDUSB=yes" in /etc/make.conf and
102 replace "device usb" with "device oldusb" in the kernel configuration.
103
104 MORE ISA SUPPORT DROPPED
105 ------------------------
106
107 ISA support has been dropped from the following drivers: adv(4), an(4),
108 ar(4), cs(4), digi(4), ed(4), ep(4), ex(4), fe(4), lnc(4), sbni(4),
109 si(4), sn(4), and stg(4).
110
111 +-----------------------------------------------------------------------+
112 +         UPGRADING DRAGONFLY FROM 3.4 TO LATER VERSIONS                +
113 +-----------------------------------------------------------------------+
114
115 ABI CHANGE
116 ----------
117
118 Installed third-party software (dports) will have to be rebuilt after upgrade,
119 or reinstalled from binary packages.
120
121 UPDATING FROM 3.4 TO 3.6
122 ------------------------
123
124 This only applies for this specific upgrade due to locale changes; it is 
125 not needed for upgrades after 3.6.  Please update in this order:
126
127 make buildworld
128 make buildkernel
129 make installworld
130 make installkernel
131 *reboot*
132 make upgrade
133
134 See this mailing list post for details:
135 http://lists.dragonflybsd.org/pipermail/users/2013-September/090163.html
136
137 CYRIX OPTIONS REMOVED
138 ---------------------
139
140 The following Cyrix related options have been removed: CPU_BTB_EN,
141 CPU_CYRIX_NO_LOCK, CPU_DIRECT_MAPPED_CACHE, CPU_DISABLE_5X86_LSSER,
142 CPU_FASTER_5X86_FPU, CPU_IORT, CPU_LOOP_EN, CPU_RSTK_EN, CPU_SUSP_HLT,
143 CYRIX_CACHE_WORKS, and CYRIX_CACHE_REALLY_WORKS
144
145 ISA SUPPORT REMOVED FROM RP(4)
146 ------------------------------
147
148 ISA support has been removed from the rp(4) driver. It is now PCI only.
149
150 +-----------------------------------------------------------------------+
151 +         UPGRADING DRAGONFLY FROM 3.2 TO LATER VERSIONS                +
152 +-----------------------------------------------------------------------+
153
154 COMPAT_SUNOS OPTION REMOVED
155 ---------------------------
156
157 The COMPAT_SUNOS option has been removed. It was meant to provide binary
158 compatibility with SunOS 4.x for the sparc32 port of 4.4BSD.
159
160 ISA SOUND CARD SUPPORT REMOVED
161 ------------------------------
162
163 The following modules have been removed (all for ISA sound cards):
164 snd_ad1816.ko, snd_ess.ko, snd_mss.ko, snd_sb8.ko, snd_sb16.ko, snd_sbc.ko
165
166 GCC 4.7
167 -------
168
169 DragonFly has switched base compilers.  GCC 4.7 is now the default
170 compiler and GCC 4.4 is the alternative compiler.  The "NO_GCC47" make
171 variable ceases to work now.
172
173 Users who wish to build only GCC 4.7 have to use NO_GCC44 in the
174 /etc/make.conf to prohibit GCC 4.4 from building.  However, using it is
175 highly discouraged.  There are a few packages in pkgsrc that do not build
176 with GCC 4.7 and the new "DPorts" system uses GCC 4.4 by default.  At
177 this time, it is recommended to keep both compilers on the base system.
178
179 SMP OPTION REMOVED
180 ------------------
181
182 The SMP kernel option has been made a no-op. All kernels now feature SMP
183 support. If you have 'options SMP' in your kernel config, you can as well
184 remove it.
185
186 DEVICE_POLLING OPTION REPLACED BY IFPOLL_ENABLE OPTION, KTR_POLLING REMOVED
187 ---------------------------------------------------------------------------
188
189 The DEVICE_POLLING kernel option has been made a no-op and it has been
190 replaced by IFPOLL_ENABLE.  If you have 'options DEVICE_POLLING' in your
191 kernel config, you need to change it to IFPOLL_ENABLE.
192
193 Also, the KTR_POLLING kernel option has been removed, so it must be
194 removed from kernel configs that have it.
195
196 BUSLOGIC, CYCLADES AND STALLION ISA SUPPORT REMOVED
197 ---------------------------------------------------
198
199 The bt(4) driver for Buslogic SCSI adapters has been made PCI only. ISA
200 cards will no longer be detected.
201
202 The same has been done for Stallion multiport serial controllers. stli(4)
203 has been completely removed (along with the stlload(8) and stlstty(8)
204 utilities) and stl(4) was changed to support only PCI cards. Similarly,
205 ISA support was removed from cy(4) too. All these drivers are i386 only.
206
207 COMPAT_OLDISA OPTION GONE
208 -------------------------
209
210 The i386 specific COMPAT_OLDISA kernel option has been removed, since
211 nothing needs it anymore.
212
213 +-----------------------------------------------------------------------+
214 +         UPGRADING DRAGONFLY FROM 3.0 TO LATER VERSIONS                +
215 +-----------------------------------------------------------------------+
216
217 APIC_IO OPTION REMOVED
218 ----------------------
219
220 The APIC_IO kernel option is no longer accepted after having been without
221 effect for a while. The hw.ioapic_enable tunable now serves its purpose.
222 If you have 'options APIC_IO' in your kernel config, you'll have to
223 remove it.
224
225 WATCHDOG_ENABLE & HW_WDOG OPTIONS REMOVED
226 -----------------------------------------
227
228 The wdog framework is now compiled into our kernels by default, so the
229 options are no longer needed.
230
231 DOSCMD(1) REMOVED
232 -----------------
233
234 doscmd(1) has been removed. It was i386 only. The doscmd(1) specific
235 NO_X make.conf option was removed too.
236
237 GCC 4.7
238 -------
239
240 GCC 4.7 has been brought in and replaces GCC 4.1 as DragonFly's non-
241 default compiler in base (default is still GCC 4.4).
242
243 Users who wish to build only GCC 4.4 have to replace NO_GCC41 with
244 NO_GCC47 in /etc/make.conf.
245
246 USB4BSD
247 -------
248
249 A new USB stack (from FreeBSD) has been brought in. The following
250 modules have been ported so far: usb, uhci, ohci, ehci, xhci, umass,
251 usfs, uether, if_axe, if_udav, ukbd, ums, uep, uhid, usb_quirk,
252 and uaudio.
253
254 It is not yet the default. To activate it, WANT_USB4BSD=yes has to
255 be put in make.conf and device "usb4bsd" (quotes needed) has to
256 replace device usb in the kernel config. After that, a full
257 build/install/upgrade cycle is needed.
258
259 Note that this is experimental and incomplete, but we are interested
260 in hearing about issues with it, of course.
261
262 ISA SUPPORT REMOVED FROM AIC-6260/6360 DRIVER
263 ---------------------------------------------
264
265 ISA adapter support was dropped from the aic(4) driver.
266
267 +-----------------------------------------------------------------------+
268 +         UPGRADING DRAGONFLY FROM 2.10 TO LATER VERSIONS               +
269 +-----------------------------------------------------------------------+
270
271 SEVERAL ISA DRIVERS REMOVED
272 ---------------------------
273
274 The following ISA only drivers have been removed along with a couple of
275 associated userland tools:
276
277 aha(4)
278 asc(4) & sasc(1)
279 ctx
280 dgb(4)
281 el(4)
282 gpib
283 gsc(4) & sgsc(1)
284 ie(4)
285 labpc(4)
286 le(4)
287 mse(4)
288 rc(4)
289 rdp(4)
290 spigot
291 tw(4) & xten(1) & xtend(8)
292 wl(4) & wlconfig(8)
293 wt(4)
294
295 Note that two of these drivers (aha(4) and ie(4)) are in our GENERIC
296 config and one (aha(4)) is in our X86_64_GENERIC kernel configuration
297 file.
298
299 If buildkernel complains about any of these drivers, just remove them
300 from your kernel configuration.
301
302 BINUTILS 2.20
303 -------------
304 Binutils 2.20 has been removed in favor of Binutils 2.22.  The accepted
305 values of BINUTILSVERS are now binutils221 and binutils222 (default).
306
307 BUILDWORLD/-KERNEL PARALLELIZATION WORK
308 ---------------------------------------
309 Due to changes in the way we build with more than one make job, you
310 will have to update install(1) and mkdir(1) prior to buildworld if you
311 want to build with 'make -j':
312
313 cd /usr/src/usr.bin/xinstall; make; make install; make clean
314 cd /usr/src/bin/mkdir; make; make install; make clean
315
316 DMA(8) UPGRADE
317 --------------
318 dma(8) has been upgraded to v0.7 which no longer supports the
319 /etc/dma/virtusertable. Some of its functionality has been replaced
320 with the MASQUERADE keyword and the EMAIL environment variable (see
321 the dma(8) manual page).
322
323 +-----------------------------------------------------------------------+
324 +         UPGRADING DRAGONFLY FROM 2.8 TO LATER VERSIONS                +
325 +-----------------------------------------------------------------------+
326
327 GCC 4.4 & BINUTILS 2.21
328 -----------------------
329
330 GCC 4.4 has been made DragonFly's default compiler and Binutils 2.21 has
331 been made DragonFly's default Binutils.
332
333 That means that any settings that set CCVER to 'gcc44' are not needed
334 anymore. Instead, CCVER can be set to 'gcc41' to go back to using
335 GCC 4.1.
336
337 It also means that 'binutils221' as a value for BINUTILSVER has no
338 effect anymore. 2.17 has been removed and 'binutils220' is available
339 as an option.
340
341 The NO_GCC44 option has been removed and will not affect the build
342 anymore. There is now a NO_GCC41 option that will prevent GCC 4.1 from
343 building in a similar fashion.
344
345 Note that you must do a full buildworld/buildkernel for upgrading.
346
347 pkg_radd settings
348 -----------------
349
350 The config file for pkg_radd has moved from /etc/settings.conf to 
351 /etc/pkg_radd.conf.  Save the contents of settings.conf before upgrading
352 if this is needed.  This warning only applies if /etc/settings.conf 
353 exists.  pkg_radd will continue to work with defaults.
354
355 +-----------------------------------------------------------------------+
356 +         20100927                                                      +
357 +         UPGRADING DRAGONFLY FROM 2.6 to 2.8 or HEAD                   +
358 +-----------------------------------------------------------------------+
359
360 OpenSSL
361 --------
362
363 OpenSSL has been upgraded, and SHLIB_MAJOR was bumped for libssh and libcrypto.
364 This shouldn't break any 3rd-party software, but you'll need to recompile your
365 3rd-party software if you want it to link against the new version of OpenSSL.
366
367 Loader
368 -------
369
370 A new loader (dloader) has been added which better handles booting from
371 multiple kernel/module versions.
372
373 To upgrade (Only for this upgrade, for post 2.8 upgrades see GENERAL below)
374
375         cd /usr/src
376         make buildworld
377         make installworld
378         make upgrade
379         make buildkernel KERNCONF=<KERNELNAME>
380         make installkernel KERNCONF=<KERNELNAME>
381
382 Note that you must installworld and run the 'upgrade' target before
383 installing the new kernel.
384
385 BIND
386 -----
387
388 BIND has been removed from the base system.  The ldns and drill tools have 
389 been added for basic functionality.  Use 'drill' where you would normally 
390 use nslookup or dig, or install BIND from pkgsrc.  It's available as 
391 net/bind95, net/bind96, or net/bind97 as of this writing.
392
393 This only affects older systems upgrading to 2.8.  New 2.8+ installs 
394 include BIND as a pkgsrc package.
395
396 +-----------------------------------------------------------------------+
397 +         UPGRADING DRAGONFLY ON AN EXISTING DRAGONFLY SYSTEM           +
398 +                               GENERAL                                 +
399 +-----------------------------------------------------------------------+
400
401 Instructions on how to obtain and maintain DragonFly source code using git
402 are in the development(7) manual page.
403
404 To upgrade a DragonFly system from sources you run the following sequence:
405
406         cd /usr/src
407         make buildworld
408         make buildkernel KERNCONF=<KERNELNAME>
409         make installkernel KERNCONF=<KERNELNAME>
410         make installworld
411
412 You will also want to run the 'upgrade' target to upgrade your /etc and the
413 rest of your system.  The upgrade target is aware of stale files created by
414 older DragonFly installations and should delete them automatically.
415
416         make upgrade
417
418 See the build(7) manual page for further information.
419
420 Once you've done a full build of the world and kernel you can do incremental
421 upgrades of either by using the 'quickworld' and 'quickkernel' targets
422 instead of 'buildworld' and 'buildkernel'.  If you have any problems with
423 the quick targets, try updating your repo first, and then a full buildworld
424 and buildkernel as shown above, before asking for help.
425
426 +-----------------------------------------------------------------------+
427 +         UPGRADING FROM DRAGONFLY <= 2.0 TO DRAGONFLY >= 2.1           +
428 +-----------------------------------------------------------------------+
429
430 In 2.1 kernel and modules has moved to boot directory.  For most cases
431 this is handled automatically by 'make upgrade'.  A few cases needs manual
432 intervention:
433
434  * When installing a kernel without first doing a make buildworld,
435    installworld and upgrade to the same DESTDIR as kernel:
436    make DESTDIR/boot directory and move kernel and modules into this boot
437    directory; also move kernel.old and modules.old.
438    Typical example is vkernel(7), use (no modules used):
439
440         cd /var/vkernel
441         mkdir boot
442         chflags noschg kernel
443         mv kernel kernel.old boot
444         chflags schg boot/kernel
445         
446  * When using a boot-only partition, /boot/loader.rc needs to be edited:
447    delete occurrences of '/boot/'.
448    These occurences can normally be deleted in any case, see loader(8).
449
450 +-----------------------------------------------------------------------+
451 +         UPGRADING FROM DRAGONFLY <= 1.8 TO DRAGONFLY >= 1.9           +
452 +-----------------------------------------------------------------------+
453
454 In 1.9 major changes to the disk management infrastructure have taken
455 place.  make upgrade may not catch all of your disk devices in /dev,
456 so after upgrading be sure to cd /dev; ./MAKEDEV <blah> where <blah>
457 are all of your disk devices.  HOWEVER, from late 2.3 on we run devfs
458 and MAKEDEV no longer exists.
459
460 The biggest changes in 1.9 are:
461
462 (1) That whole-slice devices such as da0s1 no longer share the same device
463     id as partition c devices such as da0s1c.
464
465 (2) The whole-disk device (e.g. da0) is full raw access to the disk,
466     with no snooping or reserved sectors.  Consequently you cannot run
467     disklabel on this device.  Instead you must run disklabel on a
468     whole-slice device.
469
470 (3) The 'compatibility' partitions now use slice 0 in the device name,
471     so instead of da0a you must specify da0s0a.  Also, as per (1) above,
472     accessing the disklabel for the compatibility partitions must be
473     done via slice 0 (da0s0).
474
475 (4) Many device drivers that used to fake up labels, such as CD, ACD, VN,
476     and CCD now run through the disk management layer and are assigned
477     real disk management devices.   VN and CCD in particular do not usually
478     use a MBR and disklabels must be accessed through the compatibility
479     slice 0.  Your /etc/ccd.conf file still specifies 'ccd0', though, you
480     don't name it 'ccd0s0' in the config file.
481
482 Generally speaking, you have to get used to running fdisk and disklabel on
483 the correctly specified device names.  A lot of the wiggle, such as running
484 disklabel on a partition, has been removed.
485
486 +-----------------------------------------------------------------------+
487 +         UPGRADING FROM OLDER VERSIONS OF DRAGONFLY OR FREEBSD         +
488 +-----------------------------------------------------------------------+
489
490 > Kerberos IV
491 -------------
492
493 Kerberos IV (eBones) was removed from the tree, please consider moving to
494 Kerberos 5 (Heimdal).
495
496 > Package Management System
497 ---------------------------
498
499 Starting with the 1.4 release, DragonFly uses NetBSD's pkgsrc package
500 management system.  The necessary tools to build and maintain packages
501 are provided in /usr/pkg/bin and /usr/pkg/sbin.  Make sure that these
502 directories are in your PATH variable.
503
504 In order to obtain a reasonably current snapshot of the pkgsrc tree, use
505 the tarball from NetBSD:
506
507         fetch -o /tmp/pkgsrc.tar.gz ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc.tar.gz
508         cd /usr; tar -xzf /tmp/pkgsrc.tar.gz; chown -R root:wheel pkgsrc
509
510 This tree can then be kept up to date with cvs update:
511
512         cd /usr/pkgsrc; cvs up
513
514 NOTE! If you upgraded from a pre-1.4 system to 1.4 or later, you need to
515 build and install the pkgsrc bootstrap manually:
516
517         cd /usr/pkgsrc/bootstrap
518         ./bootstrap --pkgdbdir /var/db/pkg --prefix /usr/pkg
519
520 +-----------------------------------------------------------------------+
521 +         UPGRADING DRAGONFLY ON AN EXISTING DRAGONFLY SYSTEM           +
522 +         UPDATING FROM PRE-1.2 SYSTEMS OR FreeBSD 4.x TO               +
523 +         DRAGONFLY 1.3+ (EITHER PREVIEW or HEAD)                       +
524 +-----------------------------------------------------------------------+
525
526 The compatibility shims for the build environment have been removed, you
527 have to update to DragonFly 1.2 release branch first.
528
529 The default PAM configuration has moved from /etc/pam.conf to /etc/pam.d/.
530 The existing configuration can be converted using /etc/pam.d/convert.sh.
531 Entries in /etc/pam.d/ override entries in /etc/pam.conf. In addition
532 the pam_skey.so module was retired, you have to remove it manually from
533 your configuration, when you convert it.
534
535 > Required user and group IDs when upgrading from either FreeBSD or DragonFly
536 ---------------------
537
538 The following users may be missing from your password file.  Use vipw and
539 add any that are missing:
540
541 smmsp:*:25:25::0:0:Sendmail Submission User:/var/spool/clientmqueue:/sbin/nologin
542 _pflogd:*:64:64::0:0:pflogd privsep user:/var/empty:/sbin/nologin
543
544 The following groups may be missing from your group file.  Use vi /etc/group
545 and add any that are missing:
546
547 smmsp:*:25:
548 authpf:*:63:
549 _pflogd:*:64:
550
551
552 > Upgrading to DragonFly from FreeBSD
553 ---------------------
554
555 You can build the DragonFly world and DragonFly kernels on a FreeBSD-4.x or
556 FreeBSD-5.x machine and then install DragonFly over FreeBSD, replacing
557 FreeBSD.  Note that the DragonFly buildworld target does not try to reuse
558 make depend information, it starts from scratch, so no pre-cleaning of the
559 object hierarchy is necessary.
560
561         # get the CVS repository (it is placed in /home/dcvs, 500MB).
562         # Please use the -h option and a mirror site to pull the 
563         # initial repository, but feel free to use the main repository
564         # machine to pull updates.
565         cvsup /usr/share/examples/cvsup/DragonFly-cvs-supfile
566         # install the source from the CVS hierarchy (remove preexisting
567         # FreeBSD src first) (500MB)
568         cd /usr
569         rm -rf src
570         cvs -R -d /home/dcvs checkout -P src
571
572         # build it (500MB used in /usr/obj)
573         #
574         cd /usr/src
575         make buildworld
576         make buildkernel KERNCONF=<KERNELNAME>
577
578 Once you have built DragonFly you have to install it over FreeBSD.  Since
579 DragonFly does not track changes made by FreeBSD to its include file 
580 hierarchy and include file pollution can cause all sorts of unexpected
581 compilation issues to come up, it is best to wipe your include hierarchy
582 prior to installing DragonFly.  Note that you should not wipe any installed
583 FreeBSD header files or binaries until after you have successfully completed
584 the build steps above.
585
586         rm -rf /usr/include
587         mkdir /usr/include
588         make installkernel KERNCONF=<KERNELNAME>
589         make installworld
590
591 Then you need to upgrade your system.  DragonFly's 'make upgrade' target 
592 will unconditionally upgrade the /etc files that sysops do not usually
593 mess around with, such as the files in /etc/rc.d.  It will also remove any
594 obsolete files such as utilities and manpages that have been removed from
595 the system since the version you're coming from.  If you are unsure we 
596 recommend that you make a backup of at least your /etc before applying
597 this step.  Note that DragonFly's RC system is basically RCNG from
598 FreeBSD-5, but there are some differences in the contents of the RC files.
599
600         make upgrade
601
602 NOTE! Never do a 'make upgrade' before 'make installworld' has been run.
603 Doing so might leave your system in an unusable state.
604
605 Finally we recommend that you do an 'ls -lta BLAH' for /bin, /sbin, /usr/bin,
606 /usr/bin, and /usr/lib, and remove any stale files that you find.  Please
607 report these files to the DragonFly developers so that they can be added to
608 the 'upgrade' target.
609