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
F132598870: D5645.diff
Sat, Oct 18, 7:31 AM
F132573963: D5645.id14338.diff
Sat, Oct 18, 2:28 AM
Unknown Object (File)
Fri, Oct 17, 12:28 PM
Unknown Object (File)
Tue, Oct 14, 9:18 PM
Unknown Object (File)
Tue, Oct 14, 9:18 PM
Unknown Object (File)
Tue, Oct 14, 9:18 PM
Unknown Object (File)
Tue, Oct 14, 9:18 PM
Unknown Object (File)
Tue, Oct 14, 9:18 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
844–845

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.