Advertisement
Guest User

pure-ftpd-cummon

a guest
Jan 13th, 2012
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. # Configuration for pure-ftpd
  2. # (this file is sourced by /bin/sh, edit accordingly)
  3.  
  4. # STANDALONE_OR_INETD
  5. # valid values are "standalone" and "inetd".
  6. # Any change here overrides the setting in debconf.
  7. STANDALONE_OR_INETD=standalone
  8.  
  9. # VIRTUALCHROOT:
  10. # whether to use binary with virtualchroot support
  11. # valid values are "true" or "false"
  12. # Any change here overrides the setting in debconf.
  13. VIRTUALCHROOT=false
  14.  
  15. # UPLOADSCRIPT: if this is set and the daemon is run in standalone mode,
  16. # pure-uploadscript will also be run to spawn the program given below
  17. # for handling uploads. see /usr/share/doc/pure-ftpd/README.gz or
  18. # pure-uploadscript(8)
  19.  
  20. # example: UPLOADSCRIPT=/usr/local/sbin/uploadhandler.pl
  21. UPLOADSCRIPT=
  22.  
  23. # if set, pure-uploadscript will spawn $UPLOADSCRIPT running as the
  24. # given uid and gid
  25. UPLOADUID=
  26. UPLOADGID=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement