diff options
author | imp <imp@FreeBSD.org> | 2000-07-14 19:46:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-07-14 19:46:35 +0000 |
commit | acd7546a67db1926696e754ee739eb1ae893bd06 (patch) | |
tree | e8ea964b249d1cdce92b464e6602957a2176aa4a /usr.bin | |
parent | 93834f413c7f91e7f12f82e673769c9501f56bca (diff) | |
download | FreeBSD-src-acd7546a67db1926696e754ee739eb1ae893bd06.zip FreeBSD-src-acd7546a67db1926696e754ee739eb1ae893bd06.tar.gz |
Add new keyword "logstr". By default, we now use syslog outselves to
log insert/remove events using the logstr, if specified for that card,
or the manufacturer + version strings from the cis if not. This
eliminates the need to have logger in the pccard.conf file which makes
it easier to move pcardd to /sbin later if we need to. This also
reduces the pccard.conf file size from 53k to 28k, which will help the
install disk a little.
Also, minor cleanup of free usage (if (x != NULL) free(x); is
identical to free(x); for all versions of C that we care about).
Reviewed by: iwasaki (who proposed the logstr keyword).
Documentation and fixes to pccard.conf to follow.
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions