about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2021-10-24 10:17:59 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2022-01-17 12:09:27 +0100
commit3f6d1f5f60461dc60992bf200e8c13535e2727a7 (patch)
treeda035dc77e2fe867e0754ea21871cc21640af8e7 /nixos
parent8fa6f90ad6d03a8eb9b7a069f78f7f10a1fa2b51 (diff)
downloadnixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar.gz
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar.bz2
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar.lz
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar.xz
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.tar.zst
nixlib-3f6d1f5f60461dc60992bf200e8c13535e2727a7.zip
nixos/tsm-{client,backup}: update links in module comments
IBM has changed the URL structures of their support web pages.
The commit at hand updates URLs in two comments
so they follow the new structure.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/tsm-client.nix2
-rw-r--r--nixos/modules/services/backup/tsm.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/tsm-client.nix b/nixos/modules/programs/tsm-client.nix
index 65d4db7834ff..421beec86e50 100644
--- a/nixos/modules/programs/tsm-client.nix
+++ b/nixos/modules/programs/tsm-client.nix
@@ -144,7 +144,7 @@ let
     };
     config.name = mkDefault name;
     # Client system-options file directives are explained here:
-    # https://www.ibm.com/support/knowledgecenter/SSEQVQ_8.1.8/client/c_opt_usingopts.html
+    # https://www.ibm.com/docs/en/spectrum-protect/8.1.13?topic=commands-processing-options
     config.extraConfig =
       mapAttrs (lib.trivial.const mkDefault) (
         {
diff --git a/nixos/modules/services/backup/tsm.nix b/nixos/modules/services/backup/tsm.nix
index 6c238745797e..d138e163e34f 100644
--- a/nixos/modules/services/backup/tsm.nix
+++ b/nixos/modules/services/backup/tsm.nix
@@ -88,7 +88,7 @@ in
       # TSM needs a HOME dir to store certificates.
       environment.HOME = "/var/lib/tsm-backup";
       # for exit status description see
-      # https://www.ibm.com/support/knowledgecenter/en/SSEQVQ_8.1.8/client/c_sched_rtncode.html
+      # https://www.ibm.com/docs/en/spectrum-protect/8.1.13?topic=clients-client-return-codes
       serviceConfig.SuccessExitStatus = "4 8";
       # The `-se` option must come after the command.
       # The `-optfile` option suppresses a `dsm.opt`-not-found warning.