]> git.ipfire.org Git - thirdparty/snapper.git/commit
- move installation-helper and systemd-helper to own directory 937/head
authorArvin Schnell <aschnell@suse.de>
Mon, 30 Sep 2024 15:10:07 +0000 (17:10 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 30 Sep 2024 15:16:34 +0000 (17:16 +0200)
commitf769b70d1715b87091571ff1b961f149e75669e7
tree334d1dca00ecdbb5d5d7d095c3a8152e5b765771
parentb6c23bce5c8381d296ea20a551fb3a0ce5770a71
- move installation-helper and systemd-helper to own directory
client/.gitignore
client/Makefile.am
client/installation-helper/.gitignore [new file with mode: 0644]
client/installation-helper/Makefile.am [new file with mode: 0644]
client/installation-helper/installation-helper.cc [moved from client/installation-helper.cc with 99% similarity]
client/systemd-helper/.gitignore [new file with mode: 0644]
client/systemd-helper/Makefile.am [new file with mode: 0644]
client/systemd-helper/systemd-helper.cc [moved from client/systemd-helper.cc with 97% similarity]
configure.ac