diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-29 19:29:10 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-29 19:29:10 -0500 |
commit | 4042b066d7447f30fa428b9423096e0c9b7b4dfd (patch) | |
tree | 42fbcabebca67fefcff3cbec2787c4aca569034b /Makefile | |
parent | 2f766343b06f208fbc048cc692de1fde1e486ec4 (diff) |
Add proftpd install target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |