19:09:44 jbk: sorry, yeh, lemme see if I can review tomorrow, still recovering from a covid variant... 19:16:52 ick :( 19:18:02 dealing with the package delivering files in both $PREFIX/etc/foo and $PREFIX/etc/foo/subdir is the main thing i'm not sure about (at least doing it the 'right' way.. right now the stuff in foo/subdir doesn't get copied) 19:28:18 yeh doing it like you've done (install to examples, CONF_FILES to create under etc) should be good, maybe it's just missing something.. 19:29:41 i'll need to look again, but I'm wondering if I need something to create the subdir 19:30:00 ISTR it was complaining about that 19:36:04 yeah 19:36:39 https://pastebin.com/MQsNhHpZ 19:37:36 so just the 'right' way to mkdir /opt/local/etc/fapi-profiles 19:39:45 ah ok, yeh, add MAKE_DIRS+= ${PKG_SYSCONFDIR}/fapi-profiles 19:40:17 though didn't you want everything under etc/tpm2-tss? in which case set PKG_SYCONFSUBDIR=tpm2-tss and then everything will be relative to etc/tpm2-tss 20:01:22 err yeah.. let me fix and re-try 20:04:26 oh much better... 20:05:52 though with my testing i need to make one small patch just to get rid of some constant noise 20:07:24 but i've pushed the makefile fixes.. 20:07:34 not sure if i should leave myself as the maintainer or not, but .... 23:43:39 hello all, I have a question about NIC tag change on headnode: current setting : external on bge0, admin on i40e ; I want to change the tag to: admin on bge0, and external on i40e ; but when I changed the setting on /usbkey/config (also changed the file on the USB file), after reboot, I can’t login on the console, my question is how to login, and what’s the correct step to switch the tag on for the two nic? a big thanks