16 lines
504 B
Markdown
16 lines
504 B
Markdown
|
|
# genders fork for Debian 12
|
||
|
|
# source and package
|
||
|
|
|
||
|
|
- package contain binaries for AMD64 only
|
||
|
|
- nodeattr /usr/bin is a wrapper to allow node as fqdn.domain.tld
|
||
|
|
|
||
|
|
BUG:
|
||
|
|
```
|
||
|
|
Normally nodeattr dosent support the point in fqdn
|
||
|
|
nodeattr script is a wrapper, it load file and replace . by ^
|
||
|
|
if you search a node ex: workstation.domain.intra, wrapper do
|
||
|
|
- copy genders file to a tem file with . replaced by ^
|
||
|
|
- then search workstation^domain^intra
|
||
|
|
- in display it replace ^by . for normal view (Like Debian 9
|
||
|
|
```
|