aboutsummaryrefslogtreecommitdiff
path: root/debian/freeipa-helper.links
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-11 17:53:18 -0400
committerB Stack <bgstack15@gmail.com>2020-03-11 17:53:18 -0400
commit61bb7a27543b9caa57e9cf39d9d10131d5af674d (patch)
tree56623c8a211677ae53cdfc2b2d365af5f20714aa /debian/freeipa-helper.links
parentinitial commit (diff)
downloadfreeipa-helper-61bb7a27543b9caa57e9cf39d9d10131d5af674d.tar.gz
freeipa-helper-61bb7a27543b9caa57e9cf39d9d10131d5af674d.tar.bz2
freeipa-helper-61bb7a27543b9caa57e9cf39d9d10131d5af674d.zip
add debian/
added the deplist feature to Makefile to support debuild
Diffstat (limited to 'debian/freeipa-helper.links')
-rw-r--r--debian/freeipa-helper.links3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/freeipa-helper.links b/debian/freeipa-helper.links
new file mode 100644
index 0000000..5c2a7b0
--- /dev/null
+++ b/debian/freeipa-helper.links
@@ -0,0 +1,3 @@
+/usr/sbin/systemctl /bin/systemctl
+/usr/sbin/systemctl /usr/bin/hostnamectl
+/usr/sbin/systemctl /usr/bin/systemd-detect-virt
bgstack15