]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: rename "systemd-import" to "importctl"
authorMax Chernoff <git@maxchernoff.ca>
Fri, 1 May 2026 08:15:07 +0000 (02:15 -0600)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 5 May 2026 11:47:01 +0000 (13:47 +0200)
The user-facing components are the "systemd-importd.service" unit and
the "importctl" binary, so using these names makes more sense.

There _is_ a "systemd-import" binary, but it's in "/usr/lib/systemd/",
so this is a confusing name for a user-facing form.

.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/advanced-issue-labeler.yml

index 313234f82a7912ac55725d496446d68289d92d55..a0547b8b52ae1b47ece30880bb43b4968e439821 100644 (file)
@@ -82,6 +82,7 @@ body:
         - 'homectl'
         - 'hostnamectl'
         - 'hardware database files'
+        - 'importctl'
         - 'journalctl'
         - 'kernel-install'
         - 'loginctl'
@@ -112,7 +113,7 @@ body:
         - 'systemd-homed'
         - 'systemd-hostnamed'
         - 'systemd-hwdb'
-        - 'systemd-import'
+        - 'systemd-importd'
         - 'systemd-journal-gatewayd'
         - 'systemd-journal-remote'
         - 'systemd-journal-upload'
index f6f8ac0f75210a04cb4812e4525d74970e1f15b7..5e5996d7574edc15dc5d125bfc838dbeafaad833 100644 (file)
@@ -21,6 +21,7 @@ body:
         - 'homectl'
         - 'hostnamectl'
         - 'hardware database files'
+        - 'importctl'
         - 'journalctl'
         - 'kernel-install'
         - 'loginctl'
@@ -51,7 +52,7 @@ body:
         - 'systemd-homed'
         - 'systemd-hostnamed'
         - 'systemd-hwdb'
-        - 'systemd-import'
+        - 'systemd-importd'
         - 'systemd-journal-gatewayd'
         - 'systemd-journal-remote'
         - 'systemd-journal-upload'
index 4e19392598cb5ca992850d93fe2ac4cd19ea68f4..b06cc20292f6f128ea5c331e9196fce4d39ad18b 100644 (file)
@@ -53,7 +53,7 @@ policy:
             keys: ['systemd-hwdb', 'hardware database files']
 
           - name: import
-            keys: ['systemd-import']
+            keys: ['systemd-importd', 'importctl']
 
           - name: journal
             keys: ['systemd-journald', 'journalctl']