mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fixed some minor things in networking/red script.
Force vsftpd not to use pam. Enable amavisd-new on postfix. Enable samba on installation. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1055 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && echo "#define VSF_BUILD_SSL" >>builddefs.h
|
||||
cd $(DIR_APP) && echo "#undef VSF_BUILD_PAM" >>builddefs.h
|
||||
cd $(DIR_APP) && install -v -d -m 0755 /var/ftp/empty
|
||||
cd $(DIR_APP) && install -v -d -m 0755 /home/ftp
|
||||
chown vsftpd.vsftpd /home/ftp
|
||||
|
||||
Reference in New Issue
Block a user