diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-10-11 04:41:55 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-10-11 04:41:55 +0000 |
commit | 5492aae1afd9183709efe46b30a1d4fef3592f27 (patch) | |
tree | 02b352939ec7d0a5511d4e76a9fbf28ef2bca21b /ftp/proftpd/files/proftpd.sh.sample | |
parent | f5760893fa713a563e35287101e430a8d7dc6262 (diff) | |
download | ports-5492aae1afd9183709efe46b30a1d4fef3592f27.tar.gz ports-5492aae1afd9183709efe46b30a1d4fef3592f27.zip |
Notes
Diffstat (limited to 'ftp/proftpd/files/proftpd.sh.sample')
-rw-r--r-- | ftp/proftpd/files/proftpd.sh.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/proftpd/files/proftpd.sh.sample b/ftp/proftpd/files/proftpd.sh.sample index d2598672f5e2..ad976fa3984f 100644 --- a/ftp/proftpd/files/proftpd.sh.sample +++ b/ftp/proftpd/files/proftpd.sh.sample @@ -3,6 +3,7 @@ case "$1" in start) + /bin/mkdir -p /var/run/proftpd if [ -x /usr/local/libexec/proftpd ]; then /usr/local/libexec/proftpd && echo -n ' proftpd' fi |