Hello John On 13/01/12 04:19, John Smith wrote: > Package: proftpd-basic > Severity: normal > > There is a mistake in /etc/proftpd/proftpd.conf file in line 133. > The line should read > #Include /etc/proftpd/virtuals.conf > but reads > #Include /etc/proftpd/virtuals.con > instead.
Thanks for spotting this, a changes has been committed to git. http://anonscm.debian.org/gitweb/?p=pkg-proftpd/proftpd-dfsg.git;a=commitdiff;h=87fcb6e5d2c5fbd0e379d61dca62ca9e8748afca -- [ Mahyuddin Susanto ] - http://udienz.web.id GPG: 4096R/90B36C5B Debian Maintainer & Ubuntu Developer
From 87fcb6e5d2c5fbd0e379d61dca62ca9e8748afca Mon Sep 17 00:00:00 2001 From: Mahyuddin Susanto <udi...@ubuntu.com> Date: Fri, 13 Jan 2012 10:31:29 +0700 Subject: [PATCH] fix typo in proftpd.conf templates line 133. (Closes: #655630) --- debian/templates/proftpd.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/templates/proftpd.conf b/debian/templates/proftpd.conf index 6ea3ef5..b8d7e66 100644 --- a/debian/templates/proftpd.conf +++ b/debian/templates/proftpd.conf @@ -140,7 +140,7 @@ AdminControlsEngine off # # Useful to keep VirtualHost/VirtualRoot directives separated # -#Include /etc/proftpd/virtuals.con +#Include /etc/proftpd/virtuals.conf # A basic anonymous configuration, no upload directories. -- 1.7.7.3
signature.asc
Description: OpenPGP digital signature