Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 21 Oct 2003 08:11:13 +0200 Message-ID: <3F710B1D0009C8EA@mssbzhh-int.msg.bluewin.ch> In-Reply-To: From: "Grossniklaus Bruno" Subject: Re: ProFTPD 1.2.9rc2: "missing /var/log/wtmp" To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Originating-IP: 172.21.1.217 Hello Igor >if [ ! -d /var/log ] ; then \ > mkdir -p /var/log ; >fi >if [ ! -f /var/log/wtmp ] ; then \ > touch /var/log/wtmp ; >fi > >FWIW, it'd be safer to also check whether this file is a symlink (i.e., >add "-a ! -l /var/log/wtmp" to the test), but this should do for now. What about a chmod 666 /var/log/wtmp after the touch? Bruno -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/