bird: change alias to throw to avoid confusion

This commit is contained in:
Sandro Jäckel 2025-02-07 15:31:38 +01:00
parent 819c907d18
commit 2581a40544
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ in
[bird]
listen = "0.0.0.0:29184"
config = "/etc/bird/bird.conf"
birdc = "''${pkgs.bird}/bin/birdc"
birdc = "''${pkgs.bird2}/bin/birdc"
ttl = 5 # time to live (in minutes) for caching of cli output
[parser]

View file

@ -72,7 +72,7 @@ makeTest {
[bird]
listen = "0.0.0.0:29184"
config = "/etc/bird/bird.conf"
birdc = "${pkgs.bird}/bin/birdc"
birdc = "${pkgs.bird2}/bin/birdc"
ttl = 5 # time to live (in minutes) for caching of cli output
[parser]
filter_fields = []

View file

@ -213,7 +213,7 @@ mapAliases {
bibata-extra-cursors = throw "bibata-cursors has been removed as it was broken"; # Added 2024-07-15
bitcoin-unlimited = throw "bitcoin-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
bitcoind-unlimited = throw "bitcoind-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
bird = bird2; # Added 2025-01-11
bird = throw "The bird alias was ambiguous and has been removed for the time being. Please explicitly choose bird2 or bird3."; # Added 2025-01-11
bisq-desktop = throw "bisq-desktop has been removed because OpenJFX 11 was removed"; # Added 2024-11-17
bitwarden = bitwarden-desktop; # Added 2024-02-25
blender-with-packages = args: