From 4042b066d7447f30fa428b9423096e0c9b7b4dfd Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 29 Apr 2014 19:29:10 -0500 Subject: Add proftpd install target. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 712eb52..8207681 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,10 @@ install-postgresql: create-dirs systemd-tmpfiles --create postgresql.conf systemctl enable postgresql.service +install-proftpd: create-dirs + install -m ${CONFMODE} clfs/units/proftpd.service ${UNITSDIR}/ + systemctl enable proftpd.service + install-rsyncd: create-dirs install -m ${CONFMODE} clfs/units/rsyncd.service ${UNITSDIR}/ install -m ${CONFMODE} clfs/units/rsyncdat.service ${UNITSDIR}/rsyncd@.service -- cgit v1.2.3-54-g00ecf