First Add

This commit is contained in:
root
2024-03-06 15:21:38 +01:00
commit e4d888ce1d
570 changed files with 229039 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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
```