fusioninventory-agent: rename from fusionInventory

the upstream repo name is fusioninventory-agent
This commit is contained in:
quantenzitrone
2026-02-10 16:51:28 +01:00
parent 9378e64792
commit b67dbb3898
3 changed files with 3 additions and 2 deletions
@@ -58,7 +58,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
ExecStart = "${pkgs.fusionInventory}/bin/fusioninventory-agent --conf-file=${configFile} --daemon --no-fork";
ExecStart = "${pkgs.fusioninventory-agent}/bin/fusioninventory-agent --conf-file=${configFile} --daemon --no-fork";
};
};
};
@@ -12,7 +12,7 @@
}:
perlPackages.buildPerlPackage rec {
pname = "FusionInventory-Agent";
pname = "fusioninventory-agent";
version = "2.6";
src = fetchFromGitHub {
+1
View File
@@ -724,6 +724,7 @@ mapAliases {
freerdpUnstable = throw "'freerdpUnstable' has been renamed to/replaced by 'freerdp'"; # Converted to throw 2025-10-27
frugal = throw "'frugal' was removed because upstream has been pulled"; # Added 2025-12-20
fusee-launcher = throw "'fusee-launcher' was removed as upstream removed the original source repository fearing legal repercussions"; # Added 2025-07-05
fusionInventory = warnAlias "'fusionInventory' has been renamed to 'fusioninventory-agent'" fusioninventory-agent; # Added 2026-02-08
futuresql = throw "'futuresql' has been renamed to/replaced by 'libsForQt5.futuresql'"; # Converted to throw 2025-10-27
fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27
fzf-zsh = throw "'fzf-zsh' has been removed because it was superseed by its builtin equivalent and archived upstream."; # Added 2026-01-17