From 178f010fdf130c6e0224690d208c7e55befde0d4 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Sat, 14 Oct 2023 12:52:00 -0500 Subject: [PATCH] Removing ssh-agent.service for upstream https://gitlab.archlinux.org/archlinux/packaging/packages/openssh/-/commit/bb1d76e93e638b18a198091351d0ab53d79fce58; LICENSE update --- EtcFiles/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/EtcFiles/Makefile b/EtcFiles/Makefile index d999c03..8e4921b 100644 --- a/EtcFiles/Makefile +++ b/EtcFiles/Makefile @@ -1,9 +1,9 @@ httpRoot = ${pkgdir}/srv/http/aninix.net httpUser = http syncList = profile.d tmux.conf -userServiceList = tmux.service ssh-agent.service +userServiceList = tmux.service -compile: ./shadowarch +compile: ./shadowarch ${syncList} ${userServiceList} ./shadowarch.vim ./skel @echo Nothing to compile install: compile @@ -16,9 +16,6 @@ install: compile cp -pr ./skel ${pkgdir}/etc if [ `uname -r | grep -c arch` -eq 1 ]; then mkdir -p ${pkgdir}/usr/share/pacman/keyrings; cp aninix.gpg ${pkgdir}/usr/share/pacman/keyrings; fi -repository: shadowarch ${httpRoot} - cp ./shadowarch ${httpRoot} - checkperm: ${syncList} printf "What is your deprivileged user? "; read user; chown -R ${user}:${user} . if [ -f ${httpRoot}/shadowarch ]; then chmod 0755 ${httpRoot}/shadowarch; chown ${httpUser} ${httpRoot}/shadowarch; fi