freebsd-dev/sbin
John Polstra d66f9d22f7 Fixed a bug in the handling of the directories in the search path
that is stored in the hints file.  If that search path contained
a non-existent directory (one, say, that had been removed), and
"ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned
an error status without printing an error message.  This caused
some confusing bombs when installing ports, in particular.

I changed it so that non-existent directories from the stored search
path are silently ignored.  Only non-existent directories named
explicitly on the command line are treated as errors.  Also, a
diagnostic is printed if and only if an error status is returned.

In an unrelated fix, ldconfig now silently ignores any directories
named on the command line when the "-r" option is given.  Formerly,
these directories incorrectly made their way into the "search
directories" line of the listing.  It really should be an error to
specify directories together with "-r", but I don't have time to
fix the manual page in that way right now.

2.2 Candidate.
1996-11-08 02:12:40 +00:00
..
adjkerntz
badsect Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
bsdlabel
ccdconfig .Os NetBSD -> .Os FreeBSD. 1996-09-28 22:46:35 +00:00
clri
comcontrol
cxconfig
disklabel
dmesg Who would have though that dmesg didn't understand message buffers? 1996-09-21 08:11:22 +00:00
dset Back out my -k changes; there's a better way to do this in the short-term. 1996-10-02 07:22:26 +00:00
dump Use fprintf(stderr,) instead of msgtail() so it works for restore as well. 1996-11-01 17:23:41 +00:00
dumpfs dumpfs blindly trusts that it has been handed a filesystem. 1996-10-21 19:40:01 +00:00
dumplfs ts_sec -> tv_sec 1996-09-20 04:56:09 +00:00
dumpon Use the .Fx macro where appropriate. 1996-08-23 00:57:08 +00:00
fdisk Allow fdisk to be driven from a configuration file, making a 3rd-party 1996-11-06 14:08:39 +00:00
fsck Don't give up just because we cant find the blkdev that corresponds 1996-10-27 18:28:39 +00:00
fsck_ffs Don't give up just because we cant find the blkdev that corresponds 1996-10-27 18:28:39 +00:00
fsck_ifs Don't give up just because we cant find the blkdev that corresponds 1996-10-27 18:28:39 +00:00
fsdb Get rid of useless -f flag (though left for historical reasons). 1996-09-30 20:04:24 +00:00
i386 Allow fdisk to be driven from a configuration file, making a 3rd-party 1996-11-06 14:08:39 +00:00
ifconfig Bring back NS support for this utility - we need it for the commercial Novell 1996-10-16 19:37:58 +00:00
init If passed the -d flag, mount devfs on /dev 1996-10-28 11:03:19 +00:00
ipfw Fix a spelling error. 1996-11-05 22:27:33 +00:00
ldconfig Fixed a bug in the handling of the directories in the search path 1996-11-08 02:12:40 +00:00
md5 Moved #include of <sys/types.h> earlier so that this compiles when 1996-10-25 06:48:29 +00:00
mknod Use the .At macro where appropriate. 1996-08-23 01:06:24 +00:00
modload Attempt to unlink any stale .o files before relocating code. 1996-08-13 00:50:59 +00:00
modunload
mount Added description of "noatime" option. 1996-09-08 13:28:12 +00:00
mount_cd9660 Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
mount_ext2fs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_ifs Added description of "noatime" option. 1996-09-08 13:28:12 +00:00
mount_lfs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_msdos Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_msdosfs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_nfs Mention the historic mount options, as `deprecated'. 1996-10-22 21:56:58 +00:00
mount_null delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
mount_nullfs delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
mount_portal Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_portalfs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_std Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_umap Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_umapfs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_union Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mount_unionfs Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
mountd Add one line fix to stop my old 'don't barf if you see the same 1996-08-29 14:20:57 +00:00
newfs ts_sec -> tv_sec 1996-09-20 04:24:31 +00:00
newlfs ts_sec -> tv_sec 1996-09-20 04:24:31 +00:00
nextboot add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
nfsd Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
nfsiod Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
nologin
ping Fixed backgrounding of ping, which was broken by the ^T changes in rev.1.3. 1996-11-04 17:25:03 +00:00
quotacheck Don't give up just because we cant find the blkdev that corresponds 1996-10-27 18:28:39 +00:00
reboot Add support to halt, to allow it to request that the power be turned off 1996-08-24 01:40:02 +00:00
restore ts_sec -> tv_sec 1996-09-20 04:33:57 +00:00
route Delete another unnecessary #include <sys/mbuf.h>. 1996-11-01 20:30:37 +00:00
routed Change location of trace files and disable remote trace file change 1996-09-16 17:06:30 +00:00
savecore Fix my yesterday's brain-o: don't account for the kilobytes twice. 1996-10-14 22:56:01 +00:00
scsi When MODE SELECT'ing, the ``device-specific parameter'' field is 1996-10-05 17:40:20 +00:00
scsiformat fix usage string 1996-11-04 00:53:12 +00:00
shutdown
slattach
startslip Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
swapon add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
sysctl Removed references to pathconf-related variables that were never handled 1996-09-28 14:43:03 +00:00
tunefs
umount
Makefile Disable rdisc, enable routed in new location. 1996-09-16 17:08:23 +00:00
Makefile.inc