|
|
|
@ -49,14 +49,13 @@ reverse:
|
|
|
|
|
|
|
|
|
|
checkperm: |
|
|
|
|
chmod 2755 /srv/foundation
|
|
|
|
|
chown git:http /srv/foundation
|
|
|
|
|
chown -R git:http /srv/foundation
|
|
|
|
|
chown git:http /etc/cgitrc
|
|
|
|
|
chmod 0660 /etc/cgitrc
|
|
|
|
|
chmod 0750 /usr/local/bin/git-makerepo
|
|
|
|
|
chown root:git /usr/local/bin/git-makerepo
|
|
|
|
|
chown 0600 /home/git/.ssh/*
|
|
|
|
|
chown git:git /home/git/.ssh/*
|
|
|
|
|
if [ -d ${HTTPROOT} ]; then chmod 0640 ${HTTPROOT}/foundation/FoundationIcon.png; chown root:git ${HTTPROOT}/foundation/FoundationIcon.png; fi
|
|
|
|
|
|
|
|
|
|
find-missing-hooks-in-src: |
|
|
|
|
@echo Checking for missing standard hooks per 'https://aninix.net/wiki/Development_Best_Practices#Makefiles'
|
|
|
|
|