aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/files/proftpd.sh.sample
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-10-11 04:41:55 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-10-11 04:41:55 +0000
commit5492aae1afd9183709efe46b30a1d4fef3592f27 (patch)
tree02b352939ec7d0a5511d4e76a9fbf28ef2bca21b /ftp/proftpd/files/proftpd.sh.sample
parentf5760893fa713a563e35287101e430a8d7dc6262 (diff)
downloadports-5492aae1afd9183709efe46b30a1d4fef3592f27.tar.gz
ports-5492aae1afd9183709efe46b30a1d4fef3592f27.zip
Notes
Diffstat (limited to 'ftp/proftpd/files/proftpd.sh.sample')
-rw-r--r--ftp/proftpd/files/proftpd.sh.sample1
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