mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 00:13:55 +02:00
Uh oh
This commit is contained in:
parent
f5e4c3d4d0
commit
9f26d3cc4d
|
@ -1,5 +1,5 @@
|
|||
|
||||
|
||||
current_dir = $(shell pwd)
|
||||
|
||||
dev_install:
|
||||
@ echo "WARNING: THIS WILL BREAK EXISTING UNIXD INSTALLS"
|
||||
|
@ -7,13 +7,13 @@ dev_install:
|
|||
@ read
|
||||
@ echo "LAST CHANCE"
|
||||
@ sleep 5
|
||||
ln -s -f $(pwd)/../platform/opensuse/kanidm-unixd.service /etc/systemd/system/kanidm-unixd.service
|
||||
ln -s -f $(pwd)/../platform/opensuse/kanidm-unixd-tasks.service /etc/systemd/system/kanidm-unixd-tasks.service
|
||||
ln -s -f $(pwd)/../target/debug/kanidm-unix /usr/sbin/kanidm-unix
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_ssh_authorizedkeys /usr/sbin/kanidm_ssh_authorizedkeys
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_unixd_tasks /usr/sbin/kanidm_unixd_tasks
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_unixd /usr/sbin/kanidm_unixd
|
||||
ln -s -f $(pwd)/../target/debug/libpam_kanidm.so /lib64/security/pam_kanidm.so
|
||||
ln -s -f $(pwd)/../target/debug/libnss_kanidm.so /usr/lib64/libnss_kanidm.so.2
|
||||
ln -s -f $(current_dir)/../platform/opensuse/kanidm-unixd.service /etc/systemd/system/kanidm-unixd.service
|
||||
ln -s -f $(current_dir)/../platform/opensuse/kanidm-unixd-tasks.service /etc/systemd/system/kanidm-unixd-tasks.service
|
||||
ln -s -f $(current_dir)/../target/debug/kanidm-unix /usr/sbin/kanidm-unix
|
||||
ln -s -f $(current_dir)/../target/debug/kanidm_ssh_authorizedkeys /usr/sbin/kanidm_ssh_authorizedkeys
|
||||
ln -s -f $(current_dir)/../target/debug/kanidm_unixd_tasks /usr/sbin/kanidm_unixd_tasks
|
||||
ln -s -f $(current_dir)/../target/debug/kanidm_unixd /usr/sbin/kanidm_unixd
|
||||
ln -s -f $(current_dir)/../target/debug/libpam_kanidm.so /lib64/security/pam_kanidm.so
|
||||
ln -s -f $(current_dir)/../target/debug/libnss_kanidm.so /usr/lib64/libnss_kanidm.so.2
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue