From ce0a997918b7da701040950d7779367a5989339a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 9 Nov 2019 20:38:32 -0500 Subject: Makefile: Rename rcd -> prd-rcd --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88a7d25..2a5ca2f 100644 --- a/Makefile +++ b/Makefile @@ -86,14 +86,14 @@ prd-uninstall: .PHONY: prd-install -rcd: +prd-rcd: ssh root@${PRD_HOST} mkdir -p -m 755 /etc/uwsgi scp ${UWSGI_INI} root@${PRD_HOST}:/${UWSGI_INI} scp ${RC_D} root@${PRD_HOST}:/${RC_D} ssh root@${PRD_HOST} chmod 555 /${RC_D} ssh root@${PRD_HOST} chmod 444 /${UWSGI_INI} ssh root@${PRD_HOST} chown root:wheel /${RC_D} -.PHONY: rcd +.PHONY: prd-rcd clean: -- cgit v1.2.3