Files
genders/README.md
T

16 lines
504 B
Markdown
Raw Normal View History

2024-03-06 15:21:38 +01:00
# 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
```