From: Stefan Schantl Date: Wed, 20 May 2009 20:33:44 +0000 (+0200) Subject: Added entries for the configuration files and pam file to lfs/vsftpd. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1e0e9a3bf8a8b208dcf89846183bdc705a7177;p=ipfire-3.x.git Added entries for the configuration files and pam file to lfs/vsftpd. --- diff --git a/lfs/vsftpd b/lfs/vsftpd index a9ab7d40c..6e47dc82c 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -102,6 +102,9 @@ $(OBJECT): $(objects) cd $(DIR_APP) && install -v -m 755 vsftpd /usr/sbin/vsftpd cd $(DIR_APP) && install -v -m 644 vsftpd.8 /usr/share/man/man8 cd $(DIR_APP) && install -v -m 644 vsftpd.conf.5 /usr/share/man/man5 + cd $(DIR_APP) && install -v -m 644 $(DIR_CONFIG)/$(PKG_NAME)/vsftpd.conf /etc + cd $(DIR_APP) && install -v -m 644 $(DIR_CONFIG)/$(PKG_NAME)/vsftpd.user_list /etc + cd $(DIR_APP) && install -v -m 644 $(DIR_CONFIG)/pam.d/vsftpd.pam /etc/pam.d @rm -rf $(DIR_APP) @$(POSTBUILD)