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)
Mon, Dec 29, 10:56 AM
Unknown Object (File)
Sun, Dec 28, 10:00 AM
Unknown Object (File)
Nov 23 2025, 9:50 PM
Unknown Object (File)
Nov 23 2025, 9:06 PM
Unknown Object (File)
Nov 20 2025, 11:03 PM
Unknown Object (File)
Nov 20 2025, 11:03 PM
Unknown Object (File)
Nov 20 2025, 11:02 PM
Unknown Object (File)
Nov 20 2025, 11:01 PM
Subscribers

Details

Summary

This will allow a cleaner implementation of rS296899

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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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
832–851

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.