Page MenuHomeFreeBSD

kbdcontrol: add -P path option to add keymap search paths
ClosedPublic

Authored by emaste on Mar 15 2016, 2:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 8:33 PM
Unknown Object (File)
Sun, Aug 9, 5:40 PM
Unknown Object (File)
Fri, Aug 7, 7:10 PM
Unknown Object (File)
Tue, Aug 4, 7:38 AM
Unknown Object (File)
Tue, Aug 4, 4:29 AM
Unknown Object (File)
Thu, Jul 30, 2:33 PM
Unknown Object (File)
Tue, Jul 28, 1:05 AM
Unknown Object (File)
Jul 14 2026, 10:37 PM
Subscribers

Details

Summary

This will allow a cleaner implementation of rS296899

PR 193865
https://bugs.freebsd.org/193865

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to kbdcontrol: add -P path option to add keymap search paths.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
cem added a reviewer: cem.
cem added a subscriber: cem.

LGTM.

usr.sbin/kbdcontrol/kbdcontrol.c
844โ€“845 โ†—(On Diff #14338)

Can we rename 'fd' while we're here? :)

This revision is now accepted and ready to land.Mar 15 2016, 5:41 PM
emaste edited edge metadata.

fd -> file
allow -P to appear anywhere on the command line
only set up keymap paths once

This revision now requires review to proceed.Mar 16 2016, 1:21 AM
emaste edited edge metadata.

correct optind resetting

cem edited edge metadata.
This revision is now accepted and ready to land.Mar 16 2016, 1:59 AM
This revision was automatically updated to reflect the committed changes.