]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
activate: rename to socket-activate 28038/head
authorFrantisek Sumsal <fsumsal@redhat.com>
Wed, 14 Jun 2023 09:59:04 +0000 (11:59 +0200)
committerFrantisek Sumsal <fsumsal@redhat.com>
Wed, 14 Jun 2023 18:39:10 +0000 (20:39 +0200)
To make the naming consistent with the rest of the utils, i.e. binary
name minus the systemd- prefix.

meson.build
src/socket-activate/socket-activate.c [moved from src/activate/activate.c with 100% similarity]

index 6b36c78d3edbca27df72e517ecfa39736f2c7747..4b4007c5a989563aa79c5b84d18eceac74971fa5 100644 (file)
@@ -2919,7 +2919,7 @@ executable(
 
 public_programs += executable(
         'systemd-socket-activate',
-        'src/activate/activate.c',
+        'src/socket-activate/socket-activate.c',
         include_directories : includes,
         link_with : [libshared],
         dependencies : [threads,