#!/bin/sh 
#
# proftpd is runned from inetd. Make dir and file.

[ ! -d /var/run/proftpd ] && mkdir /var/run/proftpd
[ ! -f /var/log/wtmp ] && touch /var/log/wtmp
