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)
Sun, Jan 26, 11:11 PM
Unknown Object (File)
Jan 14 2025, 3:04 AM
Unknown Object (File)
Oct 24 2024, 6:32 PM
Unknown Object (File)
Oct 19 2024, 3:15 AM
Unknown Object (File)
Oct 14 2024, 6:11 PM
Unknown Object (File)
Oct 14 2024, 6:11 PM
Unknown Object (File)
Oct 14 2024, 6:11 PM
Unknown Object (File)
Oct 14 2024, 6:11 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.