Package: dtc-common Version: 0.34.6-1~bpo60+1 Severity: normal Tags: patch upstream
In client panel: domain: Cron jobs, the option "Each 10 minutes" actually runs the job every 15 minutes, the "Each 15 minutes" runs it every 20 and so on. This seems to be a misplaced closing comment around line 50 of shared / inc / forms / user_cronjobs.php - patch below. This bug still seems visible in dtc.git HEAD even though I found it on a server with an older packaged version. -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages dtc-common depends on: ii apache2 2.2.16-6+squeeze7 Apache HTTP Server metapackage ii apache2-mpm-pref 2.2.16-6+squeeze7 Apache HTTP Server - traditional n ii aufs-tools 20100601-1 Tools to manage aufs filesystems ii bind9 1:9.7.3.dfsg-1~squeeze8 Internet Domain Name Server ii bzip2 1.0.5-6 high-quality block-sorting file co ii ca-certificates 20090814+nmu3squeeze1 Common CA certificates ii chrootuid 1.3-5 Run commands in restricted environ ii cpio 2.11-4 GNU cpio -- a program to manage ar ii cron 3.0pl1-116 process scheduling daemon ii debconf [debconf 1.5.36.1 Debian configuration management sy ii debootstrap 1.0.26+squeeze1 Bootstrap a basic Debian system ii file 5.04-5+squeeze2 Determines file type using "magic" ii gawk 1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr ii libapache2-mod-l 1.100-14+b1 Use SQL to store/write your apache ii libapache2-mod-p 5.3.3-7+squeeze14 server-side, HTML-embedded scripti ii libnss-mysql-bg 1.5-2 NSS module for using MySQL as a na ii libnusoap-php 0.7.3-4 SOAP toolkit for PHP ii libpam-mysql 0.7~RC1-4+b1 PAM module allowing authentication ii libpam-unix2 1:2.4.1-4 Blowfish-capable PAM module ii libsasl2-modules 2.1.23.dfsg1-7 Cyrus SASL - pluggable authenticat ii locales-all 2.11.2-10 Embedded GNU C Library: Precompile ii lsb-release 3.2-23.2squeeze1 Linux Standard Base version report ii mhonarc 2.6.16-1 Mail to HTML converter ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap ii mlmmj 1.2.17-2 mail server independent mailing li ii mysql-client-5.0 5.0.51a-24+lenny5 MySQL database client binaries ii ncftp 2:3.2.4-1 A user-friendly and well-featured ii net-tools 1.60-23 The NET-3 networking toolkit ii openssl 0.9.8o-4squeeze13 Secure Socket Layer (SSL) binary a ii patch 2.6-2 Apply a diff file to an original ii php-crypt-cbc 1.0.0.1-1 A class to emulate Perl's Crypt::C ii php-fpdf 3:1.6.dfsg-1 PHP class to generate PDF files ii php-mail-mime 1.8.0-2 PHP PEAR module for creating MIME ii php-net-ipv4 1.3.1-2 IPv4 network calculations and vali ii php-pear 5.3.3-7+squeeze14 PEAR - PHP Extension and Applicati ii php-xml-serializ 0.20.0-2.1 swiss-army knife for reading and w ii php5 5.3.3-7+squeeze14 server-side, HTML-embedded scripti ii php5-cli 5.3.3-7+squeeze14 command-line interpreter for the p ii php5-curl 5.3.3-7+squeeze14 CURL module for php5 ii php5-gd 5.3.3-7+squeeze14 GD module for php5 ii php5-imagick 3.0.0~rc1-1 ImageMagick module for php5 ii php5-mysql 5.3.3-7+squeeze14 MySQL module for php5 ii postfix 2.7.1-1+squeeze1 High-performance mail transport ag ii postfix-mysql 2.7.1-1+squeeze1 MySQL map support for Postfix ii pure-ftpd-mysql 1.0.28-3+b1 Secure and efficient FTP server wi ii rrdtool 1.4.3-1 time-series data storage and displ ii sasl2-bin 2.1.23.dfsg1-7 Cyrus SASL - administration progra ii sbox-dtc 1.11.6-1~bpo60+2 CGI chroot wrapper script for safe ii ssh 1:5.5p1-6+squeeze1 secure shell client and server (me ii sudo 1.7.4p4-2.squeeze.3 Provide limited super user privile ii unzip 6.0-4 De-archiver for .zip files ii webalizer 2.01.10-32.7 web server log analysis program ii zip 3.0-3 Archiver for .zip files Versions of packages dtc-common recommends: pn libapache2-mod-bwshare <none> (no description available) Versions of packages dtc-common suggests: ii dtc-postfix-courier 0.34.6-1~bpo60+1 web control panel for admin and ac --- /usr/share/dtc/shared/inc/forms/user_cronjobs.php 2011-12-01 06:05:30.000000000 +0000 +++ usr-share-dtc-shared-inc-forms-user_cronjobs.php 2012-11-09 12:48:19.000000000 +0000 @@ -47,8 +47,8 @@ $minute_display[] = _("Each 4 minutes"); $minute_popup[] = "0/5"; $minute_display[] = _("Each 5 minutes"); - $minute_popup[] = "0/10"; */ - $minute_display[] = _("Each 10 minutes"); + $minute_popup[] = "0/10"; + $minute_display[] = _("Each 10 minutes"); */ $minute_popup[] = "0/15"; $minute_display[] = _("Each 15 minutes"); $minute_popup[] = "0/20"; -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org