File: vsftpd.config

package info (click to toggle)
vsftpd 3.0.3-13
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,628 kB
  • sloc: ansic: 16,636; sh: 267; makefile: 51; python: 18
file content (13 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_input low vsftpd/username || true
db_go

db_input low vsftpd/directory || true
db_go

db_stop